Polishing.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user