Skip to content

Commit 9c76b20

Browse files
committed
[travis skip] Corrected issue where prepare commit was triggering a build
1 parent 143cfef commit 9c76b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ echo "release version is: ${tag} and next snapshot is: ${snapshot}"
3030

3131
# Update the versions, removing the snapshots, then create a new tag for the release, this will
3232
# start the travis-ci release process.
33-
./mvnw -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}"
33+
./mvnw -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}" -DpushChanges=false
3434

3535
# tag the release
3636
echo "pushing tag ${tag}"

0 commit comments

Comments
 (0)