|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
[mojo-dev] [jira] (MVERSIONS-211) Goal display-dependency-updates have to show the minor updates too
- [mojo-dev] [jira] (MVERSIONS-211) Goal display-dep... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-211) Goal displa... Tilman Hausherr (JIRA)
- [mojo-dev] [jira] (MVERSIONS-211) Goal displa... Stephen Connolly (JIRA)

I think that it is a bug, because this page
http://mojo.codehaus.org/versions-maven-plugin/examples/display-dependency-updates.html
mentions minor version improvements;
The description for "Report Usage" at
http://mojo.codehaus.org/versions-maven-plugin/usage.html
claims "Updates are further categorized as major, minor, and incremental, to make it easier to decide which updates to take", however the report does not show the minor version updates. I tested this with com.sun.faces / jsf-api 2.2.1, although a version 2.2.2 exists. There are also new versions for the spring / spring security libs.
Here's an (incorrect) output of the display-dependency-updates goal with verbose option:
[versions:display-dependency-updates]
The following dependencies in Dependencies are using the newest version:
cglib:cglib ...................................................... 3.0
com.sun.faces:jsf-api .......................................... 2.2.1
com.sun.faces:jsf-impl ......................................... 2.2.1
javax.servlet:jstl ............................................... 1.2
junit:junit ..................................................... 4.11
log4j:log4j ................................................... 1.2.17
org.springframework:spring-aop .............................. 4.0.0.M2
org.springframework:spring-_expression_ ....................... 4.0.0.M2
org.springframework:spring-jdbc ............................. 4.0.0.M2
org.springframework:spring-test ............................. 4.0.0.M2
org.springframework:spring-web .............................. 4.0.0.M2
org.springframework.security:spring-security-config ......... 3.2.0.M2
org.springframework.security:spring-security-web ............ 3.2.0.M2
taglibs:standard ............................................... 1.1.2
The following dependencies in Dependencies have newer versions:
javax.servlet:servlet-api ......................... 2.5 -> 3.0-alpha-1