From f0a23ca268dfade3a754bf148f35565bbc86336c Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Fri, 29 Dec 2023 12:26:57 +0100 Subject: [PATCH] update maven-war-plugin to 3.4.0 to improve java17 compat (#9850) --- binary/bin-war/pom.xml | 2 +- java/web/pom.xml | 2 +- product/pom.xml | 2 +- project/standard/templates/web/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binary/bin-war/pom.xml b/binary/bin-war/pom.xml index 8a0bd7fa747..596a999a778 100644 --- a/binary/bin-war/pom.xml +++ b/binary/bin-war/pom.xml @@ -29,7 +29,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 + 3.4.0 diff --git a/java/web/pom.xml b/java/web/pom.xml index 7b00fc42848..0e9917537e2 100644 --- a/java/web/pom.xml +++ b/java/web/pom.xml @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 + 3.4.0 WEB-INF/lib/commons-codec-1.2.jar, WEB-INF/lib/commons-io-1.1.jar, diff --git a/product/pom.xml b/product/pom.xml index 7cc5bcaa220..9df9d95f82e 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -245,7 +245,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 + 3.4.0 diff --git a/project/standard/templates/web/pom.xml b/project/standard/templates/web/pom.xml index 0a8401d5672..b1eec20dd73 100644 --- a/project/standard/templates/web/pom.xml +++ b/project/standard/templates/web/pom.xml @@ -362,7 +362,7 @@ org.apache.maven.plugins maven-war-plugin - 2.1.1 + 3.4.0 WEB-INF/lib/commons-codec-1.2.jar, WEB-INF/lib/commons-io-1.1.jar,