Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.3
-
None
Description
Maven 3 treats unrecognized version qualifiers as patch releases, which means they are sorted after the GA release. So the ordering is like this:
1.0-alpha-1
1.0
1.0-xyz
1.0-xyz-2
Unit tests should be added to verify the current behaviour.
More information is available in the mail archive: http://www.mail-archive.com/dev@maven.apache.org/msg88178.html