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/11/05 12:18:32 UTC

[groovy-website] branch asf-site updated: add windows 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 10b90ff  add windows installer
10b90ff is described below

commit 10b90ff5bb23ad465bcdff18491db33242ba8793
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Nov 5 22:07:25 2019 +1000

    add windows installer
---
 site/src/site/sitemap-dev.groovy | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 7641fad..e8b4319 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -81,13 +81,13 @@ downloads {
         }
         version('3.0.0-rc-1') {
             stable false
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
-        }
-        version('3.0.0-beta-3') {
-            stable false
-            archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-3-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
         }
+//        version('3.0.0-beta-3') {
+//            stable false
+//            archive true
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-3-installer.exe'
+//        }
     }
     distribution('Groovy 2.6') {
         description {