[groovy-dev-site] branch asf-site updated: 2023/01/22 06:10:58: Generated dev website from groovy-website@93c5804

2023-01-21 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 03fa51f  2023/01/22 06:10:58: Generated dev website from 
groovy-website@93c5804
03fa51f is described below

commit 03fa51f73cdabd7e4bca45fbee2a36b1e1949bec
Author: jenkins 
AuthorDate: Sun Jan 22 06:10:58 2023 +

2023/01/22 06:10:58: Generated dev website from groovy-website@93c5804
---
 download.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/download.html b/download.html
index fb5aa1c..1d02d7a 100644
--- a/download.html
+++ b/download.html
@@ -57,8 +57,8 @@
 
  Improve this doc
 
- Download Download 4.0.7Ways to get 
Apache Groovy:Download a source or binary distribution.Use a package manager or bundle for 
your operating system.Refer to the 
appropriate Apache Groovy jars from your  Download Download 4.0.8Ways to get 
Apache Groovy:Download a source or binary distribution.Use a package manager or bundle for 
your operating system.Refer to the 
appropriate Apache Groovy jars from your 
 
 



[groovy-website] branch asf-site updated: Release 4.0.8: update sitemap

2023-01-21 Thread paulk
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 93c5804  Release 4.0.8: update sitemap
93c5804 is described below

commit 93c5804dbe1d7f491795c335864aa9702f93776c
Author: Paul King 
AuthorDate: Sun Jan 22 16:03:45 2023 +1000

Release 4.0.8: update sitemap
---
 site/src/site/sitemap-dev.groovy  | 5 +
 site/src/site/sitemap-user.groovy | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 0ae53d9..b9cef8d 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -91,8 +91,13 @@ downloads {
 a(href: 'versioning.html', 'version')
 yield ' of Groovy designed for JDK8+ with much improved JPMS 
support.'
 }
+version('4.0.8') {
+stable true
+//windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.8/'
+}
 version('4.0.7') {
 stable true
+archive true
 windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.7/'
 }
 }
diff --git a/site/src/site/sitemap-user.groovy 
b/site/src/site/sitemap-user.groovy
index 74df159..b0f0ccc 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -89,7 +89,7 @@ documentation {
 '2.5.0', '2.5.1', '2.5.2', '2.5.3', '2.5.4', '2.5.5', '2.5.6', 
'2.5.7', '2.5.8', '2.5.9', '2.5.10', '2.5.11', '2.5.12', '2.5.13', '2.5.14', 
'2.5.15', '2.5.16', '2.5.17', '2.5.18', '2.5.19', '2.5.20', '2.5.21',
 '2.6.0-alpha-1', '2.6.0-alpha-2', '2.6.0-alpha-3', '2.6.0-alpha-4',
 '3.0.0', '3.0.1', '3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', 
'3.0.7', '3.0.8', '3.0.9', '3.0.10', '3.0.11', '3.0.12', '3.0.13', '3.0.14',
-'4.0.0-rc-1', '4.0.0-rc-2', '4.0.0', '4.0.1', '4.0.2', '4.0.3', 
'4.0.4', '4.0.5', '4.0.6', '4.0.7'
+'4.0.0-rc-1', '4.0.0-rc-2', '4.0.0', '4.0.1', '4.0.2', '4.0.3', 
'4.0.4', '4.0.5', '4.0.6', '4.0.7', '4.0.8',
 ])
 
 section('Getting started','fa-graduation-cap') {



[groovy-release] branch master updated: updates from recent release

2023-01-21 Thread paulk
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-release.git


The following commit(s) were added to refs/heads/master by this push:
 new bc4a48a  updates from recent release
bc4a48a is described below

commit bc4a48aa03b2b56d24f5f15f87c9c667cc6b788b
Author: Paul King 
AuthorDate: Sun Jan 22 16:05:42 2023 +1000

updates from recent release
---
 gradle/adhoc.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gradle/adhoc.gradle b/gradle/adhoc.gradle
index 8c4e5c4..9ec8430 100644
--- a/gradle/adhoc.gradle
+++ b/gradle/adhoc.gradle
@@ -141,6 +141,7 @@ task zipFromArtifactory(dependsOn: setupModules) {
 ant.zip(destfile: "$zipDir/$m-${relVersion}.zip", basedir: 
artifactDir)
 }
 }
