This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 96141491e9 Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0
to 3.5.0
96141491e9 is described below
commit 96141491e9d1a32942930d078b10aa1871040232
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 27 04:17:21 2025 +0000
Bump org.apache.maven.plugins:maven-war-plugin from 3.4.0 to 3.5.0
Bumps
[org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin)
from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/apache/maven-war-plugin/releases)
-
[Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.4.0...maven-war-plugin-3.5.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
examples/activemq-multiple-brokers/pom.xml | 2 +-
examples/async-servlet/pom.xml | 2 +-
examples/bval-evaluation-redeployment/pom.xml | 2 +-
examples/cdi-ejbcontext-jaas/pom.xml | 2 +-
examples/cdi-realm/pom.xml | 2 +-
examples/cdi-session-scope/pom.xml | 2 +-
examples/change-jaxws-url/pom.xml | 2 +-
examples/connector-ear/connector-sample-war/pom.xml | 2 +-
examples/connector-war/pom.xml | 2 +-
examples/ejb-examples/pom.xml | 2 +-
examples/ejb-remote-call-2/pom.xml | 2 +-
examples/ejb-remote-call/pom.xml | 2 +-
examples/ejb-webservice/pom.xml | 2 +-
examples/jaxrs-json-provider-jettison/pom.xml | 2 +-
examples/jsf-cdi-and-ejb/pom.xml | 2 +-
examples/moviefun-rest/pom.xml | 2 +-
examples/moviefun/pom.xml | 2 +-
examples/mp-config-example/pom.xml | 2 +-
examples/mp-config-source-database/pom.xml | 2 +-
examples/mp-custom-healthcheck/pom.xml | 2 +-
examples/mp-faulttolerance-fallback/pom.xml | 2 +-
examples/mp-faulttolerance-retry/pom.xml | 2 +-
examples/mp-faulttolerance-timeout/pom.xml | 2 +-
examples/mp-jwt-bean-validation-strongly-typed/pom.xml | 2 +-
examples/mp-jwt-bean-validation/pom.xml | 2 +-
examples/mp-metrics-gauge/pom.xml | 2 +-
examples/mp-metrics-metered/pom.xml | 2 +-
examples/mp-rest-client/pom.xml | 2 +-
examples/mp-rest-jwt-jwk/pom.xml | 2 +-
examples/mp-rest-jwt-principal/pom.xml | 2 +-
examples/mp-rest-jwt-public-key/pom.xml | 2 +-
examples/pojo-webservice/pom.xml | 2 +-
examples/realm-in-tomee/pom.xml | 2 +-
examples/resources-declared-in-webapp/pom.xml | 2 +-
examples/rest-example-with-application/pom.xml | 2 +-
examples/rest-example/pom.xml | 2 +-
examples/rest-jaas/pom.xml | 2 +-
examples/simple-ear/moviefun-webapp/pom.xml | 2 +-
examples/simple-jms-context/pom.xml | 2 +-
examples/simple-jms/pom.xml | 2 +-
examples/singleton-startup-ordering/pom.xml | 2 +-
examples/struts/pom.xml | 2 +-
examples/websocket-jms/pom.xml | 2 +-
examples/xa-datasource/pom.xml | 2 +-
itests/openejb-itests-web/pom.xml | 2 +-
pom.xml | 2 +-
tomee/tomee-plume-webapp/pom.xml | 2 +-
tomee/tomee-webapp/pom.xml | 2 +-
48 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/examples/activemq-multiple-brokers/pom.xml
b/examples/activemq-multiple-brokers/pom.xml
index cc5295a7e9..c7f2702d0b 100644
--- a/examples/activemq-multiple-brokers/pom.xml
+++ b/examples/activemq-multiple-brokers/pom.xml
@@ -43,7 +43,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
</configuration>
diff --git a/examples/async-servlet/pom.xml b/examples/async-servlet/pom.xml
index 3f31d64750..9e8837ed03 100644
--- a/examples/async-servlet/pom.xml
+++ b/examples/async-servlet/pom.xml
@@ -90,7 +90,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/bval-evaluation-redeployment/pom.xml
b/examples/bval-evaluation-redeployment/pom.xml
index 19a6c9e7a3..a7bc304dc2 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/cdi-ejbcontext-jaas/pom.xml
b/examples/cdi-ejbcontext-jaas/pom.xml
index 9308b320d6..4fd6263ea5 100644
--- a/examples/cdi-ejbcontext-jaas/pom.xml
+++ b/examples/cdi-ejbcontext-jaas/pom.xml
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/cdi-realm/pom.xml b/examples/cdi-realm/pom.xml
index 08bcf96bef..a65deceb85 100644
--- a/examples/cdi-realm/pom.xml
+++ b/examples/cdi-realm/pom.xml
@@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/cdi-session-scope/pom.xml
b/examples/cdi-session-scope/pom.xml
index 5cb070f3d5..0c3248140f 100644
--- a/examples/cdi-session-scope/pom.xml
+++ b/examples/cdi-session-scope/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/change-jaxws-url/pom.xml
b/examples/change-jaxws-url/pom.xml
index 7e1c327b21..8c3b124857 100644
--- a/examples/change-jaxws-url/pom.xml
+++ b/examples/change-jaxws-url/pom.xml
@@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/connector-ear/connector-sample-war/pom.xml
b/examples/connector-ear/connector-sample-war/pom.xml
index 358ef9a9ad..4118a80d77 100644
--- a/examples/connector-ear/connector-sample-war/pom.xml
+++ b/examples/connector-ear/connector-sample-war/pom.xml
@@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<attachClasses>true</attachClasses>
diff --git a/examples/connector-war/pom.xml b/examples/connector-war/pom.xml
index c8e854239c..1dfddeb3ff 100644
--- a/examples/connector-war/pom.xml
+++ b/examples/connector-war/pom.xml
@@ -53,7 +53,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<executions>
<execution>
<id>default-war</id>
diff --git a/examples/ejb-examples/pom.xml b/examples/ejb-examples/pom.xml
index 38cd9a8bf8..4f5d4949a5 100644
--- a/examples/ejb-examples/pom.xml
+++ b/examples/ejb-examples/pom.xml
@@ -54,7 +54,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/ejb-remote-call-2/pom.xml
b/examples/ejb-remote-call-2/pom.xml
index 49d1201bc7..77ed6d4aee 100644
--- a/examples/ejb-remote-call-2/pom.xml
+++ b/examples/ejb-remote-call-2/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/ejb-remote-call/pom.xml b/examples/ejb-remote-call/pom.xml
index 86f6db39fd..124b712fc8 100644
--- a/examples/ejb-remote-call/pom.xml
+++ b/examples/ejb-remote-call/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/ejb-webservice/pom.xml b/examples/ejb-webservice/pom.xml
index 162fb2d145..d5095e8e09 100644
--- a/examples/ejb-webservice/pom.xml
+++ b/examples/ejb-webservice/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/jaxrs-json-provider-jettison/pom.xml
b/examples/jaxrs-json-provider-jettison/pom.xml
index 8c1a28714e..552d92860b 100644
--- a/examples/jaxrs-json-provider-jettison/pom.xml
+++ b/examples/jaxrs-json-provider-jettison/pom.xml
@@ -101,7 +101,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/jsf-cdi-and-ejb/pom.xml b/examples/jsf-cdi-and-ejb/pom.xml
index 49cb8c5f5d..414e826d9e 100644
--- a/examples/jsf-cdi-and-ejb/pom.xml
+++ b/examples/jsf-cdi-and-ejb/pom.xml
@@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/moviefun-rest/pom.xml b/examples/moviefun-rest/pom.xml
index 26b5c07eba..eae41e232d 100644
--- a/examples/moviefun-rest/pom.xml
+++ b/examples/moviefun-rest/pom.xml
@@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/moviefun/pom.xml b/examples/moviefun/pom.xml
index 7132f1ff09..f8508a4423 100644
--- a/examples/moviefun/pom.xml
+++ b/examples/moviefun/pom.xml
@@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-config-example/pom.xml
b/examples/mp-config-example/pom.xml
index b129027caf..08c912bb13 100644
--- a/examples/mp-config-example/pom.xml
+++ b/examples/mp-config-example/pom.xml
@@ -96,7 +96,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-config-source-database/pom.xml
b/examples/mp-config-source-database/pom.xml
index 5bc66af1c4..e269774930 100644
--- a/examples/mp-config-source-database/pom.xml
+++ b/examples/mp-config-source-database/pom.xml
@@ -90,7 +90,7 @@
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-custom-healthcheck/pom.xml
b/examples/mp-custom-healthcheck/pom.xml
index 0eac379046..935a0c67ac 100644
--- a/examples/mp-custom-healthcheck/pom.xml
+++ b/examples/mp-custom-healthcheck/pom.xml
@@ -26,7 +26,7 @@
<arquillian-junit-container.version>1.7.1.Final</arquillian-junit-container.version>
<version.microprofile.health-api>4.0.1</version.microprofile.health-api>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
- <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
+ <maven-war-plugin.version>3.5.0</maven-war-plugin.version>
<jakartaee-api.version>10.0.1</jakartaee-api.version>
<junit.version>4.13.2</junit.version>
<maven.compiler.source>1.8</maven.compiler.source>
diff --git a/examples/mp-faulttolerance-fallback/pom.xml
b/examples/mp-faulttolerance-fallback/pom.xml
index 397ee01d41..35746b7b0f 100644
--- a/examples/mp-faulttolerance-fallback/pom.xml
+++ b/examples/mp-faulttolerance-fallback/pom.xml
@@ -24,7 +24,7 @@
<version.microprofile.fault-tolerance-api>4.0.2</version.microprofile.fault-tolerance-api>
<arquillian-junit-container.version>1.7.1.Final</arquillian-junit-container.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
- <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
+ <maven-war-plugin.version>3.5.0</maven-war-plugin.version>
<jakartaee-api.version>10.0.1</jakartaee-api.version>
<junit.version>4.13.2</junit.version>
<maven.compiler.source>1.8</maven.compiler.source>
diff --git a/examples/mp-faulttolerance-retry/pom.xml
b/examples/mp-faulttolerance-retry/pom.xml
index 883214d939..f869738079 100644
--- a/examples/mp-faulttolerance-retry/pom.xml
+++ b/examples/mp-faulttolerance-retry/pom.xml
@@ -26,7 +26,7 @@
<version.microprofile.fault-tolerance-api>4.0.2</version.microprofile.fault-tolerance-api>
<arquillian-junit-container.version>1.7.1.Final</arquillian-junit-container.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
- <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
+ <maven-war-plugin.version>3.5.0</maven-war-plugin.version>
<jakartaee-api.version>10.0</jakartaee-api.version>
<junit.version>4.13.2</junit.version>
<maven.compiler.source>1.8</maven.compiler.source>
diff --git a/examples/mp-faulttolerance-timeout/pom.xml
b/examples/mp-faulttolerance-timeout/pom.xml
index b31621247f..f66f341134 100644
--- a/examples/mp-faulttolerance-timeout/pom.xml
+++ b/examples/mp-faulttolerance-timeout/pom.xml
@@ -26,7 +26,7 @@
<version.microprofile.fault-tolerance-api>4.0.2</version.microprofile.fault-tolerance-api>
<arquillian-junit-container.version>1.7.1.Final</arquillian-junit-container.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
- <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
+ <maven-war-plugin.version>3.5.0</maven-war-plugin.version>
<tomee.version>10.1.3-SNAPSHOT</tomee.version>
<jakartaee-api.version>10.0.1</jakartaee-api.version>
<junit.version>4.13.2</junit.version>
diff --git a/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
b/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
index e4939b9cf6..23c0560d4f 100644
--- a/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
+++ b/examples/mp-jwt-bean-validation-strongly-typed/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-jwt-bean-validation/pom.xml
b/examples/mp-jwt-bean-validation/pom.xml
index 7a38039653..e4d56464a8 100644
--- a/examples/mp-jwt-bean-validation/pom.xml
+++ b/examples/mp-jwt-bean-validation/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-metrics-gauge/pom.xml
b/examples/mp-metrics-gauge/pom.xml
index 22733dbd5b..0fc2835337 100644
--- a/examples/mp-metrics-gauge/pom.xml
+++ b/examples/mp-metrics-gauge/pom.xml
@@ -89,7 +89,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-metrics-metered/pom.xml
b/examples/mp-metrics-metered/pom.xml
index da64f50b1a..ad2919d0bf 100644
--- a/examples/mp-metrics-metered/pom.xml
+++ b/examples/mp-metrics-metered/pom.xml
@@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-rest-client/pom.xml b/examples/mp-rest-client/pom.xml
index 31d96705d3..68cd22e47b 100644
--- a/examples/mp-rest-client/pom.xml
+++ b/examples/mp-rest-client/pom.xml
@@ -98,7 +98,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-rest-jwt-jwk/pom.xml b/examples/mp-rest-jwt-jwk/pom.xml
index e88d70ba48..50f8938d5c 100644
--- a/examples/mp-rest-jwt-jwk/pom.xml
+++ b/examples/mp-rest-jwt-jwk/pom.xml
@@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-rest-jwt-principal/pom.xml
b/examples/mp-rest-jwt-principal/pom.xml
index 247a3a2217..6f8cfd409e 100644
--- a/examples/mp-rest-jwt-principal/pom.xml
+++ b/examples/mp-rest-jwt-principal/pom.xml
@@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/mp-rest-jwt-public-key/pom.xml
b/examples/mp-rest-jwt-public-key/pom.xml
index dadfb1c2cd..06ac2fee9b 100644
--- a/examples/mp-rest-jwt-public-key/pom.xml
+++ b/examples/mp-rest-jwt-public-key/pom.xml
@@ -49,7 +49,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index 728701034b..bc3a9494d8 100644
--- a/examples/pojo-webservice/pom.xml
+++ b/examples/pojo-webservice/pom.xml
@@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/realm-in-tomee/pom.xml b/examples/realm-in-tomee/pom.xml
index ac306c491e..b042a746a6 100644
--- a/examples/realm-in-tomee/pom.xml
+++ b/examples/realm-in-tomee/pom.xml
@@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/resources-declared-in-webapp/pom.xml
b/examples/resources-declared-in-webapp/pom.xml
index 6531395976..ad6c849b86 100644
--- a/examples/resources-declared-in-webapp/pom.xml
+++ b/examples/resources-declared-in-webapp/pom.xml
@@ -55,7 +55,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
</configuration>
diff --git a/examples/rest-example-with-application/pom.xml
b/examples/rest-example-with-application/pom.xml
index 7d90cd005e..0217f68271 100644
--- a/examples/rest-example-with-application/pom.xml
+++ b/examples/rest-example-with-application/pom.xml
@@ -55,7 +55,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
</configuration>
diff --git a/examples/rest-example/pom.xml b/examples/rest-example/pom.xml
index e7f5830a35..d9618fb810 100644
--- a/examples/rest-example/pom.xml
+++ b/examples/rest-example/pom.xml
@@ -57,7 +57,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
</configuration>
diff --git a/examples/rest-jaas/pom.xml b/examples/rest-jaas/pom.xml
index 2ae648198f..5f2e66165a 100644
--- a/examples/rest-jaas/pom.xml
+++ b/examples/rest-jaas/pom.xml
@@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/simple-ear/moviefun-webapp/pom.xml
b/examples/simple-ear/moviefun-webapp/pom.xml
index bba79b43d2..d75e0d654e 100644
--- a/examples/simple-ear/moviefun-webapp/pom.xml
+++ b/examples/simple-ear/moviefun-webapp/pom.xml
@@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
</plugin>
</plugins>
</build>
diff --git a/examples/simple-jms-context/pom.xml
b/examples/simple-jms-context/pom.xml
index 6564d2cd5d..cf43948a22 100644
--- a/examples/simple-jms-context/pom.xml
+++ b/examples/simple-jms-context/pom.xml
@@ -80,7 +80,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/simple-jms/pom.xml b/examples/simple-jms/pom.xml
index 1dfd6be579..cf4b0d57c9 100644
--- a/examples/simple-jms/pom.xml
+++ b/examples/simple-jms/pom.xml
@@ -77,7 +77,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/singleton-startup-ordering/pom.xml
b/examples/singleton-startup-ordering/pom.xml
index 1f427ac4b9..1f09aac15e 100644
--- a/examples/singleton-startup-ordering/pom.xml
+++ b/examples/singleton-startup-ordering/pom.xml
@@ -90,7 +90,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/struts/pom.xml b/examples/struts/pom.xml
index cd21add78a..b9395bcf4b 100644
--- a/examples/struts/pom.xml
+++ b/examples/struts/pom.xml
@@ -53,7 +53,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/websocket-jms/pom.xml b/examples/websocket-jms/pom.xml
index 91e8ad8826..3e3d1f0df4 100644
--- a/examples/websocket-jms/pom.xml
+++ b/examples/websocket-jms/pom.xml
@@ -54,7 +54,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/examples/xa-datasource/pom.xml b/examples/xa-datasource/pom.xml
index 7b7d42254f..23d5c52b6b 100644
--- a/examples/xa-datasource/pom.xml
+++ b/examples/xa-datasource/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
diff --git a/itests/openejb-itests-web/pom.xml
b/itests/openejb-itests-web/pom.xml
index 97842b77cc..13b02182cf 100644
--- a/itests/openejb-itests-web/pom.xml
+++ b/itests/openejb-itests-web/pom.xml
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
</plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index fa4a311ac9..f82c7b14ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/tomee/tomee-plume-webapp/pom.xml b/tomee/tomee-plume-webapp/pom.xml
index 68a394070e..c07890698c 100644
--- a/tomee/tomee-plume-webapp/pom.xml
+++ b/tomee/tomee-plume-webapp/pom.xml
@@ -552,7 +552,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<dependentWarExcludes>
%regex[(WEB-INF/)?lib/(tomee-)?myfaces(-api|-impl)?-.*.jar],
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index 15f32cbe9f..52d198b83d 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -525,7 +525,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>3.4.0</version>
+ <version>3.5.0</version>
<configuration>
<dependentWarExcludes>
%regex[(WEB-INF/)?lib/(tomee-)?myfaces(-api|-impl)?-.*.jar],