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/01 12:05:19 UTC

[cxf-fediz] 02/03: 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-fediz.git

commit 3b5b667789bebf4f456e23f564bc476e699b2c21
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jul 1 15:01:36 2020 +0300

    Upgrade to Maven War Plugin 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ab25a6..6f43993 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,7 +630,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>