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 8fc6e1d add windows installers
8fc6e1d is described below
commit 8fc6e1d6eb1b62a4d2c86bdf97f355488f5033bc
Author: Paul King <[email protected]>
AuthorDate: Mon Aug 11 16:17:02 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 206a15e..828466b 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -86,12 +86,7 @@ downloads {
}
version('5.0.0-rc-1') {
stable false
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-rc-1/'
- }
- version('5.0.0-beta-1') {
- stable false
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-beta-1/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-rc-1/'
}
}
distribution('Groovy 4.0') {
@@ -103,12 +98,7 @@ downloads {
}
version('4.0.28') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.28/'
- }
- version('4.0.27') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.27/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.28/'
}
}
distribution('Groovy 3.0') {