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/09/11 10:05:31 UTC

[groovy-website] branch asf-site updated: Add link to Groovy 4.0.5 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 7197287  Add link to Groovy 4.0.5 Windows installer
     new a8e8155  Merge pull request #39 from keeganwitt/4.0.5_windows_installer_link
7197287 is described below

commit 719728780574ec00cf29ab2fde3191d67acccf1c
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Sun Sep 11 00:11:44 2022 -0400

    Add link to Groovy 4.0.5 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 49cacc2..7a25c7f 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -92,11 +92,7 @@ downloads {
         }
         version('4.0.5') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.5/'
-        }
-        version('4.0.4') {
-            stable true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.4/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.5/'
         }
     }
     distribution('Groovy 3.0') {