Skip to content

Instantly share code, notes, and snippets.

@thiagoaag
Last active June 28, 2019 12:26
Show Gist options
  • Save thiagoaag/6fec47e9ddcc533b39f8cf5102de56d2 to your computer and use it in GitHub Desktop.
Save thiagoaag/6fec47e9ddcc533b39f8cf5102de56d2 to your computer and use it in GitHub Desktop.
Update the maven project version without pom backup files
mvn versions:set -DnewVersion=[new version] -DgenerateBackupPoms=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment