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/29 04:10:55 UTC

[groovy-website] branch asf-site updated: Uncomment Windows installer link for 4.0.0-rc-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 7c812e3  Uncomment Windows installer link for 4.0.0-rc-2
     new 3c660aa  Merge pull request #31 from keeganwitt/4.0.0-rc-2_windows_download_link
7c812e3 is described below

commit 7c812e32c08850af3de75eb3dd1fefa795eda757
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Tue Dec 28 21:37:20 2021 -0500

    Uncomment Windows installer link for 4.0.0-rc-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 ef8926c..da4e88e 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-2') {
             stable false
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-2/'
-        }
-        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/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-2/'
         }
     }
     distribution('Groovy 3.0') {