Skip to content

Commit 62cd473

Browse files
Add latest maven-gpg-plugin to pom.xml config, for some reason it's resolving to a really old version
1 parent 556c19d commit 62cd473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@
169169
<artifactId>maven-site-plugin</artifactId>
170170
<version>3.21.0</version>
171171
</plugin>
172+
<plugin>
173+
<artifactId>maven-gpg-plugin</artifactId>
174+
<version>3.2.7</version>
175+
</plugin>
172176
<plugin>
173177
<groupId>org.codehaus.gmavenplus</groupId>
174178
<artifactId>gmavenplus-plugin</artifactId>

0 commit comments

Comments
 (0)