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 3428b78 remove references to 2.4 versions (still accessible under
archives)
3428b78 is described below
commit 3428b7839feec49dd81045d57d3f344c047294b4
Author: Paul King <[email protected]>
AuthorDate: Thu Sep 18 11:35:39 2025 +1000
remove references to 2.4 versions (still accessible under archives)
---
site/src/site/sitemap-dev.groovy | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 00e4bee..0fde65b 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -123,25 +123,12 @@ downloads {
a(href: "${userSiteBase}releasenotes/groovy-2.5.html", 'Groovy
2.5')
yield ' is an earlier '
a(href: 'versioning.html', 'version')
- yield ' of Groovy still in use.'
- }
- version('2.5.23') {
- stable true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.23/'
- }
- }
- distribution('Groovy 2.4') {
- description {
- a(href: "${userSiteBase}releasenotes/groovy-2.4.html", 'Groovy
2.4')
- yield ' is an earlier '
- a(href: 'versioning.html', 'version')
yield ' of Groovy still in widespread use.'
yield ' We encourage users to upgrade from this version as we no
longer support this version actively.'
- yieldUnescaped ''' Important: Releases before 2.4.4 weren't done
under the Apache Software Foundation and are provided as a convenience, without
any warranty.'''
}
- version('2.4.21') {
+ version('2.5.23') {
stable true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.4.21/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.23/'
}
}
}