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/23 20:42:10 UTC

[karaf] branch master updated: [KARAF-6557] Upgrade to maven-assembly-plugin 3.2.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 99a6fea  [KARAF-6557] Upgrade to maven-assembly-plugin 3.2.0
     new 4f0d7df  Merge pull request #1025 from jbonofre/KARAF-6557
99a6fea is described below

commit 99a6feafff54103d0af79ca58b42861827af637a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 09:35:35 2019 +0100

    [KARAF-6557] Upgrade to maven-assembly-plugin 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88dabe2..d0c22a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1919,7 +1919,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>