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 5f247ad  Update the latest Windows installer link for 4.x to 4.0.2
     new 7f6698a  Merge pull request #36 from 
keeganwitt/update_groovy_4_windows_link
5f247ad is described below

commit 5f247ada4657b11f729b1dad0b677588a47a007e
Author: Keegan Witt <[email protected]>
AuthorDate: Sat Apr 23 17:47:57 2022 -0400

    Update the latest Windows installer link for 4.x to 4.0.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 0c8f280..af07ffd 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -92,11 +92,7 @@ downloads {
         }
         version('4.0.2') {
             stable true
-//            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.2/'
-        }
-        version('4.0.1') {
-            stable true
-            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.1/'
+            windowsInstaller 
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.2/'
         }
     }
     distribution('Groovy 3.0') {

Reply via email to