Handling unrecognized version qualifiers
----------------------------------------

                 Key: MNG-5114
                 URL: http://jira.codehaus.org/browse/MNG-5114
             Project: Maven 2 & 3
          Issue Type: Test
          Components: Dependencies
    Affects Versions: 3.0.3
            Reporter: Paul Gier
            Priority: Minor


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to