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/05/23 03:10:55 UTC

[groovy-website] branch asf-site updated: move some information into the release notes

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 15f0e5a  move some information into the release notes
15f0e5a is described below

commit 15f0e5af3b73fd1c18a339148e9773b6065575c3
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat May 23 13:10:49 2020 +1000

    move some information into the release notes
---
 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 c9192b8..86d2baf 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -89,12 +89,7 @@ downloads {
         }
         version('3.0.4') {
             stable true
-//            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.4-installer#files'
-        }
-        version('3.0.3') {
-            stable true
-            archive true
-            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.3-installer#files'
+            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.4-installer#files'
         }
     }
     distribution('Groovy 2.5') {
@@ -105,12 +100,7 @@ downloads {
         }
         version('2.5.12') {
             stable true
-//            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.12-installer#files'
-        }
-        version('2.5.11') {
-            stable true
-            archive true
-            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.11-installer#files'
+            windowsInstaller 'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.12-installer#files'
         }
     }
     distribution('Groovy 2.4') {