[struts] branch struts-2-5-x updated (18ff6c1 -> 8ce5811)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git. from 18ff6c1 [maven-release-plugin] prepare for next development iteration new dc349dd Upgrades Log4j to version 2.12.2 new 8ce5811 [maven-release-plugin] prepare release STRUTS_2_5_28_1 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 6 +++--- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/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/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 8 35 files changed, 41 insertions(+), 41 deletions(-)
[struts] 01/02: Upgrades Log4j to version 2.12.2
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git commit dc349dd356e68abb3283b343e33f47dc97b8fc17 Author: Lukasz Lenart AuthorDate: Thu Dec 16 16:29:14 2021 +0100 Upgrades Log4j to version 2.12.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64ded17..7e94a9e 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 7.3.1 3.0.8 1.0.7 -2.12.1 +2.12.2 2.10.3
[struts] 02/02: [maven-release-plugin] prepare release STRUTS_2_5_28_1
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git commit 8ce5811fe72fbdd9350966a42669c228ac1e84a5 Author: Lukasz Lenart AuthorDate: Thu Dec 16 16:33:42 2021 +0100 [maven-release-plugin] prepare release STRUTS_2_5_28_1 --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 6 +++--- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/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/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 6 +++--- 35 files changed, 40 insertions(+), 40 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 0b0a58a..8ad57b6 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.29-SNAPSHOT +2.5.28.1 struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 1125bb2..3a595e5 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.5.29-SNAPSHOT +2.5.28.1 struts2-rest-showcase war -2.5.29-SNAPSHOT +2.5.28.1 Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 3d9450c..a920839 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.5.29-SNAPSHOT +2.5.28.1 struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index c76947d..2d6e3d8 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.29-SNAPSHOT +2.5.28.1 struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index be11a56..7080dda 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.5.29-SNAPSHOT +2.5.28.1 pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.5.29-SNAPSHOT +2.5.28.1 true true @@ -181,7 +181,7 @@ -STRUTS_2_5_27 +STRUTS_2_5_28_1 scm:git:https://gitbox.apache.org/repos/asf/struts.git scm:git:https://gitbox.apache.org/repos/asf/struts.git https://github.com/apache/struts/ diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index 98532d4..d9a0d93 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.29-SNAPSHOT +2.5.28.1 struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index fbab73d..fbae76c 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.29-SNAPSHOT +2.5.28.1 struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index 1181254..24bd5a5 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.29-SNAPSHOT +2.5.28.1 struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index 2cab900..50a033d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.29-SNAPSHOT +2.5.28.1 struts2-core jar diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index 500a7e2..d654b53 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@
[struts] annotated tag STRUTS_2_5_28_1 created (now 11ca4df)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to annotated tag STRUTS_2_5_28_1 in repository https://gitbox.apache.org/repos/asf/struts.git. at 11ca4df (tag) tagging 8ce5811fe72fbdd9350966a42669c228ac1e84a5 (commit) replaces STRUTS_2_5_28 by Lukasz Lenart on Thu Dec 16 16:33:47 2021 +0100 - Log - [maven-release-plugin] copy for tag STRUTS_2_5_28_1 --- No new revisions were added by this update.
[struts] branch struts-2-5-x updated: [maven-release-plugin] prepare for next development iteration
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/struts-2-5-x by this push: new 93303b4 [maven-release-plugin] prepare for next development iteration 93303b4 is described below commit 93303b45cb550ac02648bca149df68307c7f8efa Author: Lukasz Lenart AuthorDate: Thu Dec 16 16:33:51 2021 +0100 [maven-release-plugin] prepare for next development iteration --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 6 +++--- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/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/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 6 +++--- 35 files changed, 40 insertions(+), 40 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 8ad57b6..0b0a58a 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.28.1 +2.5.29-SNAPSHOT struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 3a595e5..1125bb2 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.5.28.1 +2.5.29-SNAPSHOT struts2-rest-showcase war -2.5.28.1 +2.5.29-SNAPSHOT Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index a920839..3d9450c 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.5.28.1 +2.5.29-SNAPSHOT struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index 2d6e3d8..c76947d 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.28.1 +2.5.29-SNAPSHOT struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index 7080dda..be11a56 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.5.28.1 +2.5.29-SNAPSHOT pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.5.28.1 +2.5.29-SNAPSHOT true true @@ -181,7 +181,7 @@ -STRUTS_2_5_28_1 +STRUTS_2_5_27 scm:git:https://gitbox.apache.org/repos/asf/struts.git scm:git:https://gitbox.apache.org/repos/asf/struts.git https://github.com/apache/struts/ diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index d9a0d93..98532d4 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.28.1 +2.5.29-SNAPSHOT struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index fbae76c..fbab73d 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.28.1 +2.5.29-SNAPSHOT struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index 24bd5a5..1181254 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.28.1 +2.5.29-SNAPSHOT struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index 50a033d..2cab900 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.28.1 +2.5.29-SNAPSHOT struts2-core jar diff --git
svn commit: r51508 - /dev/struts/2.5.28.1/
Author: lukaszlenart Date: Thu Dec 16 15:44:58 2021 New Revision: 51508 Log: Updates test release 2.5.28.1 Added: dev/struts/2.5.28.1/ dev/struts/2.5.28.1/struts-2.5.28.1-all.zip (with props) dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.asc (with props) dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha256 dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha512 dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip (with props) dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.asc (with props) dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha256 dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha512 dev/struts/2.5.28.1/struts-2.5.28.1-docs.zip (with props) dev/struts/2.5.28.1/struts-2.5.28.1-docs.zip.asc (with props) dev/struts/2.5.28.1/struts-2.5.28.1-docs.zip.sha256 dev/struts/2.5.28.1/struts-2.5.28.1-docs.zip.sha512 dev/struts/2.5.28.1/struts-2.5.28.1-lib.zip (with props) dev/struts/2.5.28.1/struts-2.5.28.1-lib.zip.asc (with props) dev/struts/2.5.28.1/struts-2.5.28.1-lib.zip.sha256 dev/struts/2.5.28.1/struts-2.5.28.1-lib.zip.sha512 dev/struts/2.5.28.1/struts-2.5.28.1-min-lib.zip (with props) dev/struts/2.5.28.1/struts-2.5.28.1-min-lib.zip.asc (with props) dev/struts/2.5.28.1/struts-2.5.28.1-min-lib.zip.sha256 dev/struts/2.5.28.1/struts-2.5.28.1-min-lib.zip.sha512 dev/struts/2.5.28.1/struts-2.5.28.1-src.zip (with props) dev/struts/2.5.28.1/struts-2.5.28.1-src.zip.asc (with props) dev/struts/2.5.28.1/struts-2.5.28.1-src.zip.sha256 dev/struts/2.5.28.1/struts-2.5.28.1-src.zip.sha512 Added: dev/struts/2.5.28.1/struts-2.5.28.1-all.zip == Binary file - no diff available. Propchange: dev/struts/2.5.28.1/struts-2.5.28.1-all.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha256 == --- dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha256 (added) +++ dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha256 Thu Dec 16 15:44:58 2021 @@ -0,0 +1 @@ +e554db25af722d19f93f30d589534e80b0eefbf3cf4c66eb178286ecd6d48661 struts-2.5.28.1-all.zip Added: dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha512 == --- dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha512 (added) +++ dev/struts/2.5.28.1/struts-2.5.28.1-all.zip.sha512 Thu Dec 16 15:44:58 2021 @@ -0,0 +1 @@ +b9e28a2f5d05aefeb3cd012a6192ca2c91ef547b492b451cd9cf55caf7c66342714a9f7a8117ff9a96eeef949635679206ef78cbe356a51d0054e834abe84ffc struts-2.5.28.1-all.zip Added: dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip == Binary file - no diff available. Propchange: dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha256 == --- dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha256 (added) +++ dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha256 Thu Dec 16 15:44:58 2021 @@ -0,0 +1 @@ +a84804c2351f27d9a3f85ae28b2b86d31f61bdcee89e08961bbf72e49e312b7f struts-2.5.28.1-apps.zip Added: dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha512 == --- dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha512 (added) +++ dev/struts/2.5.28.1/struts-2.5.28.1-apps.zip.sha512 Thu Dec 16 15:44:58 2021 @@ -0,0 +1 @@ +c205f2592db49e9b77b054c61ffbd82e13a1492d9624c55c736fef870751ecb01971d1cb2c070342c09972e636070fc58fea0ec068c964af93305f718dc914c6 struts-2.5.28.1-apps.zip Added: dev/struts/2.5.28.1/struts-2.5.28.1-docs.zip == Binary file - no diff available. Propchange: dev/struts/2.5.28.1/struts-2.5.28.1-docs.zip -- svn:mime-type = appl