There was an error while loading. Please reload this page.
1 parent 44a7940 commit 53aee95Copy full SHA for 53aee95
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="[travis skip] prepare release ${tag}"
+./mvnw -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}"
34
35
# tag the release
36
echo "pushing tag ${tag}"
0 commit comments