We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c049e commit d3fbcafCopy full SHA for d3fbcaf
scripts/release-jetty.sh
@@ -162,10 +162,7 @@ if proceedyn "Are you sure you want to release using above? (y/N)" n; then
162
163
# This is equivalent to 'mvn release:perform'
164
if proceedyn "Build/Deploy from tag $TAG_NAME? (Y/n)" y; then
165
- git checkout $TAG_NAME
166
mvn clean deploy -Peclipse-release $DEPLOY_OPTS
167
- reportMavenTestFailures
168
- git checkout $GIT_BRANCH_ID
169
fi
170
if proceedyn "Update working directory for $VER_NEXT? (Y/n)" y; then
171
echo "Update VERSION.txt for $VER_NEXT"
0 commit comments