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 2020/07/23 10:14:25 UTC

[groovy-website] branch asf-site updated: add links to latest 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 49ec187  add links to latest installers
49ec187 is described below

commit 49ec18715db87f539186c0e1edefd5104c8417bd
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jul 23 20:14:05 2020 +1000

    add links to latest installers
---
 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 1b787a8..26e8049 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -89,12 +89,7 @@ downloads {
         }
         version('3.0.5') {
             stable true
-//            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.5-installer#files'
-        }
-        version('3.0.4') {
-            stable true
-            archive true
-            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.4-installer#files'
+            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.5-installer#files'
         }
     }
     distribution('Groovy 2.5') {
@@ -105,12 +100,7 @@ downloads {
         }
         version('2.5.13') {
             stable true
-//            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.13-installer#files'
-        }
-        version('2.5.12') {
-            stable true
-            archive true
-            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.12-installer#files'
+            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.13-installer#files'
         }
     }
     distribution('Groovy 2.4') {
@@ -120,12 +110,7 @@ downloads {
         }
         version('2.4.20') {
             stable true
-//            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.20-installer#files'
-        }
-        version('2.4.19') {
-            stable true
-            archive true
-            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.19-installer#files'
+            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.20-installer#files'
         }
     }
 }