+println 'Upload "Artifact Bundles" manually at 
https://oss.sonatype.org/ using Central credentials'
 }
 }
 



svn commit: r59525 - /dev/groovy/4.0.8/

2023-01-21 Thread paulk
Author: paulk
Date: Sun Jan 22 06:03:42 2023
New Revision: 59525

Log:
Deleting version 4.0.8 from the DEV staging area

Removed:
dev/groovy/4.0.8/



svn commit: r59524 - in /release/groovy/4.0.8: ./ distribution/ sources/

2023-01-21 Thread paulk
Author: paulk
Date: Sun Jan 22 06:03:36 2023
New Revision: 59524

Log:
Releasing version 4.0.8

Added:
release/groovy/4.0.8/
release/groovy/4.0.8/distribution/
release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip   (with 
props)
release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.asc
release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.sha256
release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip   (with 
props)
release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.asc
release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.sha256
release/groovy/4.0.8/distribution/apache-groovy-sdk-4.0.8.zip   (with props)
release/groovy/4.0.8/distribution/apache-groovy-sdk-4.0.8.zip.asc
release/groovy/4.0.8/distribution/apache-groovy-sdk-4.0.8.zip.sha256
release/groovy/4.0.8/sources/
release/groovy/4.0.8/sources/apache-groovy-src-4.0.8.zip   (with props)
release/groovy/4.0.8/sources/apache-groovy-src-4.0.8.zip.asc
release/groovy/4.0.8/sources/apache-groovy-src-4.0.8.zip.sha256

Added: release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip
==
Binary file - no diff available.

Propchange: release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip
--
svn:mime-type = application/octet-stream

Added: release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.asc
==
--- release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.asc (added)
+++ release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.asc Sun 
Jan 22 06:03:36 2023
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJjyNvyAAoJEGplF2oPsc0LjigP+QHIiQOtTJGBTTWeahmyQDku
+AZRFYfE9RJq6N9UDQ35/8ImSNlqXsQWkFqGvacFjEPYmdvpiBOyFewBw031ycG4D
+AwHeyk2CcbMKfwBujBgFbXp8TWTY4aY/zghip2tNvdjZFNJLsyUo/MTVl8kyjHtB
+C2kWAdEaqHwiCO2JU9SevKxJdPIMnjb8oXorpwqcYi/J2SUS1TnKWact0lRLlR8z
+kryYNqubrNvVkmC+pJ+LYnfskkyX+fVsXPjmOjyUBTz7OnxC4/1xlr912RZjBGuz
+1oqenS56ZD6wiOaJcy5pSXbJ88HUwI/j8h5gpT5qnvib+XcbkrS4GFalTSDW1Ily
+xL+eWKwgbckLWrEbGf2Wl1Q+5O55H7qnuroZ3usrGLm/Xdd4ifyonWUCQC7jtJ8H
+5hVW+7uYEkFTbGjgKpMxi5QYl5hpB48BIL/RvFBJDbANbYE/nZyOSAHsAKNAzQBw
++c5DZSAsCLgagAxsdNfg8s66aAz0JswyzWHvXO+57Od5HmJmWmAlxerNu6+2cjUu
+krDZpIvIMGVf52Qa4fk46AUcGor6SpayjgcHB9+gT9wuzslo7WAJhGoc6mM/DsH0
+3TMUWIwUjbJCIH1J0c2qo9UO2Vs1CwI1E/GwlZT712mmB99d2b2H2WRdqYJbHpix
+8gj9IXzUHc/oXl3eaO9D
+=b4Cr
+-END PGP SIGNATURE-

Added: release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.sha256
==
--- release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.sha256 
(added)
+++ release/groovy/4.0.8/distribution/apache-groovy-binary-4.0.8.zip.sha256 Sun 
Jan 22 06:03:36 2023
@@ -0,0 +1 @@
+20595e206bf6446b2733a078bd8d727ebc53e46bbcfcc797b8bad7c39add3544

Added: release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip
==
Binary file - no diff available.

Propchange: release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip
--
svn:mime-type = application/octet-stream

