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

Stephen Connolly closed MVERSIONS-74.
-------------------------------------

    Resolution: Not A Bug

Functioning as designed 

3.2.6.ga comes before 3.1.3 according to maven's own rules for comparing 
versions.  

See http://mojo.codehaus.org/versions-maven-plugin/faq.html#comparisonMethod

and http://mojo.codehaus.org/versions-maven-plugin/version-rules.html

> versions:use-latest-versions badly updates 
> org.hibernate:hibernate:null:3.2.6ga to 3.1.3
> ----------------------------------------------------------------------------------------
>
>                 Key: MVERSIONS-74
>                 URL: http://jira.codehaus.org/browse/MVERSIONS-74
>             Project: Maven 2.x Versions Plugin
>          Issue Type: Bug
>            Reporter: jieryn
>            Priority: Minor
>
> An empty, default, configuration for the versions-m-p updates
> \\
> {code}
> <dependency>
>   <groupId>org.hibernate</groupId>
>   <artifactId>hibernate</artifactId>
>   <version>3.2.6.ga</version>
> </dependency>
> {code}
> to
> {code}
> <dependency>
>   <groupId>org.hibernate</groupId>
>   <artifactId>hibernate</artifactId>
>   <version>3.1.3</version>
> </dependency>
> {code}

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