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 09bdf7f669 [KARAF-7509] Upgrade to maven-assembly-plugin 3.4.0 09bdf7f669 is described below commit 09bdf7f669600e31067a5e17068e2278ed91ff6d Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Tue Jul 5 18:19:38 2022 +0200 [KARAF-7509] Upgrade to maven-assembly-plugin 3.4.0 (cherry picked from commit b971d4d85eef9762cd988e456688bfbd873f5146) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61999ce515..30ca795b93 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.3.0</version> + <version>3.4.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>