Description of problem: I realize this is not terribly timely or recent. On my disk i have the following build: jboss-jpp-6.0.0.CR01.1.zip JBossTools routinely reads some data such as version information from the manifest files inside the server. For this specific build, jboss-jpp-6.0/modules/org/jboss/as/product/jpp/dir/META-INF/MANIFEST.MF had the following line: JBoss-Product-Release-Version: 6.0.0.CR01.1 We use osgi Version class to read this version string and compare it to other version strings. Unfortunately, this class does not recognize "6.0.0.CR01.1" as a valid version string. It'd be nice if respins (which I assume this was?) in the future use valid osgi version strings, such as "6.0.0.CR01a". This is mostly a warning, but it would be critical if a major release suffered from this error. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I will keep this in mind for fix releases.