From c3c7a73b55045abdab515ea9f734e39c9503bc5b Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sun, 1 Feb 2026 13:21:32 +0100 Subject: [PATCH] chore: updates SNAPSHOT version to reflect current scope of changes --- apps/pom.xml | 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml | 2 +- bom/pom.xml | 2 +- core/pom.xml | 2 +- jakarta/pom.xml | 2 +- jakarta/velocity-tools-jsp-jakarta/pom.xml | 2 +- jakarta/velocity-tools-view-jakarta/pom.xml | 2 +- parent/pom.xml | 2 +- plugins/async/pom.xml | 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/jasperreports7/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml | 2 +- plugins/junit/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/rest/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- plugins/velocity/pom.xml | 2 +- plugins/xslt/pom.xml | 2 +- pom.xml | 4 ++-- 29 files changed, 31 insertions(+), 31 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 6ae77022cd..9f2cc6a0e5 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT ../parent/pom.xml struts2-apps diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 6278730134..96ecf607c5 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-rest-showcase war - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 3ff03d62b5..e995c73ad7 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index fc9e567da6..d8ef9b53ae 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT ../parent/pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index bf242e06d4..f390007ff9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-project - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-bom diff --git a/core/pom.xml b/core/pom.xml index 9bb3afbec4..8f26184892 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT ../parent/pom.xml struts2-core diff --git a/jakarta/pom.xml b/jakarta/pom.xml index fa4bc4a94c..4d0a0ab3ad 100644 --- a/jakarta/pom.xml +++ b/jakarta/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT ../parent/pom.xml struts2-jakarta diff --git a/jakarta/velocity-tools-jsp-jakarta/pom.xml b/jakarta/velocity-tools-jsp-jakarta/pom.xml index f1106d610a..a89021869e 100644 --- a/jakarta/velocity-tools-jsp-jakarta/pom.xml +++ b/jakarta/velocity-tools-jsp-jakarta/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-jakarta - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-velocity-tools-jsp-jakarta jar diff --git a/jakarta/velocity-tools-view-jakarta/pom.xml b/jakarta/velocity-tools-view-jakarta/pom.xml index ba8c750ab2..32c6876c84 100644 --- a/jakarta/velocity-tools-view-jakarta/pom.xml +++ b/jakarta/velocity-tools-view-jakarta/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-jakarta - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-velocity-tools-view-jakarta jar diff --git a/parent/pom.xml b/parent/pom.xml index d562e5e4d5..3397e2112a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -25,7 +25,7 @@ org.apache.struts struts2-bom - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT ../bom/pom.xml diff --git a/plugins/async/pom.xml b/plugins/async/pom.xml index eb792cbac9..054def2e4d 100644 --- a/plugins/async/pom.xml +++ b/plugins/async/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-async-plugin diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index 7ed0ae93c3..8548cd0224 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT 4.0.0 diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml index 14b5429e7d..037461402c 100644 --- a/plugins/cdi/pom.xml +++ b/plugins/cdi/pom.xml @@ -25,7 +25,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-cdi-plugin diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml index 3e6d651ff3..46f3d5db29 100644 --- a/plugins/config-browser/pom.xml +++ b/plugins/config-browser/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-config-browser-plugin diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml index fc42de5319..f803b6a476 100644 --- a/plugins/convention/pom.xml +++ b/plugins/convention/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-convention-plugin diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index fa43d482af..addbe1aaef 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-jasperreports-plugin diff --git a/plugins/jasperreports7/pom.xml b/plugins/jasperreports7/pom.xml index 02920566c3..14fc0f25f5 100644 --- a/plugins/jasperreports7/pom.xml +++ b/plugins/jasperreports7/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-jasperreports7-plugin diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml index 36f4e7d377..6d636ae553 100644 --- a/plugins/javatemplates/pom.xml +++ b/plugins/javatemplates/pom.xml @@ -25,7 +25,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-javatemplates-plugin diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index 361a2ec2ff..9594e5bd97 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-jfreechart-plugin diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml index 952a2f87d4..922e48b137 100644 --- a/plugins/json/pom.xml +++ b/plugins/json/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-json-plugin diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml index 53ca5f6410..9ee658db8d 100644 --- a/plugins/junit/pom.xml +++ b/plugins/junit/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-junit-plugin diff --git a/plugins/pom.xml b/plugins/pom.xml index e092947f8e..d823272acb 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT ../parent/pom.xml diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index 2ba22b35da..70b7988a97 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-rest-plugin diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index 261d452581..59b9e55eb2 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-spring-plugin diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index c014101e6a..fd4b8eca9b 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-testng-plugin diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index 347c7e641f..0ddd50aa33 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-tiles-plugin diff --git a/plugins/velocity/pom.xml b/plugins/velocity/pom.xml index 14d57fe6eb..6cb288be13 100644 --- a/plugins/velocity/pom.xml +++ b/plugins/velocity/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-velocity-plugin diff --git a/plugins/xslt/pom.xml b/plugins/xslt/pom.xml index 0151f5b6b4..60ef4f491b 100644 --- a/plugins/xslt/pom.xml +++ b/plugins/xslt/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT struts2-xslt-plugin diff --git a/pom.xml b/pom.xml index 99dbc44faf..680e577972 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 4.0.0 struts2-project - 7.1.2-SNAPSHOT + 7.2.0-SNAPSHOT pom Struts 2 https://struts.apache.org/ @@ -106,7 +106,7 @@ UTF-8 - 2025-10-01T06:32:34Z + 2026-02-01T12:20:24Z 17