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/06/27 16:31:50 UTC

[karaf] branch main updated: [KARAF-7493] Upgrade to maven-war-plugin 3.3.2

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 c64a307413 [KARAF-7493] Upgrade to maven-war-plugin 3.3.2
     new 4921c5c44f Merge pull request #1559 from jbonofre/KARAF-7493
c64a307413 is described below

commit c64a307413761380c06c99da0fa9f42faffd38d5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 27 10:05:54 2022 +0200

    [KARAF-7493] Upgrade to maven-war-plugin 3.3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f2358fee5c..8f78f35418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -578,7 +578,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.3</version>
+                    <version>3.3.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.karaf.tooling</groupId>