Details
-
Type:
Test
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.3
-
Fix Version/s: 3.0.4
-
Component/s: Dependencies
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
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
Fixed in r1133143.