This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
new 34eeaee0b0 KARAF-7911: Upgrade to maven-jar-plugin 3.4.2
34eeaee0b0 is described below
commit 34eeaee0b02782cf67737822c9a74d9225a5a557
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jan 5 15:43:39 2025 +0100
KARAF-7911: Upgrade to maven-jar-plugin 3.4.2
(cherry picked from commit 4f82773da690e1c550277c26345c5798f80a3c1b)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5b10bd742a..d47ae64c65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -458,7 +458,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.3.0</version>
+ <version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>