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 304c036 Add links to 2.5.22 and 3.0.17 Windows installers
new 5624baf Merge pull request #44 from
keeganwitt/new_windows_installer_links
304c036 is described below
commit 304c03686f9bb74834ce081e23bc830ea1a315d6
Author: Keegan Witt <[email protected]>
AuthorDate: Fri Mar 31 17:53:36 2023 -0400
Add links to 2.5.22 and 3.0.17 Windows installers
---
site/src/site/sitemap-dev.groovy | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 8dffc58..de885c4 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -110,12 +110,7 @@ downloads {
}
version('3.0.17') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.17/'
- }
- version('3.0.16') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.16/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-3.0.17/'
}
}
distribution('Groovy 2.5') {
@@ -127,12 +122,7 @@ downloads {
}
version('2.5.22') {
stable true
-// windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.22/'
- }
- version('2.5.21') {
- stable true
- archive true
- windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.21/'
+ windowsInstaller
'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-2.5.22/'
}
}
distribution('Groovy 2.4') {