You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/03/10 09:07:12 UTC

[groovy-website] branch asf-site updated: add windows installer references for 3.0.10 and 4.0.1

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 81e93f5  add windows installer references for 3.0.10 and 4.0.1
81e93f5 is described below

commit 81e93f5ae8df13221de71fb03ff099d96109205a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Mar 10 14:12:51 2022 +1000

    add windows installer references for 3.0.10 and 4.0.1
---
 site/src/site/sitemap-dev.groovy | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index d57e4ae..80ca061 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -92,11 +92,7 @@ downloads {
         }
         version('4.0.1') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.1/'
-        }
-        version('4.0.0') {
-            stable true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.1/'
         }
     }
     distribution('Groovy 3.0') {
@@ -108,11 +104,7 @@ downloads {
         }
         version('3.0.10') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.10/'
-        }
-        version('3.0.9') {
-            stable true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.9/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.10/'
         }
     }
     distribution('Groovy 2.5') {