Skip to content

Commit

Permalink
Update maven-gpg-plugin to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Apr 4, 2024
1 parent 0d35df0 commit 9dd0b6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Airbase 154
- pmd to 7.0.0
- git-commit-id-maven-plugin to 8.0.2
- jacoco-maven-plugin 0.8.12
- maven-gpg-plugin 3.2.2

Airbase 153
* Dependency updates:
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<configuration>
<useAgent>true</useAgent>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<configuration>
<useAgent>true</useAgent>
</configuration>
Expand Down

0 comments on commit 9dd0b6b

Please sign in to comment.