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 a6d5469  add 4.0.11 windows installer
a6d5469 is described below

commit a6d5469216a1bb12143d75fe9b93a5793f0303c4
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 4 22:36:14 2023 +1000

    add 4.0.11 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 de885c4..80d4932 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -93,12 +93,7 @@ downloads {
         }
         version('4.0.11') {
             stable true
-//            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.11/'
-        }
-        version('4.0.10') {
-            stable true
-            archive true
-            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.10/'
+            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.11/'
         }
     }
     distribution('Groovy 3.0') {

Reply via email to