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 059ab58 Add windows installer links
059ab58 is described below
commit 059ab58813b7bfdc88ade7ef914ec1d2b8fe7c42
Author: Paul King <[email protected]>
AuthorDate: Sat Nov 9 13:45:40 2024 +1000
Add windows installer links
---
site/src/site/sitemap-dev.groovy | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 3a733aa..566a62d 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-11') {
stable false
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-11/'
- }
- version('5.0.0-alpha-10') {
- stable false
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-10/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-11/'
}
}
distribution('Groovy 4.0') {
@@ -103,12 +98,7 @@ downloads {
}
version('4.0.24') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.24/'
- }
- version('4.0.23') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.23/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.24/'
}
}
distribution('Groovy 3.0') {
@@ -120,12 +110,7 @@ downloads {
}
version('3.0.23') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.23/'
- }
- version('3.0.22') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.22/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.23/'
}
}
distribution('Groovy 2.5') {