Skip to content

Instantly share code, notes, and snippets.

@azman0101
Created May 23, 2013 18:08
Show Gist options
  • Save azman0101/5638138 to your computer and use it in GitHub Desktop.
Save azman0101/5638138 to your computer and use it in GitHub Desktop.
mvn versions:display-property-updates
mvn versions:display-property-updates
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Web Application 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.0:display-property-updates (default-cli) @ workersites-webapp ---
[INFO]
[INFO] The following version properties are referencing the newest available version:
[INFO] ${jackson.version} ............................................ 2.2.1
[INFO] ${commons.lang.version} ......................................... 2.6
[INFO] ${dbunit.version} ............................................. 2.4.9
[INFO] ${eclipselink.version} ........................................ 2.5.0
[INFO] ${tiles.version} .............................................. 3.0.1
[INFO] ${tomcat.version} ............................................ 7.0.40
[INFO] ${cglib.version} ................................................ 3.0
[INFO] ${commons-beanutils.version} .................................. 1.8.3
[INFO] ${joda.time.version} ............................................ 2.2
[INFO] ${spring.version} ..................................... 3.2.3.RELEASE
[INFO] ${h2.version} ............................................... 1.3.171
[INFO] ${hibernate-validator.version} .......................... 5.0.1.Final
[INFO] ${logback.version} ........................................... 1.0.13
[INFO] ${spring-security.version} ................................. 3.2.0.M1
[INFO] ${jstl.version} ................................................. 1.2
[INFO] ${urlrewritefilter.version} ................................... 4.0.4
[INFO] ${slf4j.version} .............................................. 1.7.5
[INFO] ${spring-webflow.version} .................................. 2.4.0.M1
[INFO] ${junit.version} ............................................... 4.11
[INFO] The following version property updates are available:
[INFO] ${spring-mobile.version} .................. 1.0.1.RELEASE -> 1.1.0.M3
[INFO] ${aspectj.version} ........................... 1.7.1 -> 1.7.2.RELEASE
[INFO] ${commons.collections.version} .................... 3.2.1 -> 20040616
[INFO] ${mail.version} .................................. 1.4.5 -> 1.5.0-b01
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.445s
[INFO] Finished at: Thu May 23 20:07:19 CEST 2013
[INFO] Final Memory: 12M/222M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment