This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feature/struts-703 in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit 3f38be474dc6f3258e6ac9a51f6ef7221d52b6ea Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Apr 1 11:44:42 2025 +0200 Upgrades to Struts 7.0.3 --- 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>