Skip to content

Instantly share code, notes, and snippets.

@shiv4289
Created May 2, 2019 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiv4289/46cb00686010258ba9cfdf81dcfb2c62 to your computer and use it in GitHub Desktop.
Save shiv4289/46cb00686010258ba9cfdf81dcfb2c62 to your computer and use it in GitHub Desktop.
### Upgrade Version in multi pom project
mvn versions:set -DnewVersion=2.50.1-SNAPSHOT
Revert:
mvn versions:revert
Commit
mvn versions:commit
[Ref](https://stackoverflow.com/questions/5726291/updating-version-numbers-of-modules-in-a-multi-module-maven-project)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment