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 c31ff10 commit 758c70f
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 @@ -13,7 +13,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`
- Migrate the continuous integration from _Travis CI_ to _GitHub Actions_

## [1.0.0](https://github.com/AlexisJehan/DsvMender/releases/tag/v1.0.0) (2019-04-22)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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 758c70f

Please sign in to comment.