Release version 5.2.0

This commit is contained in:
Mahmoud Ben Hassine
2024-11-21 09:32:29 +01:00
parent 6af3d7feaf
commit ade546bf0e
9 changed files with 9 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ jobs:
wget --user="$ARTIFACTORY_USERNAME" --password="$ARTIFACTORY_PASSWORD" $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-sources.jar
- name: Sign artifacts and release them to Maven Central
uses: jvalkeal/nexus-sync@v0
uses: spring-io/nexus-sync-action@main
id: nexus
with:
url: ${{ secrets.OSSRH_URL }}
@@ -78,6 +78,3 @@ jobs:
close: true
release: true
generate-checksums: true
pgp-sign: true
pgp-sign-passphrase: ${{ secrets.GPG_PASSPHRASE }}
pgp-sign-private-key: ${{ secrets.GPG_PRIVATE_KEY }}