The maven bundle plugin seems to insist on 3 digits being set for version
numbers
---------------------------------------------------------------------------------
Key: FELIX-960
URL: https://issues.apache.org/jira/browse/FELIX-960
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-1.4.3
Reporter: Eamonn Dwyer
If I set a version to be
5.1.mystring
the generated bundle will use a version value
5.1.0.mystring
That is it automatically inserts an extra 0 into the manifest file of my bundle
if 3 digits have not been set.
If I set it to
5.1.1.mystring
then generated bundle will use a version value
5.1.1.mystring
It just seems to be a problem when I dont specify 3 digits
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.