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 0daf7dd add 5.0.3 windows installer
0daf7dd is described below
commit 0daf7ddb68ea585b7205807f01830ccb34b39590
Author: Paul King <[email protected]>
AuthorDate: Sat Dec 6 15:33:06 2025 +1000
add 5.0.3 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 1147a15..506a2cc 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -89,12 +89,7 @@ downloads {
}
version('5.0.3') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.3/'
- }
- version('5.0.2') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.2/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.3/'
}
}
distribution('Groovy 4.0') {