This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 7ef0f311bb [KARAF-7589] Upgrade to maven-assembly-plugin 3.4.2
new 9d087378f9 Merge pull request #1667 from jbonofre/KARAF-7589
7ef0f311bb is described below
commit 7ef0f311bbe20fc000662e445c2c34f3f05bf058
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Oct 18 11:11:14 2022 +0200
[KARAF-7589] Upgrade to maven-assembly-plugin 3.4.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0555c2da14..7d80d89b27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,7 +524,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>