Skip to content

Instantly share code, notes, and snippets.

@hicolour
Last active August 29, 2015 13:56
Show Gist options
  • Save hicolour/9198187 to your computer and use it in GitHub Desktop.
Save hicolour/9198187 to your computer and use it in GitHub Desktop.
mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=amartusVersion | grep -v '\['
with mvn versions:set -Dnew Version=1.1-SNAPSHOT you are able to set in all underlying maven projects the given version.
Afterwards you have to do a mvn versions:commit to save your work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment