Taking advantage of the easy XML processing, built in regular expressions I wrote a short script in Groovy to check and modify artifacts version in a pom.xml (Maven).
For example to show all dependencies with the word datanucleus in it, and display them in compact form (groupId:artifactId:version)
$ pomVersions datanucleus com.google.appengine.orm:datanucleus-appengine:2.0.0-RC2 org.datanucleus:datanucleus-core:3.0.4 org.datanucleus:datanucleus-api-jpa:3.0.4 org.datanucleus:datanucleus-rdbms:3.0.4
I . . . → Read More: Check and Modify Artifacts versions in a pom.xml
Recent Comments