You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/07/02 09:39:29 UTC

[cxf] branch master updated: Upgrade to Maven War Plugin 3.3.0

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new e916cd3  Upgrade to Maven War Plugin 3.3.0
e916cd3 is described below

commit e916cd32386d9f776aac7c06e9226c598938ceba
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Thu Jul 2 12:38:23 2020 +0300

    Upgrade to Maven War Plugin 3.3.0
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 pom.xml                                       | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index ee03884..2b918d7 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -207,7 +207,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.3</version>
+                    <version>3.3.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index 9cece24..5602870 100644
--- a/pom.xml
+++ b/pom.xml
@@ -441,11 +441,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.2</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
                     <version>2.5.2</version>
                 </plugin>