Skip to content

Commit 0334101

Browse files
committed
Remove doc profile, as it's not functional
1 parent 11d5d56 commit 0334101

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ 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 -Pdocs -B versions:set scm:checkin -DremoveSnapshot -DgenerateBackupPoms=false -Dmessage="prepare release ${tag}" -DpushChanges=false
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}"
37-
./mvnw -Pdocs scm:tag
37+
./mvnw scm:tag
3838

3939
# Update the versions to the next snapshot
40-
./mvnw -Pdocs -B versions:set scm:checkin -DnewVersion="${snapshot}" -DgenerateBackupPoms=false -Dmessage="[ci skip] updating versions to next development iteration ${snapshot}"
40+
./mvnw -B versions:set scm:checkin -DnewVersion="${snapshot}" -DgenerateBackupPoms=false -Dmessage="[ci skip] updating versions to next development iteration ${snapshot}"

0 commit comments

Comments
 (0)