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 3e7d5ef177 [KARAF-7487] Upgrade to maven-jar-plugin 3.2.2
new 37537654b1 Merge pull request #1565 from jbonofre/KARAF-7487
3e7d5ef177 is described below
commit 3e7d5ef177c2c21da4791341c3986e45e750c387
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jun 27 20:51:07 2022 +0200
[KARAF-7487] Upgrade to maven-jar-plugin 3.2.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 761c9c0532..1ead84f878 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>