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 4779c17ae0 [KARAF-7592] Upgrade to maven-jar-plugin 3.3.0
4779c17ae0 is described below
commit 4779c17ae0b2168a394229d850ee8650e45e97c7
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Oct 18 14:01:58 2022 +0200
[KARAF-7592] Upgrade to maven-jar-plugin 3.3.0
(cherry picked from commit 4eeddc3e03307419dddd5bfc4bad8d1c4df26dea)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ce39cf4525..782446d626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,7 +443,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.2.2</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>