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 2021/12/01 13:08:52 UTC

[groovy-website] branch asf-site updated: rc-1 changes (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 7ac9d97  rc-1 changes (add windows installer)
7ac9d97 is described below

commit 7ac9d97cea2dcea329200bfe719d0d583579357e
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Dec 1 23:08:46 2021 +1000

    rc-1 changes (add windows installer)
---
 site/src/site/sitemap-dev.groovy | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 8f5da47..135c30b 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -83,11 +83,7 @@ downloads {
         }
         version('4.0.0-rc-1') {
             stable false
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-1/'
-        }
-        version('4.0.0-beta-2') {
-            stable false
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-2/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-1/'
         }
     }
     distribution('Groovy 3.0') {