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/10/20 05:34:15 UTC

[groovy-website] branch asf-site updated: Add links to 2.5.19 and 4.0.6 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 654f27d  Add links to 2.5.19 and 4.0.6 Windows installers
     new 5fb440b  Merge pull request #41 from keeganwitt/new_windows_installer_links
654f27d is described below

commit 654f27da36fe227d9d14095a4aad4365832e8f1d
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Thu Oct 20 01:22:32 2022 -0400

    Add links to 2.5.19 and 4.0.6 Windows installers
---
 site/src/site/sitemap-dev.groovy | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 9ec23c1..1268ee0 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -93,12 +93,7 @@ downloads {
         }
         version('4.0.6') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.6/'
-        }
-        version('4.0.5') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.5/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.6/'
         }
     }
     distribution('Groovy 3.0') {
@@ -122,12 +117,7 @@ downloads {
         }
         version('2.5.19') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.19/'
-        }
-        version('2.5.18') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.18/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.19/'
         }
     }
     distribution('Groovy 2.4') {