[ 
http://jira.codehaus.org/browse/MVERSIONS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Connolly closed MVERSIONS-11.
-------------------------------------

    Resolution: Won't Fix

You need to look at the Maven rules for version numbers.

Under the Maven rules.

1.2.2 < 20030825.184428 as 1 < 20030825

1.8.0.7 < 1.7.2-rc1 as 1.8.0.7 does not match Maven's format for a version 
number [major].[minor].[update]-[build number OR qualifier] and a version that 
does not match Maven's format is always less than a version that does.

I did not make the rules.

If you want saner rules for the second case, try -DcomparisonMethod=numeric.  
The first case I do not see a solution as ultimately 1 < 20030825.


> versions:display-dependency-updates doesn't show right updates
> --------------------------------------------------------------
>
>                 Key: MVERSIONS-11
>                 URL: http://jira.codehaus.org/browse/MVERSIONS-11
>             Project: Maven 2.x Versions Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0-alpha-1
>            Reporter: Micael Vesterlund
>
> [INFO] The following dependency updates are available:
> [INFO]   commons-dbcp:commons-dbcp .................. 1.2.2 -> 20030825.184428
> [INFO]   hsqldb:hsqldb .................................. 1.8.0.7 -> 1.7.2-rc1

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to