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 2021/09/23 22:00:57 UTC

[cxf-fediz] branch master updated: Upgrade to Maven War Plugin 3.3.2

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


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

commit ccab6cc0fb3e15ddb2063694cb730ca58c781217
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Sep 24 01:00:03 2021 +0300

    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 d4ca5c7..4c3b8f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.3.2</version>
                </plugin>
             </plugins>
         </pluginManagement>