You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/01/03 15:11:49 UTC

[cxf] branch master updated: Update maven-war-plugin to unblock OpenJDK 17 (ea) builds

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

reta 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 c070a8f  Update maven-war-plugin to unblock OpenJDK 17 (ea) builds
c070a8f is described below

commit c070a8f50d83b82d864884020a64d1d67f5e7c95
Author: reta <dr...@gmail.com>
AuthorDate: Sun Jan 3 10:11:27 2021 -0500

    Update maven-war-plugin to unblock OpenJDK 17 (ea) builds
---
 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 a16d698..4c29b53 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -210,7 +210,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>3.3.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index 3c8735b..596039c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -681,6 +681,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>