diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73aa672a3a..2ff43136d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,9 +46,9 @@ jobs: # release.sh script. run: ./mvnw -B -q -ff -ntp release:perform -DlocalCheckout=true env: - CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }} - CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }} - MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} + CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }} + CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }} + MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Generate hash id: hash run: | diff --git a/pom.xml b/pom.xml index 4bdcb3f47e..e82cfeaafc 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.core jackson-core Jackson-core - 2.15.0-rc3-SNAPSHOT + 2.15.0-rc2-SNAPSHOT jar Core Jackson processing abstractions (aka Streaming API), implementation for JSON