[struts] branch master updated: [maven-release-plugin] prepare release STRUTS_6_0_0

2022-06-02 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
 new 68fb49c10 [maven-release-plugin] prepare release STRUTS_6_0_0
68fb49c10 is described below

commit 68fb49c10e083dce829476778eec726fc90c8c38
Author: Lukasz Lenart 
AuthorDate: Thu Jun 2 09:11:02 2022 +0200

[maven-release-plugin] prepare release STRUTS_6_0_0
---
 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/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/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-mocks/pom.xml   | 2 +-
 plugins/portlet-tiles/pom.xml   | 2 +-
 plugins/portlet/pom.xml | 2 +-
 plugins/rest/pom.xml| 2 +-
 plugins/sitemesh/pom.xml| 2 +-
 plugins/spring/pom.xml  | 2 +-
 plugins/testng/pom.xml  | 2 +-
 plugins/tiles/pom.xml   | 2 +-
 plugins/velocity/pom.xml| 2 +-
 pom.xml | 6 +++---
 37 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index 54e3b841a..f2e4f6275 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0-SNAPSHOT
+6.0.0
 
 struts2-apps
 pom
diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml
index 82dd137d9..1b588d3c5 100644
--- a/apps/rest-showcase/pom.xml
+++ b/apps/rest-showcase/pom.xml
@@ -24,12 +24,12 @@
 
 org.apache.struts
 struts2-apps
-6.0.0-SNAPSHOT
+6.0.0
 
 
 struts2-rest-showcase
 war
-6.0.0-SNAPSHOT
+6.0.0
 Struts 2 Rest Showcase Webapp
 Struts 2 Rest Showcase Example
 
diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml
index a1933bc5f..0c91de325 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-apps
-6.0.0-SNAPSHOT
+6.0.0
 
 
 struts2-showcase
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5abd8547c..8169a8c0d 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0-SNAPSHOT
+6.0.0
 
 
 struts2-assembly
diff --git a/bom/pom.xml b/bom/pom.xml
index 021a767b2..d1d915380 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -29,7 +29,7 @@
 
 
 struts2-bom
-6.0.0-SNAPSHOT
+6.0.0
 pom
 
 Struts 2 Bill of Materials
@@ -44,7 +44,7 @@
 
 
 
-6.0.0-SNAPSHOT
+6.0.0
 true
 true
 
@@ -175,7 +175,7 @@
 
 
   
-HEAD
+STRUTS_6_0_0
 
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 4f5ce6cc2..5439932a0 100644
--- a/bundles/admin/pom.xml
+++ b/bundles/admin/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-osgi-bundles
-6.0.0-SNAPSHOT
+6.0.0
 
 
 struts2-osgi-admin-bundle
diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml
index df1cd3231..3c86caade 100644
--- a/bundles/demo/pom.xml
+++ b/bundles/demo/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-osgi-bundles
-6.0.0-SNAPSHOT
+6.0.0
 
 
 struts2-osgi-demo-bundle
diff --git a/bundles/pom.xml b/bundles/pom.xml
index d34c67496..b89ad25be 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0-SNAPSHOT
+6.0.0
 
 
 struts2-osgi-bundles
diff --git a/core/pom.xml b/core/pom.xml
index 02f1a09f1..fc1dd785c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0-SNAPSHOT
+6.0.0
 
 str

[struts] branch master updated: [maven-release-plugin] prepare for next development iteration

2022-06-02 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
 new 4b3ee53f9 [maven-release-plugin] prepare for next development iteration
4b3ee53f9 is described below

commit 4b3ee53f939ac040b6d5351591eace6023d78514
Author: Lukasz Lenart 
AuthorDate: Thu Jun 2 09:11:11 2022 +0200

