Maven - Recursively update pom version in a multi-module project
Recursively finds all the pom.xml
files in a directory and sets the new version number in all of them.
mvn versions:set -DnewVersion=5.2.0-SNAPSHOT
Recursively finds all the pom.xml
files in a directory and sets the new version number in all of them.
mvn versions:set -DnewVersion=5.2.0-SNAPSHOT