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/06/05 23:15:43 UTC

[groovy-website] branch asf-site updated: Update the latest Windows installer links

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 4f0a7c4  Update the latest Windows installer links
     new bc922a8  Merge pull request #37 from keeganwitt/new_windows_installer_links
4f0a7c4 is described below

commit 4f0a7c4fd2c01916181dee1bbb62df7178c2bdca
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Sun Jun 5 19:00:22 2022 -0400

    Update the latest Windows installer links
---
 site/src/site/sitemap-dev.groovy | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 768f7e8..873bac9 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -92,12 +92,7 @@ downloads {
         }
         version('4.0.3') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.3/'
-        }
-        version('4.0.2') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.2/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.3/'
         }
     }
     distribution('Groovy 3.0') {
@@ -109,12 +104,7 @@ downloads {
         }
         version('3.0.11') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.11/'
-        }
-        version('3.0.10') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.10/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.11/'
         }
     }
     distribution('Groovy 2.5') {
@@ -126,12 +116,7 @@ downloads {
         }
         version('2.5.17') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.17/'
-        }
-        version('2.5.16') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.16/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.17/'
         }
     }
     distribution('Groovy 2.4') {