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/11/13 00:44:04 UTC

[groovy-website] branch asf-site updated: add windows installer for 4.0.0-beta-2

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 53059d7  add windows installer for 4.0.0-beta-2
53059d7 is described below

commit 53059d749ed7c20e20c05b1cbeeb6674fddddba6
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Nov 13 10:43:58 2021 +1000

    add windows installer for 4.0.0-beta-2
---
 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 0f9ac8f..8d83b4d 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -83,11 +83,7 @@ downloads {
         }
         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/'
-        }
-        version('4.0.0-beta-1') {
-            stable false
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-1/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-2/'
         }
     }
     distribution('Groovy 3.0') {