You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/10/18 13:20:29 UTC

[karaf] branch main updated: [KARAF-7592] Upgrade to maven-jar-plugin 3.3.0

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 4eeddc3e03 [KARAF-7592] Upgrade to maven-jar-plugin 3.3.0
     new 7b88221c25 Merge pull request #1670 from jbonofre/KARAF-7592
4eeddc3e03 is described below

commit 4eeddc3e03307419dddd5bfc4bad8d1c4df26dea
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Oct 18 14:01:58 2022 +0200

    [KARAF-7592] Upgrade to maven-jar-plugin 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5020a32a7e..b745ba929d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,7 +454,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>