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 3af7792 Update Windows installers links
3af7792 is described below
commit 3af77920242a553d4bd99a802db248238583d4f2
Author: Keegan Witt <[email protected]>
AuthorDate: Tue Sep 29 01:37:42 2020 -0400
Update Windows installers links
---
site/src/site/sitemap-user.groovy | 21 +++------------------
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/site/src/site/sitemap-user.groovy
b/site/src/site/sitemap-user.groovy
index 26ec33a..0be6b8e 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -159,12 +159,7 @@ downloads {
}
version('3.0.5') {
stable true
-// windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.5-installer#files'
- }
- version('3.0.4') {
- stable true
- archive true
- windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.4-installer#files'
+ windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-3.0.5-installer#files'
}
}
distribution('Groovy 2.5') {
@@ -175,12 +170,7 @@ downloads {
}
version('2.5.13') {
stable true
-// windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.13-installer#files'
- }
- version('2.5.12') {
- stable true
- archive true
- windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.12-installer#files'
+ windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.5.13-installer#files'
}
}
distribution('Groovy 2.4') {
@@ -190,12 +180,7 @@ downloads {
}
version('2.4.20') {
stable true
-// windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.20-installer#files'
- }
- version('2.4.19') {
- stable true
- archive true
- windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.19-installer#files'
+ windowsInstaller
'https://bintray.com/groovy/Distributions/Windows-Installer/groovy-2.4.20-installer#files'
}
}
}