You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/06/28 09:33:43 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7486] Upgrade to maven-gpg-plugin 3.0.1

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 658e961d66 [KARAF-7486] Upgrade to maven-gpg-plugin 3.0.1
658e961d66 is described below

commit 658e961d66ceb29f02e49fda68e27570615a7a3f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 27 21:01:11 2022 +0200

    [KARAF-7486] Upgrade to maven-gpg-plugin 3.0.1
    
    (cherry picked from commit 89bbf2fc20cd8ed96df412ca47c9271fc695b1f0)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eacbee6b1f..1ce88615d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,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>