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 2019/12/24 12:46:08 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6559] Upgrade to maven-jar-plugin 3.2.0

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 2f15415  [KARAF-6559] Upgrade to maven-jar-plugin 3.2.0
2f15415 is described below

commit 2f1541567e835083d14e14b68f3793a56f5f5788
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 15:08:06 2019 +0100

    [KARAF-6559] Upgrade to maven-jar-plugin 3.2.0
    
    (cherry picked from commit 94f70c851c590f60286157fb4c56aaa2db76169c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c439af..8e25c92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1853,7 +1853,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>