We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f683a commit 697d940Copy full SHA for 697d940
ci/deploy-release.sh
@@ -11,7 +11,7 @@ cp $KEYRING $GNUPGHOME
11
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,central,release \
12
-Dgpg.passphrase=${PASSPHRASE} \
13
-Dgpg.secretKeyring=${GNUPGHOME}/secring.gpg \
14
- -DstagingDescription="Releasing Spring Vault ${VERSION}" \
+ -DstagingDescription="Releasing Spring Vault" \
15
clean deploy -U -B
16
17
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pdistribute \
0 commit comments