Try explaining the following to a newbie: * versions have 4 segments; * version 1.2.3.4.5.6 is nevertheless valid, the final segment being "4.5.6"; * version 1.2.3.10.9.9 is LESS than 1.2.3.4.5.6.
I think the EG made the right call :-) On Tue, May 14, 2013 at 1:26 PM, Peter Kriens <[email protected]> wrote: > Simplicity ... > > Kind regards, > > Peter Kriens > > On 14 mei 2013, at 11:00, Sahoo wrote: > >> Hi Felix, >> >> I had assumed that "." was allowed in qualifier. Thanks for pointing out my >> mistake. If someone knows the logic behind this restriction, please mention. >> >> Thanks, >> Sahoo >> On Thursday 09 May 2013 02:25 PM, Felix Meschberger wrote: >>> Hi Sahoo >>> >>> The qualifier part must not contain any dots. See >>> http://www.osgi.org/javadoc/r4v43/core/org/osgi/framework/Version.html#Version(java.lang.String) >>> >>> <http://www.osgi.org/javadoc/r4v43/core/org/osgi/framework/Version.html#Version%28java.lang.String%29> >>> >>> Regards >>> Felix >>> >>> -- >>> Felix Meschberger | Principal Scientist | [email protected] >>> <mailto:[email protected]> >>> >>> Am 09.05.2013 um 10:45 schrieb "Sahoo" <[email protected] >>> <mailto:[email protected]>>: >>> >>>> If I try to export a package with version 1.1.3.0.0-130509.1000.225353, >>>> maven-bundle-plugin exports as 1.1.3.225353. This is perhaps done by bnd >>>> than plugin, but since I am using bundle-plugin, I prefer asking here. >>>> How can I disable this smartness? AFAIK, my original version is a valid >>>> OSGi version, no? >>>> >>>> Thanks, >>>> Sahoo >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> <mailto:[email protected]> >>>> For additional commands, e-mail: [email protected] >>>> <mailto:[email protected]> >>>> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

