diff --git a/ci/deploy-release.sh b/ci/deploy-release.sh index a54ea2fb..dc07ef70 100755 --- a/ci/deploy-release.sh +++ b/ci/deploy-release.sh @@ -11,7 +11,7 @@ cp $KEYRING $GNUPGHOME MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pci,central,release \ -Dgpg.passphrase=${PASSPHRASE} \ -Dgpg.secretKeyring=${GNUPGHOME}/secring.gpg \ - -DstagingDescription="Releasing Spring Vault ${VERSION}" \ + -DstagingDescription="Releasing Spring Vault" \ clean deploy -U -B MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -s settings.xml -Pdistribute \