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

commit b31c4e35a3b723f44560b1b8f1feb8a843f8c12c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Apr 10 08:29:36 2024 +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 a6d787c..5aed213 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-8') {
             stable false
-//            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-8/'
-        }
-        version('5.0.0-alpha-7') {
-            stable false
-            archive true
-            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-7/'
+            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-5.0.0-alpha-8/'
         }
     }
     distribution('Groovy 4.0') {
@@ -103,12 +98,7 @@ downloads {
         }
         version('4.0.21') {
             stable true
-//            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.21/'
-        }
-        version('4.0.20') {
-            stable true
-            archive true
-            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.20/'
+            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.21/'
         }
     }
     distribution('Groovy 3.0') {

Reply via email to