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 c65194ecf8 [KARAF-7483] Upgrade to maven-assembly-plugin 3.3.0
new d3a9fc456c Merge pull request #1569 from jbonofre/KARAF-7483
c65194ecf8 is described below
commit c65194ecf8e2c0347ecdfe769bf130ec752c9fd2
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Jun 28 06:04:21 2022 +0200
[KARAF-7483] Upgrade to maven-assembly-plugin 3.3.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 166eb8dd78..3ff4d4f1e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,7 +520,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>