diff --git a/README.md b/README.md index 035c2598..320ab35c 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,17 @@ mvn versions:set -DnewVersion=.... -DartifactId=\* -DgroupId=\* +git tag v.. +git push origin v.. +mvn versions:set -DnewVersion=..-SNAPSHOT -DartifactId=\* -DgroupId= +``` + 3. SECURITY.md - Update this with new version numbers if needed.