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 2022/09/20 08:26:46 UTC

[groovy-website] branch asf-site updated: add 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 4d4fe2b  add windows installer
4d4fe2b is described below

commit 4d4fe2b2833f88c9be82cbba4ada027f07559023
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Sep 20 18:26:40 2022 +1000

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

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index a843b83..4cf2108 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -103,12 +103,7 @@ downloads {
         }
         version('3.0.13') {
             stable true
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.13/'
-        }
-        version('3.0.12') {
-            stable true
-            archive true
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.12/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.13/'
         }
     }
     distribution('Groovy 2.5') {