This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6c8073e2d Bump org.apache.maven.plugins:maven-war-plugin from 2.3 to
3.4.0
6c8073e2d is described below
commit 6c8073e2d0dcf9f87a34a378abce93cc18cfbaca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 21 20:53:15 2025 +0000
Bump org.apache.maven.plugins:maven-war-plugin from 2.3 to 3.4.0
Bumps
[org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin)
from 2.3 to 3.4.0.
-
[Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-2.3...maven-war-plugin-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-war-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
blueprint/examples/blueprint-sample-war/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blueprint/examples/blueprint-sample-war/pom.xml
b/blueprint/examples/blueprint-sample-war/pom.xml
index e9e6889ce..9c91749b5 100644
--- a/blueprint/examples/blueprint-sample-war/pom.xml
+++ b/blueprint/examples/blueprint-sample-war/pom.xml
@@ -50,7 +50,7 @@
<blueprint.web.version>1.0.0</blueprint.web.version>
<geronimo-servlet_2.5_spec.version>1.2</geronimo-servlet_2.5_spec.version>
<jetty-maven-plugin.version>8.1.8.v20121106</jetty-maven-plugin.version>
- <maven-war-plugin.version>2.3</maven-war-plugin.version>
+ <maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<tomcat6-maven-plugin.version>2.0</tomcat6-maven-plugin.version>
<tomcat7-maven-plugin.version>2.0</tomcat7-maven-plugin.version>
</properties>