Skip to content

Commit

Permalink
Migrated to maven-gpg-plugin 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Mar 15, 2024
1 parent 7cc3365 commit 421bcc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-package: 'jre'
java-version: '11'
java-version: '21'
check-latest: true
server-id: 'ossrh'
server-username: MAVEN_USERNAME
Expand All @@ -24,7 +24,7 @@ jobs:
cache: 'maven'
- name: Build & Deploy
run: |
mvn -U clean deploy -P release
mvn -X -U clean deploy -P release
env:
SIGN_KEY_PASS: ${{ secrets.ITEMIS_OSS_GPG_PRIVATE_KEY_PASSPHRASE }}
MAVEN_USERNAME: ${{ secrets.ITEMIS_OSS_SONATYPE_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
distribution: 'temurin'
java-package: 'jre'
java-version: '11'
java-version: '21'
check-latest: true
cache: 'maven'
- name: Run Maven
Expand Down

0 comments on commit 421bcc8

Please sign in to comment.