Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.3
-
None
Description
If the version declared in your pom.xml is 2.0.0-SNAPSHOT then the following is written to MANIFEST.MF:
Bundle-Version: 2.0.0-SNAPSHOT
Eclipse complains:
assertion failed: The service (3rd) component of plug-in version identifier, "2.0.0-SNAPSHOT", must be numeric.
Is the resolution to strip the "-SNAPSHOT" string off the end of the version?