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 2022/01/29 00:23:42 UTC

[groovy-website] branch asf-site updated: Update latest Windows installer link to 4.0.0

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 2a32505  Update latest Windows installer link to 4.0.0
     new 6cc0c63  Merge pull request #32 from keeganwitt/update_windows_installer_link
2a32505 is described below

commit 2a32505028c48564e1d14f50f23a36dc8ec7a910
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Fri Jan 28 18:30:00 2022 -0500

    Update latest Windows installer link to 4.0.0
---
 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 8ccf5f1..91cf1d2 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -84,11 +84,7 @@ downloads {
         }
         version('4.0.0') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0/'
-        }
-        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/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0/'
         }
     }
     distribution('Groovy 3.0') {