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/07/29 07:45:44 UTC

[groovy-website] branch asf-site updated: Use the latest Windows installers

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 ec6792c  Use the latest Windows installers
     new 21c6f15  Merge pull request #38 from keeganwitt/new_windows_installer_links
ec6792c is described below

commit ec6792c3d4047a5c9a76756d4f7a5f100e04aaca
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Wed Jul 27 11:26:01 2022 -0400

    Use the latest Windows installers
---
 site/src/site/sitemap-dev.groovy | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index e6f00af..55467bc 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -92,11 +92,7 @@ downloads {
         }
         version('4.0.4') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.4/'
-        }
-        version('4.0.3') {
-            stable true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.3/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.4/'
         }
     }
     distribution('Groovy 3.0') {
@@ -108,11 +104,7 @@ downloads {
         }
         version('3.0.12') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.12/'
-        }
-        version('3.0.11') {
-            stable true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.11/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.12/'
         }
     }
     distribution('Groovy 2.5') {
@@ -124,11 +116,7 @@ downloads {
         }
         version('2.5.18') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.18/'
-        }
-        version('2.5.17') {
-            stable true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.17/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.18/'
         }
     }
     distribution('Groovy 2.4') {