This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 89bbf2fc20 [KARAF-7486] Upgrade to maven-gpg-plugin 3.0.1
new 10ddbdc811 Merge pull request #1566 from jbonofre/KARAF-7486
89bbf2fc20 is described below
commit 89bbf2fc20cd8ed96df412ca47c9271fc695b1f0
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jun 27 21:01:11 2022 +0200
[KARAF-7486] Upgrade to maven-gpg-plugin 3.0.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 761c9c0532..c348150206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.6</version>
+ <version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>