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 08:40:40 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7487] Upgrade to maven-jar-plugin 3.2.2

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 17dd77d856 [KARAF-7487] Upgrade to maven-jar-plugin 3.2.2
17dd77d856 is described below

commit 17dd77d856ec37bb0a90b5366267fe52e4b0c80d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 27 20:51:07 2022 +0200

    [KARAF-7487] Upgrade to maven-jar-plugin 3.2.2
    
    (cherry picked from commit 3e7d5ef177c2c21da4791341c3986e45e750c387)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc65ae744d..eacbee6b1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.2.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>