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 da70a93 add windows installers da70a93 is described below commit da70a93b3076eea31679fa203a53f9e84178e669 Author: Paul King <pa...@asert.com.au> AuthorDate: Wed Jan 29 08:31:19 2025 +1000 add windows installers --- site/src/site/sitemap-dev.groovy | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy index e3c2781..534b7b2 100644 --- a/site/src/site/sitemap-dev.groovy +++ b/site/src/site/sitemap-dev.groovy @@ -86,12 +86,7 @@ downloads { } version('5.0.0-alpha-12') { stable false -// windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-12/' - } - version('5.0.0-alpha-11') { - stable false - archive true - windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-11/' + windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-12/' } } distribution('Groovy 4.0') { @@ -103,12 +98,7 @@ downloads { } version('4.0.25') { stable true -// windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.25/' - } - version('4.0.24') { - stable true - archive true - windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.24/' + windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.25/' } } distribution('Groovy 3.0') {