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:25:01 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new fd622b3  [KARAF-6566] Upgrade to maven-war-plugin 3.2.3
     new 3cab77a  Merge pull request #1029 from jbonofre/KARAF-6566
fd622b3 is described below

commit fd622b3be5a8214676ed1c603bbc483f5a8f0d14
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c7fe83..638cc00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1977,7 +1977,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>