This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 561a25d Upgrades to Struts 7.0.3 (#438)
561a25d is described below
commit 561a25de6b58fd139e7662ef467078d0b5c227b7
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Apr 1 12:19:25 2025 +0200
Upgrades to Struts 7.0.3 (#438)
---
annotations/pom.xml | 4 ----
debugging-struts/pom.xml | 4 ----
pom.xml | 2 +-
3 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 0786a55..bac2d2a 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -14,10 +14,6 @@
<description>Annotations example application for the Struts 2 getting
started tutorials</description>
<packaging>war</packaging>
- <properties>
- <struts2.version>7.0.0</struts2.version>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.apache.struts</groupId>
diff --git a/debugging-struts/pom.xml b/debugging-struts/pom.xml
index f0951fc..dae729a 100644
--- a/debugging-struts/pom.xml
+++ b/debugging-struts/pom.xml
@@ -13,10 +13,6 @@
<name>Debugging Struts</name>
<description>Exception handling example application for the Struts 2
getting started tutorials</description>
- <properties>
- <struts2.version>7.0.1-SNAPSHOT</struts2.version>
- </properties>
-
<packaging>war</packaging>
<dependencies>
diff --git a/pom.xml b/pom.xml
index de6ba47..821b45d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.javadoc.skip>true</maven.javadoc.skip>
- <struts2.version>7.0.0</struts2.version>
+ <struts2.version>7.0.3</struts2.version>
<log4j2.version>2.24.3</log4j2.version>
<jetty-plugin.version>11.0.18</jetty-plugin.version>
<jackson.version>2.14.1</jackson.version>