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/11/13 00:44:41 UTC

[groovy-website] branch asf-site updated: Add Windows installer link for 4.0.0-beta-2

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 44de611  Add Windows installer link for 4.0.0-beta-2
     new 746b2ac  Merge pull request #30 from keeganwitt/update_windows_installer_links
44de611 is described below

commit 44de611e8af9d0a3a3bdbd32fbe6c6579b69b3c3
Author: Keegan Witt <ke...@gmail.com>
AuthorDate: Fri Nov 12 19:03:25 2021 -0500

    Add Windows installer link for 4.0.0-beta-2
---
 site/src/site/sitemap-dev.groovy | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 0f9ac8f..8d83b4d 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -83,11 +83,7 @@ downloads {
         }
         version('4.0.0-beta-2') {
             stable false
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-2/'
-        }
-        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/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-beta-2/'
         }
     }
     distribution('Groovy 3.0') {