Skip to content

Commit

Permalink
Fix Maven GPG plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Oct 22, 2022
1 parent 4babf13 commit 89c48d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run tests
run: ./mvnw -V verify javadoc:aggregate -Pspring,docs
- name: Deploy to Sonatype
run: ./mvnw -V -Prelease,spring,deploy -DskipTests
run: ./mvnw -V -Prelease,spring deploy -DskipTests
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<properties>
<spotless.version>2.25.0</spotless.version>
<jacoco.version>0.8.7</jacoco.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
</properties>

<modules>
Expand Down

0 comments on commit 89c48d8

Please sign in to comment.