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 2018/12/24 23:26:06 UTC

[groovy-website] branch asf-site updated: add 2.5.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 a28522f  add 2.5.5 windows installer
a28522f is described below

commit a28522fcf4a9fe64cd4d9d811bdda4d3c0ae76f3
Author: Paddy <p....@gmail.com>
AuthorDate: Tue Dec 25 09:25:55 2018 +1000

    add 2.5.5 windows installer
---
 site/src/site/sitemap-user.groovy | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index 1aa91d2..0883ea8 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -169,12 +169,7 @@ downloads {
         }
         version('2.5.5') {
             stable true
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-2.5.5-installer.exe'
-        }
-        version('2.5.4') {
-            stable true
-            archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-2.5.4-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-2.5.5-installer.exe'
         }
     }
     distribution('Groovy 2.4') {