There was an error while loading. Please reload this page.
1 parent 143cfef commit 9c76b20Copy full SHA for 9c76b20
1 file changed
travis/release.sh
@@ -30,7 +30,7 @@ echo "release version is: ${tag} and next snapshot is: ${snapshot}"
30
31
# Update the versions, removing the snapshots, then create a new tag for the release, this will
32
# start the travis-ci release process.
33
-./mvnw -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}"
+./mvnw -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}" -DpushChanges=false
34
35
# tag the release
36
echo "pushing tag ${tag}"
0 commit comments