Description
The Groovy OSGi versions for all beta releases since 2.5.1 is wrong.
For example:
Current:
Bundle-Version: 3.0.0-beta-3
Should Be:
Bundle-Version: 3.0.0.beta.3
You can verify this is an issue by running Karaf and typing:
install mvn:org.codehaus.groovy/groovy/3.0.0-beta-3
It will not install in Felix because '-' is not allowed in OSGi.
Attachments
Issue Links
- duplicates
-
GROOVY-9246 Version 3.0.0-beta-3 does not conform to OSGi version standard.
- Closed