This is an automated email from the ASF dual-hosted git repository.
keegan 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 8c11375 Add links to 3.0.16 and 4.0.10 Windows installers
new fcd62f1 Merge pull request #43 from
keeganwitt/new_windows_installer_links
8c11375 is described below
commit 8c1137548a6e5adfe3217030637d4e3c05ced919
Author: Keegan Witt <[email protected]>
AuthorDate: Tue Mar 14 17:57:39 2023 -0400
Add links to 3.0.16 and 4.0.10 Windows installers
---
site/src/site/sitemap-dev.groovy | 24 ++----------------------
1 file changed, 2 insertions(+), 22 deletions(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 7a73631..54fb005 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -93,17 +93,7 @@ downloads {
}
version('4.0.10') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.10/'
- }
- version('4.0.9') {
- stable true
- archive true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.9/'
- }
- version('4.0.8') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.8/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.10/'
}
}
distribution('Groovy 3.0') {
@@ -115,17 +105,7 @@ downloads {
}
version('3.0.16') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.16/'
- }
- version('3.0.15') {
- archive true
- stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.15/'
- }
- version('3.0.14') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.14/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.16/'
}
}
distribution('Groovy 2.5') {