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 2021/09/08 14:31:47 UTC

[groovy-website] branch asf-site updated: Add Windows installer links for 2.5.15, 3.0.9, 4.0.0-beta-1

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 0929451  Add Windows installer links for 2.5.15, 3.0.9, 4.0.0-beta-1
     new 6fb4dbc  Merge pull request #29 from keeganwitt/update_windows_installer_links
0929451 is described below

commit 0929451a4d522529d65418a3f5dfa97a1962eef9
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Wed Sep 8 10:03:01 2021 -0400

    Add Windows installer links for 2.5.15, 3.0.9, 4.0.0-beta-1
---
 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 cfbc1a0..05b94e6 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -83,12 +83,7 @@ downloads {
         }
         version('4.0.0-beta-1') {
             stable false
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-1/'
-        }
-        version('4.0.0-alpha-3') {
-            stable false
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-alpha-3/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-1/'
         }
     }
     distribution('Groovy 3.0') {
@@ -99,12 +94,7 @@ downloads {
         }
         version('3.0.9') {
             stable true
-            //windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.9/'
-        }
-        version('3.0.8') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.8/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.9/'
         }
     }
     distribution('Groovy 2.5') {
@@ -115,12 +105,7 @@ downloads {
         }
         version('2.5.15') {
             stable true
-            //windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.15/'
-        }
-        version('2.5.14') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.14/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.15/'
         }
     }
     distribution('Groovy 2.4') {