Created
May 2, 2019 09:22
-
-
Save shiv4289/46cb00686010258ba9cfdf81dcfb2c62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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