Skip to content

Commit

Permalink
Update the maven-gpg-plugin plugin to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Apr 2, 2024
1 parent 394f645 commit 14cded9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Update the `jacoco-maven-plugin` plugin to `0.8.11`
- Update the `maven-source-plugin` plugin to `3.3.0`
- Update the `maven-javadoc-plugin` plugin to `3.6.3`
- Update the `maven-gpg-plugin` plugin to `3.2.1`
- Update the `maven-gpg-plugin` plugin to `3.2.2`

## [1.8.0](https://github.com/AlexisJehan/Javanilla/releases/tag/v1.8.0) (2022-12-23)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<executions>
<execution>
<id>gpg-sign</id>
Expand Down

0 comments on commit 14cded9

Please sign in to comment.