Skip to content

Commit 53aee95

Browse files
committed
Corrected Travis Builds for Releses
1 parent 44a7940 commit 53aee95

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="[travis skip] prepare release ${tag}"
33+
./mvnw -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}"
3434

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

0 commit comments

Comments
 (0)