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 5fece8d add windows installer
5fece8d is described below
commit 5fece8d751909d388b3c53165c40712f44a64f6f
Author: Paul King <[email protected]>
AuthorDate: Fri Sep 26 13:27:51 2025 +1000
add windows installer
---
site/src/site/sitemap-dev.groovy | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 6f73e5a..45473ea 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -89,12 +89,7 @@ downloads {
}
version('5.0.1') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.1/'
- }
- version('5.0.0') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.1/'
}
}
distribution('Groovy 4.0') {