This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git
The following commit(s) were added to refs/heads/master by this push:
new 62cd4736 Add latest maven-gpg-plugin to pom.xml config, for some
reason it's resolving to a really old version
62cd4736 is described below
commit 62cd473686ae5d4abe53567d30d257fefcb728ba
Author: Robert Lazarski <[email protected]>
AuthorDate: Thu Nov 28 12:39:26 2024 -1000
Add latest maven-gpg-plugin to pom.xml config, for some reason it's
resolving to a really old version
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5a4b2bd6..3ea332a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,6 +169,10 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
</plugin>
+ <plugin>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>3.2.7</version>
+ </plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>