After a release or during a simple hot fix, you might want to modify the version of your maven-based service
This is the trick:
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.42.0.1-SNAPSHOT
After a release or during a simple hot fix, you might want to modify the version of your maven-based service
This is the trick:
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.42.0.1-SNAPSHOT