Added: release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.asc
==
--- release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.asc (added)
+++ release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.asc Sun Jan 
22 06:03:36 2023
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: BCPG v1.68
+
+iQIcBAABCgAGBQJjyNhtAAoJEGplF2oPsc0LPgcQAL6p3VBZrTFrgzpX46hnRBYJ
+KoTU3HaZ5RBvmrX2UYePwrO4uJpiHLoTgcrcBwd6dyMb08cSmmNxchDwdZcmE5Z1
+Bv30xSHcxpXQX/FAWt6PbGATcLZF64QXhdCqbikgkdZwNXbBRg4zeXBZeAEZ05/m
+WbTWxgFNrLzud/5y6MPwsFBWyinc1EporBEinw+pw4H/0zAf5cINcy28Z/6jrUnc
+eSIc4jXuZX2XsEtaoxQFyRLS2pzren9neQ/WLUqTCw5RSJ3RVPdCE+i0StHI2a0d
+JeaibsjLMC1cpd39m3+2cSFZuNH7w5o6bcdRm6kPdfxpoKbuKSnkBAGDL9xXudxY
+dBvsWViWTK7KrpNl6HkeSvZOOpcDp3Pk2B2wCilTwoxUep+CgTd2wZrf+iuIfU5M
+huWHYghxoIvZ6xAX6ZV8w3JlWgsCJ4Y+IQ+ttTsuEm0WQZAtrsLy8PCVGzB4pWDw
+5ZQDKZ13pAe2YhBTm4xemAXm9Su4IC/bWaH1r6h5pw+Dq263hPwmBTbFSvqUGIAk
+Xo+C71QQq43btHTntEdX8/j8ZUDzDWiXFUR9dtFwo/bZZoGmiJLai+Aoo/2SZxTH
+bOTyHOsA62tgYARsp3N9sYatXApkFMxD22t6FNwtnyCHS2ddHL+Yp7Nhxw+SYW4P
++zppFZjVdEqEtX0pmV3U
+=VqU5
+-END PGP SIGNATURE-

Added: release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.sha256
==
--- release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.sha256 
(added)
+++ release/groovy/4.0.8/distribution/apache-groovy-docs-4.0.8.zip.sha256 Sun 
Jan 22 

[groovy] branch GROOVY_4_0_X updated: Bump version on GROOVY_4_0_X branch

2023-01-21 Thread paulk
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
 new 12827bb1cd Bump version on GROOVY_4_0_X branch
12827bb1cd is described below

commit 12827bb1cde83b2c3a6d7473cabb0353560f03bf
Author: Paul King 
AuthorDate: Sun Jan 22 16:02:51 2023 +1000

Bump version on GROOVY_4_0_X branch
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6e88a2608d..a40def4e53 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-groovyVersion=4.0.8-SNAPSHOT
+groovyVersion=4.0.9-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 
only digits)
-groovyBundleVersion=4.0.8.SNAPSHOT
+groovyBundleVersion=4.0.9.SNAPSHOT
 
 groovyTargetBytecodeVersion=1.8
 targetJavaVersion=8



svn commit: r59523 - /release/groovy/4.0.7/

2023-01-21 Thread paulk
Author: paulk
Date: Sun Jan 22 05:56:56 2023
New Revision: 59523

Log:
Archive 4.0.7

Removed:
release/groovy/4.0.7/



[groovy-dev-site] branch asf-site updated: 2023/01/22 05:23:27: Generated dev website from groovy-website@993cf4c

2023-01-21 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 21a5578  2023/01/22 05:23:27: Generated dev website from 
groovy-website@993cf4c
21a5578 is described below

commit 21a5578b72593f8b16bc5fcd01a5d73d915f0df8
Author: jenkins 
AuthorDate: Sun Jan 22 05:23:27 2023 +

2023/01/22 05:23:27: Generated dev website from groovy-website@993cf4c
---
 404.html   | 2 +-
 buildstatus.html   | 2 +-
 download.html  | 4 ++--
 faq.html   | 2 +-
 guidelines.html| 2 +-
 index.html | 2 +-
 search.html| 2 +-
 snapshots.html | 2 +-
 versioning.html| 2 +-
 wiki/GEP-1.html| 2 +-
 wiki/GEP-10.html   | 2 +-
 wiki/GEP-11.html   | 2 +-
 wiki/GEP-12.html   | 2 +-
 wiki/GEP-13.html   | 2 +-
 wiki/GEP-2.html| 2 +-
 wiki/GEP-3.html| 2 +-
 wiki/GEP-4.html| 2 +-
 wiki/GEP-5.html| 2 +-
 wiki/GEP-6.html| 2 +-
 wiki/GEP-7.html| 2 +-
 wiki/GEP-8.html| 2 +-
 wiki/GEP-9.html| 2 +-
 wiki/geps.html | 2 +-
 wiki/groovy-release-discussion.html| 2 +-
 wiki/initial-release-process-proposal.html | 2 +-
 25 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/404.html b/404.html
