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 2019/12/14 11:07:28 UTC

[groovy-website] branch asf-site updated: win installer

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 4ec5a59  win installer
4ec5a59 is described below

commit 4ec5a59684e1d8f39a0a25a45f505ccaafc648fc
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Dec 14 21:07:11 2019 +1000

    win installer
---
 site/src/site/sitemap-dev.groovy  | 7 +------
 site/src/site/sitemap-user.groovy | 7 +------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index afc348d..9d859c6 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -81,12 +81,7 @@ downloads {
         }
         version('3.0.0-rc-2') {
             stable false
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe'
-        }
-        version('3.0.0-rc-1') {
-            stable false
-            archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe'
         }
     }
     distribution('Groovy 2.6') {
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index 05b50b3..366dbeb 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -151,12 +151,7 @@ downloads {
         }
         version('3.0.0-rc-2') {
             stable false
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe'
-        }
-        version('3.0.0-rc-1') {
-            stable false
-            archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe'
         }
     }
     distribution('Groovy 2.6') {