[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/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/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-mocks/pom.xml   | 2 +-
 plugins/portlet-tiles/pom.xml   | 2 +-
 plugins/portlet/pom.xml | 2 +-
 plugins/rest/pom.xml| 2 +-
 plugins/sitemesh/pom.xml| 2 +-
 plugins/spring/pom.xml  | 2 +-
 plugins/testng/pom.xml  | 2 +-
 plugins/tiles/pom.xml   | 2 +-
 plugins/velocity/pom.xml| 2 +-
 pom.xml | 6 +++---
 37 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index f2e4f6275..ab8a81107 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0
+6.1.0-SNAPSHOT
 
 struts2-apps
 pom
diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml
index 1b588d3c5..870683b81 100644
--- a/apps/rest-showcase/pom.xml
+++ b/apps/rest-showcase/pom.xml
@@ -24,12 +24,12 @@
 
 org.apache.struts
 struts2-apps
-6.0.0
+6.1.0-SNAPSHOT
 
 
 struts2-rest-showcase
 war
-6.0.0
+6.1.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 0c91de325..84c4e32fc 100644
--- a/apps/showcase/pom.xml
+++ b/apps/showcase/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-apps
-6.0.0
+6.1.0-SNAPSHOT
 
 
 struts2-showcase
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 8169a8c0d..6773c74bd 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0
+6.1.0-SNAPSHOT
 
 
 struts2-assembly
diff --git a/bom/pom.xml b/bom/pom.xml
index d1d915380..b2a8a9555 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -29,7 +29,7 @@
 
 
 struts2-bom
-6.0.0
+6.1.0-SNAPSHOT
 pom
 
 Struts 2 Bill of Materials
@@ -44,7 +44,7 @@
 
 
 
-6.0.0
+6.1.0-SNAPSHOT
 true
 true
 
@@ -175,7 +175,7 @@
 
 
   
-STRUTS_6_0_0
+HEAD
 
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 5439932a0..358a31212 100644
--- a/bundles/admin/pom.xml
+++ b/bundles/admin/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-osgi-bundles
-6.0.0
+6.1.0-SNAPSHOT
 
 
 struts2-osgi-admin-bundle
diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml
index 3c86caade..6c878046b 100644
--- a/bundles/demo/pom.xml
+++ b/bundles/demo/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-osgi-bundles
-6.0.0
+6.1.0-SNAPSHOT
 
 
 struts2-osgi-demo-bundle
diff --git a/bundles/pom.xml b/bundles/pom.xml
index b89ad25be..cf23b9673 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0
+6.1.0-SNAPSHOT
 
 
 struts2-osgi-bundles
diff --git a/core/pom.xml b/core/pom.xml
index fc1dd785c..137c34801 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -24,7 +24,7 @@
 
 org.apache.struts
 struts2-parent
-6.0.0
+6.1.0-SNA

[struts] annotated tag STRUTS_6_0_0 created (now 8f7602666)

2022-06-02 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to annotated tag STRUTS_6_0_0
in repository https://gitbox.apache.org/repos/asf/struts.git


  at 8f7602666 (tag)
 tagging 68fb49c10e083dce829476778eec726fc90c8c38 (commit)
 replaces STRUTS_6_0_0_RC4
  by Lukasz Lenart
  on Thu Jun 2 09:11:08 2022 +0200

- Log -
[maven-release-plugin] copy for tag STRUTS_6_0_0
---

No new revisions were added by this update.



svn commit: r54823 - /dev/struts/6.0.0/

2022-06-02 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Jun  2 07:23:44 2022
New Revision: 54823

Log:
Updates test release 6.0.0

Added:
dev/struts/6.0.0/
dev/struts/6.0.0/struts-6.0.0-all.zip   (with props)
dev/struts/6.0.0/struts-6.0.0-all.zip.asc
dev/struts/6.0.0/struts-6.0.0-all.zip.md5
dev/struts/6.0.0/struts-6.0.0-all.zip.sha1
dev/struts/6.0.0/struts-6.0.0-apps.zip   (with props)
dev/struts/6.0.0/struts-6.0.0-apps.zip.asc
dev/struts/6.0.0/struts-6.0.0-apps.zip.md5
dev/struts/6.0.0/struts-6.0.0-apps.zip.sha1
dev/struts/6.0.0/struts-6.0.0-docs.zip   (with props)
dev/struts/6.0.0/struts-6.0.0-docs.zip.asc
dev/struts/6.0.0/struts-6.0.0-docs.zip.md5
dev/struts/6.0.0/struts-6.0.0-docs.zip.sha1
dev/struts/6.0.0/struts-6.0.0-lib.zip   (with props)
dev/struts/6.0.0/struts-6.0.0-lib.zip.asc
dev/struts/6.0.0/struts-6.0.0-lib.zip.md5
dev/struts/6.0.0/struts-6.0.0-lib.zip.sha1
dev/struts/6.0.0/struts-6.0.0-min-lib.zip   (with props)
dev/struts/6.0.0/struts-6.0.0-min-lib.zip.asc
dev/struts/6.0.0/struts-6.0.0-min-lib.zip.md5
dev/struts/6.0.0/struts-6.0.0-min-lib.zip.sha1
dev/struts/6.0.0/struts-6.0.0-src.zip   (with props)
dev/struts/6.0.0/struts-6.0.0-src.zip.asc
dev/struts/6.0.0/struts-6.0.0-src.zip.md5
dev/struts/6.0.0/struts-6.0.0-src.zip.sha1

Added: dev/struts/6.0.0/struts-6.0.0-all.zip
==
Binary file - no diff available.

Propchange: dev/struts/6.0.0/struts-6.0.0-all.zip
--
svn:mime-type = application/octet-stream

Added: dev/struts/6.0.0/struts-6.0.0-all.zip.asc
==
--- dev/struts/6.0.0/struts-6.0.0-all.zip.asc (added)
+++ dev/struts/6.0.0/struts-6.0.0-all.zip.asc Thu Jun  2 07:23:44 2022
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJMBAABCgA2FiEEDgCGmDROYrkGM7fGKEFhBmOvux8FAmKYY84YHGx1a2Fzemxl
+bmFydEBhcGFjaGUub3JnAAoJEChBYQZjr7sfDioP/jwAPOnJhGQfGpaPqxkAfOv4
+i8mheW9CSDDAc3hnpxnEf7cqxQE8QbtgVbHU7an2yqFRlW8KmTRf44gSGpPjb7eg
+lyy6XQ2pWm8HT62qdmXGaVONP/B3Dk8DF1lv2RQIvBP5AD1I1n9KcFjbibN+SHFF
+0poqvuG8bYiFN35RbmbnluI13Wzw51dyOp2DRPHET/d65VEYJyNqDwqUAzw5kvfM
+hCMQoa1UCvQQtwMJDu12b9DSQlbxyQboP/OfGoX1ZKm7PTOlmxBTCT2A07o9Kny3
+grjxXeRS3b7YooeTt4gXnAkGvDRsUsrWaeHegksQcZL49KkdyhYogG4a7AGcRNKf
+oOFUQYJbIigOArsWsFNHF29doQz3sDEESe6Oxs6jSy0G3D+VG4O3CizCe512xtkv
+9svsl1I/egbjh2JocxqvdDQjyg/uxAwnFWCUNihrEyqYBUpTpGJgZTKxt/g6ueAs
+5VsLI6Br9wKL4tu4cgY75ijOzETuR3piGFLuptyUL4aPr+XRT/NdNu8/360nOFkM
+zCCbnM3xuCsJQaFgI6GkLsROxoh2jLsA/1/1EtQr32cU3NWinhTp8M8TsyX1rCjY
+qc4m1S/ms6qnPPXCL2WjW9FoxIjMM/Y58BbDVOzEomdQJ18jRceFU5CrJpAGV6PS
++3Yxdib3f1Alpb/rROKp
+=H6mh
+-END PGP SIGNATURE-

Added: dev/struts/6.0.0/struts-6.0.0-all.zip.md5
==
--- dev/struts/6.0.0/struts-6.0.0-all.zip.md5 (added)
+++ dev/struts/6.0.0/struts-6.0.0-all.zip.md5 Thu Jun  2 07:23:44 2022
@@ -0,0 +1 @@
+27033f3f6fab9e067f35f04a6d63bba1
\ No newline at end of file

Added: dev/struts/6.0.0/struts-6.0.0-all.zip.sha1
==
--- dev/struts/6.0.0/struts-6.0.0-all.zip.sha1 (added)
+++ dev/struts/6.0.0/struts-6.0.0-all.zip.sha1 Thu Jun  2 07:23:44 2022
@@ -0,0 +1 @@
+1abe6a73176d16ec1dca2f7aa96b39b5a6494a59
\ No newline at end of file

Added: dev/struts/6.0.0/struts-6.0.0-apps.zip
==
Binary file - no diff available.

Propchange: dev/struts/6.0.0/struts-6.0.0-apps.zip
--
svn:mime-type = application/octet-stream

Added: dev/struts/6.0.0/struts-6.0.0-apps.zip.asc
==
--- dev/struts/6.0.0/struts-6.0.0-apps.zip.asc (added)
+++ dev/struts/6.0.0/struts-6.0.0-apps.zip.asc Thu Jun  2 07:23:44 2022
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJMBAABCgA2FiEEDgCGmDROYrkGM7fGKEFhBmOvux8FAmKYY88YHGx1a2Fzemxl
+bmFydEBhcGFjaGUub3JnAAoJEChBYQZjr7sfy0EP/jDexwpUqAjL3hyiqQPhnYRC
+9RW2rMHrhamk3PH6vEnv6w8jQvtUccSbcH84ak4DPy03b6ODNNIUAu6lvov9INkA
+eNXXztDHyRtky3/naeRPWjuDZudEGfZ9F6McioLU+eyHjODUqKySNHBnbGDCWr5s
+4VLB8UONJ9Vp/KisXhqr5nREoR2Et5L3OtaCv/wPbIEcb27kgvVmFK9eF1JZzhG6
+14U8wd6lOwN7Tz/U3lH4V5ptVg12zm3LQLBSZ7s1ZA7VFSsIzU940wZWwgzsomdq
+Yq0r35UveG/ufisKbmIetgeTyWFPHvlIOaMUWBicJ8vaXLV7yut4k8ZP8AEeFGuc
+C5SOOP0JeNdT12g/Jm5z43NRrY/aBRDWL+iWUDOtMYcu94esHuAGGkl2qIM+BBdq
+qledAQAYmpEGHj3vgD04VX5AFfui/Jjt8tWkV0lBpHIl7qVX7qf2KbHzgMzT1IrD
++8g+k/w7oNHSF9Mj0csQjOJWP+FWoDlQy+EdyY1tFnJgTJJXLT3IqrLwyyYZpabk
+X1tpzQnK4LKXiFRwicl4HOFOR4nhD+YHE+a62BI8xeT0JDUr5PfI3+KvZOFhhgao
+f+Ghxr3xelCY4IjA89E46BykbxddIYDaBedBVejy+ymEZFQVT7ooBtcGahwgSyOP
+itraxVjU26OUz5WkdEQB
+=8kuy
+-END PGP SIGNATURE-

Added: dev/st

svn commit: r54825 - /dev/struts/6.0.0-RC4/

2022-06-02 Thread lukaszlenart
Author: lukaszlenart
Date: Thu Jun  2 07:54:03 2022
New Revision: 54825

Log:
Removes outdated RC

Removed:
dev/struts/6.0.0-RC4/