| OSGi vs Maven version numbers [message #698401] |
Tue, 19 July 2011 08:30  |
Barbara Rosi-Schwartz Messages: 448 Registered: July 2009 |
Senior Member |
|
|
Hello.
I am not sure if this is the right forum for this question; if it is not, could you please point me to the right place.
I am currently developing my Virgo based app with Maven and Bundlor. There is a discrepancy between OSGi's idea of a correct version number (ex. 1.0.0.SNAPSHOT) and Maven's (ex. 1.0.0-SNAPSHOT).
I know that the Apache's BND tool automatically manages the dynamic conversion between the two version styles, but this does not appear to be true for Bundlor.
Any idea as to how to manage this?
TIA,
B.
|
|
|
|
|
| Re: OSGi vs Maven version numbers [message #698490 is a reply to message #698478] |
Tue, 19 July 2011 10:56   |
Glyn Normington Messages: 1186 Registered: July 2009 |
Senior Member |
|
|
OSGi will always interpret a version of 1.1.0-SNAPSHOT to be invalid because the form major.minor.micro.qualifier cannot have a qualifier without both a micro and a '.' between the micro and the qualifier.
The OSGi Alliance are looking at this and have some ideas for a future release, but for now we are stuck with the n.n.n.xxx... format for qualified version numbers.
[Updated on: Tue, 19 July 2011 10:56] Report message to a moderator
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02032 seconds