index aaf0205..4484f40 100644
--- a/404.html
+++ b/404.html
@@ -75,7 +75,7 @@
 
 Apache and the Apache 
feather logo are either registered trademarks or trademarks of The Apache 
Software Foundation.
 
- 2003-2022 
the Apache Groovy project  Groovy is Open Source: license, privacy 
policy.
+ 2003-2023 
the Apache Groovy project  Groovy is Open Source: license, privacy 
policy.
 
 
 
diff --git a/buildstatus.html b/buildstatus.html
index a40cd8b..4027c37 100644
--- a/buildstatus.html
+++ b/buildstatus.html
@@ -88,7 +88,7 @@
 
 Apache and the Apache 
feather logo are either registered trademarks or trademarks of The Apache 
Software Foundation.
 
- 2003-2022 
the Apache Groovy project  Groovy is Open Source: license, privacy 
policy.
+ 2003-2023 
the Apache Groovy project  Groovy is Open Source: license, privacy 
policy.
 
 
 
diff --git a/download.html b/download.html
index 54b286f..fb5aa1c 100644
--- a/download.html
+++ b/download.html
@@ -58,7 +58,7 @@
  Improve this doc
 
  Download Download 4.0.7Ways to get 
Apache Groovy:Download a source or binary distribution.Use a package manager or bundle for 
your operating system.Refer to the 
appropriate Apache Groovy jars from your  Download 4.0.7Ways to get 
Apache Groovy:Download a source or binary distribution.Use a package manager or bundle for 
your operating system.Refer to the 
appropriate Apache Groovy jars from your 
 
 
@@ -80,7 +80,7 @@ See below for verification information' 
onclick='window.location.href="https://g
 
 Apache and the Apache 
feather logo are either registered trademarks or trademarks of The Apache 
Software Foundation.
 
- 2003-2022 
the Apache Groovy project  Groovy is Open Source: license, privacy 
policy.
+ 2003-2023 
the Apache Groovy project  Groovy is Open Source: license, privacy 
policy.
 
 
 
diff --git a/faq.html b/faq.html
index 8a5dec3..076d005 100644
--- a/faq.html
+++ b/faq.html
@@ -79,7 +79,7 @@
 
 Apache and the Apache 
feather logo are either registered trademarks or trademarks of The Apache 
Software 

[groovy-website] branch asf-site updated: Release 2.5.21: update sitemap

2023-01-21 Thread paulk
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 993cf4c  Release 2.5.21: update sitemap
993cf4c is described below

commit 993cf4c13d58e3c76c26260c914d61609299b3af
Author: Paul King 
AuthorDate: Sun Jan 22 15:11:17 2023 +1000

Release 2.5.21: update sitemap
---
 site/src/site/sitemap-dev.groovy  | 5 +
 site/src/site/sitemap-user.groovy | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index a9a6cd6..0ae53d9 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -115,8 +115,13 @@ downloads {
 a(href: 'versioning.html', 'version')
 yield ' of Groovy still in widespread use.'
 }
+version('2.5.21') {
+stable true
+//windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.21/'
+}
 version('2.5.20') {
 stable true
+archive true
 windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.20/'
 }
 }
