Details
Description
$ mvn clean org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=2.0.4
$ find . -name pom.xml -exec git add {} \;
$ git commit ...
$ mvn clean org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=2.0.4
$ find . -name pom.xml -exec git add {} \;
$ git commit ...