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/29 09:30:17 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7483] Upgrade to maven-assembly-plugin 3.3.0

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 21eb9e3216 [KARAF-7483] Upgrade to maven-assembly-plugin 3.3.0
21eb9e3216 is described below

commit 21eb9e32161c44d20d042a50381ab8b624cbb2a9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 28 06:04:21 2022 +0200

    [KARAF-7483] Upgrade to maven-assembly-plugin 3.3.0
    
    (cherry picked from commit c65194ecf8e2c0347ecdfe769bf130ec752c9fd2)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a918f29de3..2a7e9f9a68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -509,7 +509,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>