Fixing release-jetty.sh script

This commit is contained in:
Joakim Erdfelt 2023-08-25 14:39:00 -05:00
parent 99c049ef1b
commit d3fbcafbbc
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 3 deletions

View File

@ -162,10 +162,7 @@ if proceedyn "Are you sure you want to release using above? (y/N)" n; then
# This is equivalent to 'mvn release:perform' # This is equivalent to 'mvn release:perform'
if proceedyn "Build/Deploy from tag $TAG_NAME? (Y/n)" y; then if proceedyn "Build/Deploy from tag $TAG_NAME? (Y/n)" y; then
git checkout $TAG_NAME
mvn clean deploy -Peclipse-release $DEPLOY_OPTS mvn clean deploy -Peclipse-release $DEPLOY_OPTS
reportMavenTestFailures
git checkout $GIT_BRANCH_ID
fi fi
if proceedyn "Update working directory for $VER_NEXT? (Y/n)" y; then if proceedyn "Update working directory for $VER_NEXT? (Y/n)" y; then
echo "Update VERSION.txt for $VER_NEXT" echo "Update VERSION.txt for $VER_NEXT"