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 1ec86b4 add links to Windows installers 1ec86b4 is described below commit 1ec86b499f65de06ee294fa57f2617e788c32a0e Author: Paul King <pa...@asert.com.au> AuthorDate: Sat Sep 28 16:05:34 2024 +1000 add links to 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 d80257c..ff824b8 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-10') { stable false -// windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-10/' - } - version('5.0.0-alpha-9') { - stable false - archive true - windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-9/' + windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-10/' } } distribution('Groovy 4.0') { @@ -103,12 +98,7 @@ downloads { } version('4.0.23') { stable true -// windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.23/' - } - version('4.0.22') { - stable true - archive true - windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.22/' + windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.23/' } } distribution('Groovy 3.0') {