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 898e549 add link for 3.0.8 windows installer
898e549 is described below
commit 898e5491a36cbe96e5cbf432f574b378736fa45a
Author: Paul King <[email protected]>
AuthorDate: Fri Apr 30 18:49:50 2021 +1000
add link for 3.0.8 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 bac0edb..eba3e3f 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -94,12 +94,7 @@ downloads {
}
version('3.0.8') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.8/'
- }
- version('3.0.7') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.7/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.8/'
}
}
distribution('Groovy 2.5') {