Polishing.

This commit is contained in:
Greg Turnquist
2019-02-23 12:29:25 -06:00
parent c393bfbf6c
commit f8b836bf6f

View File

@@ -8,7 +8,7 @@ SNAPSHOT=$2
# Bump up the version in pom.xml to the desired version and commit the change
./mvnw versions:set -DnewVersion=$RELEASE -DgenerateBackupPoms=false
git add .
git commit --message "Releasing Spring Web Services v$RELEASE"
git commit --message "Releasing Spring Session for MongoDB v$RELEASE"
# Tag the release
git tag -s v$RELEASE -m "v$RELEASE"