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 2019/12/28 06:26:59 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6566] Upgrade to maven-war-plugin 3.2.3

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new bdef8cb  [KARAF-6566] Upgrade to maven-war-plugin 3.2.3
bdef8cb is described below

commit bdef8cbc8f8553438beb7e8548105560ab411350
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 14:52:34 2019 +0100

    [KARAF-6566] Upgrade to maven-war-plugin 3.2.3
    
    (cherry picked from commit fd622b3be5a8214676ed1c603bbc483f5a8f0d14)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 02026a0..3b8753e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1981,7 +1981,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.2</version>
+                    <version>3.2.3</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.karaf.tooling</groupId>