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

reta pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit b2a334a69a1d073bb7e85866f0eacc4e1eff91b7
Author: reta <[email protected]>
AuthorDate: Sun Jan 3 10:11:27 2021 -0500

    Update maven-war-plugin to unblock OpenJDK 17 (ea) builds
    
    (cherry picked from commit c070a8f50d83b82d864884020a64d1d67f5e7c95)
    
    # Conflicts:
    #   distribution/src/main/release/samples/pom.xml
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 pom.xml                                       | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml 
b/distribution/src/main/release/samples/pom.xml
index f5b52a4..75c01c0 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -204,7 +204,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.2</version>
+                    <version>3.3.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index 681c87a..d1059d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -698,6 +698,11 @@
                         </execution>
                     </executions>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-war-plugin</artifactId>
+                    <version>3.3.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>

Reply via email to