diff --git a/site/src/site/sitemap-user.groovy 
b/site/src/site/sitemap-user.groovy
index 12995fb..74df159 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -86,7 +86,7 @@ documentation {
 '2.2.0', '2.2.1', '2.2.2',
 '2.3.0', '2.3.1', '2.3.2', '2.3.3', '2.3.4', '2.3.5', '2.3.6', 
'2.3.7', '2.3.8', '2.3.9', '2.3.10', '2.3.11',
 '2.4.0', '2.4.1', '2.4.2', '2.4.3', '2.4.4', '2.4.5', '2.4.6', 
'2.4.7', '2.4.8', '2.4.9', '2.4.10', '2.4.11', '2.4.12', '2.4.13', '2.4.14', 
'2.4.15', '2.4.16', '2.4.17', '2.4.18', '2.4.19', '2.4.20', '2.4.21',
-'2.5.0', '2.5.1', '2.5.2', '2.5.3', '2.5.4', '2.5.5', '2.5.6', 
'2.5.7', '2.5.8', '2.5.9', '2.5.10', '2.5.11', '2.5.12', '2.5.13', '2.5.14', 
'2.5.15', '2.5.16', '2.5.17', '2.5.18', '2.5.19', '2.5.20',
+'2.5.0', '2.5.1', '2.5.2', '2.5.3', '2.5.4', '2.5.5', '2.5.6', 
'2.5.7', '2.5.8', '2.5.9', '2.5.10', '2.5.11', '2.5.12', '2.5.13', '2.5.14', 
'2.5.15', '2.5.16', '2.5.17', '2.5.18', '2.5.19', '2.5.20', '2.5.21',
 '2.6.0-alpha-1', '2.6.0-alpha-2', '2.6.0-alpha-3', '2.6.0-alpha-4',
 '3.0.0', '3.0.1', '3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', 
'3.0.7', '3.0.8', '3.0.9', '3.0.10', '3.0.11', '3.0.12', '3.0.13', '3.0.14',
 '4.0.0-rc-1', '4.0.0-rc-2', '4.0.0', '4.0.1', '4.0.2', '4.0.3', 
'4.0.4', '4.0.5', '4.0.6', '4.0.7'



svn commit: r59522 - /dev/groovy/2.5.21/

2023-01-21 Thread paulk
Author: paulk
Date: Sun Jan 22 05:11:14 2023
New Revision: 59522

Log:
Deleting version 2.5.21 from the DEV staging area

Removed:
dev/groovy/2.5.21/



svn commit: r59521 - in /release/groovy/2.5.21: ./ distribution/ sources/

2023-01-21 Thread paulk
Author: paulk
Date: Sun Jan 22 05:11:09 2023
New Revision: 59521

Log:
Releasing version 2.5.21

Added:
release/groovy/2.5.21/
release/groovy/2.5.21/distribution/
release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip   (with 
props)
release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.asc
release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.sha256
release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip   (with 
props)
release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.asc
release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.sha256
release/groovy/2.5.21/distribution/apache-groovy-sdk-2.5.21.zip   (with 
props)
release/groovy/2.5.21/distribution/apache-groovy-sdk-2.5.21.zip.asc
release/groovy/2.5.21/distribution/apache-groovy-sdk-2.5.21.zip.sha256
release/groovy/2.5.21/sources/
release/groovy/2.5.21/sources/apache-groovy-src-2.5.21.zip   (with props)
release/groovy/2.5.21/sources/apache-groovy-src-2.5.21.zip.asc
release/groovy/2.5.21/sources/apache-groovy-src-2.5.21.zip.sha256

Added: release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip
==
Binary file - no diff available.

Propchange: release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip
--
svn:mime-type = application/octet-stream

Added: release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.asc
==
--- release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.asc 
(added)
+++ release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.asc Sun 
Jan 22 05:11:09 2023
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: BCPG v1.58
+
+iQIcBAABAgAGBQJjyMipAAoJEGplF2oPsc0LDHoP/16y3Gt7sRTKqYK4deV95E6d
+6L1ngzwtoZbfAJlbv4+oihcSF/FmmMz513kccY3dNJ5vsYQQ6TnU10D4lBYPzf7O
+9g3pgLkLrGexMRi4qCxOvsp+8o9v0+fkpO4z610BvBl/RumDXINZLcVUEfZtpWqY
+xhHqIkibjqDU8lfzVGM6CaaLGln7m/GcagJaOwzyJaRT6g1qOsWK5eKa9mstnCH+
+nzbCxgS+VdwhV338e2qOXlI6dJz3w9G4tKQaSsrrv8pDe5pxFUUKrDchuAuKv5gB
+3Qx+9bdmBD6NsIg25jBwgtHl6Jb+tSPPU+kcYHYqEOqy3XvU3ILEy7N20NE1Lyvl
+oH+GZoBe+zKJ5nvEGEFMZ+KQKJ8pHt6ytWsdHd5+fRAs1JrAXGcJv2qkfUpn0StX
+o6tcGGrZab2+xwuw7yPAF+TwWBG9bmMSNgNf6Z3NIBjJWoIZXrfYA7yZZQnFeQSn
+GCk3QLbt0o14KomT3WDgSc+nMKE/1Dw+AFvo0lZF0KzqIEjhDq2K7lr5q+AWYNJ/
+w343WxBreO9q5qG2iNDBnwBeQyLHV+33NwBo3qjqLOnGUodnVT515Dzvl1P9AULU
+PDGolRGg36owx6HscDueu6RWn1yowCVNPW7rVwU1hAv98j907i5ZLqH98wY6v3EM
+M1No0ZOodFSqy2oTezqR
+=U+Ba
+-END PGP SIGNATURE-

Added: release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.sha256
==
--- release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.sha256 
(added)
+++ release/groovy/2.5.21/distribution/apache-groovy-binary-2.5.21.zip.sha256 
Sun Jan 22 05:11:09 2023
@@ -0,0 +1 @@
+f58bc4bff9cceeb8ac1e83df1faa6586f61e501f0a78a295e07bc337ad732481

Added: release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip
==
Binary file - no diff available.

Propchange: release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip
--
svn:mime-type = application/octet-stream

Added: release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.asc
==
--- release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.asc (added)
+++ release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.asc Sun 
Jan 22 05:11:09 2023
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+Version: BCPG v1.58
+
+iQIcBAABAgAGBQJjyMiqAAoJEGplF2oPsc0LZccP/0EEkhyPBNm7lrUlq0R4yXWd
++iC7WPSG6z0pgUxwp9DeCNRYfwMUrmdiGdgudvwua9nNl227/m5fD67aNGrLrVlN
+DBRM+j0JT0VN2dz/NqNQoeFtTlfgmywbY2vFVKCxv07RxkNYy9NOA8k46dj8zm2U
+PMs/0JnV6GVzrbmiDLN7xQyyZTZMGUrZMZFbcwv3ucCbiZGH91eYkgJQhaZmpENn
+3aYPVlEnFvn+iwDhAPZ4aC/JPnTdEdURMicCmARg8S84dog5KhjtqlbpeT2YF+Gm
+wh8OXnGGp1tpstGB1zlS7mhwOU2mlKy/Ez6X7J9XWrQ5mMnlR4y0F57zJSqU5gKv
+z1umdFPtW4GDQLLqFOEH0YneWAWujTkbRInJVDckgHQ1tLn8232exFcvaRNArkgc
+MBy8nXhHCEPMBvkqto2P+3RBe9jlG2CoxphdXTryKxL2YeRYA0Q3jKR3Aaf+Sbxu
+YfkZJYUrtCRS4GsKluv92WbRtWwt1a5/OhfYUbjkQsiR/iNov9SZzHy+w8HxdEyK
+5GirCXmxptylFGqv0A67+p8EASvuzM/XgakS588pXU/QMa4hOaqvxted5Pl1t3w5
+99QNQGtPtu8CYo5z+3gaNkIvL/e45yY/oOsLZFV7OASylX3HMs0RXHfA/q4LfSE1
+S4NtKjBsq/OGSyTPQI44
+=Ioh9
+-END PGP SIGNATURE-

Added: release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.sha256
==
--- release/groovy/2.5.21/distribution/apache-groovy-docs-2.5.21.zip.sha256 
(added)
+++ 

[groovy] branch GROOVY_2_5_X updated: Bump version on GROOVY_2_5_X branch

2023-01-21 Thread paulk
This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
 new d01d59436e Bump version on GROOVY_2_5_X branch
d01d59436e is described below

commit d01d59436e713ec5a0ed80ec6d378191d53b82a2
Author: Paul King 
AuthorDate: Sun Jan 22 15:07:55 2023 +1000

Bump version on GROOVY_2_5_X branch
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 4f1b623947..dc6350f797 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-groovyVersion = 2.5.21-SNAPSHOT
+groovyVersion = 2.5.22-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 
only digits)
-groovyBundleVersion = 2.5.21.SNAPSHOT
+groovyBundleVersion = 2.5.22.SNAPSHOT
 
 # latest version which runs jdk 7
 # we build under 8+ but test against 7



svn commit: r59520 - /release/groovy/2.5.20/

2023-01-21 Thread paulk
Author: paulk
Date: Sun Jan 22 05:06:19 2023
New Revision: 59520

Log:
Archive 2.5.20

Removed:
release/groovy/2.5.20/