[
https://issues.apache.org/jira/browse/FELIX-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552250
]
Richard S. Hall commented on FELIX-306:
---------------------------------------
As far as I can see, it still suffers from this issue...if my POM contains:
<version>1.1.0-incubator-SNAPSHOT</version>
The resulting manifest contains:
Bundle-Version: 1.1.0.incubator_SNAPSHOT
> Bundle plugin is incorrectly converting version numbers
> -------------------------------------------------------
>
> Key: FELIX-306
> URL: https://issues.apache.org/jira/browse/FELIX-306
> Project: Felix
> Issue Type: Bug
> Components: Maven Bundle Plugin
> Reporter: Richard S. Hall
> Assignee: Stuart McCulloch
> Priority: Minor
>
> The bundle plugin appears to be converting version numbers incorrectly. For
> example:
> 0.9.0-incubator-SNAPSHOT
> Is being converted to:
> 0.9.0.incubator_SNAPSHOT
> Only the first '-' should be converted to a '.' to be compatible with OSGi,
> the remaining '-' characters to not need to be converted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.