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.gitThe following commit(s) were added to refs/heads/asf-site by this push:
new e4ab15c Release 3.0.0-rc-3: update sitemap
e4ab15c is described below
commit e4ab15c93f53e373350ad600d966f53c92bc30c6
Author: Paul King <
[hidden email]>
AuthorDate: Wed Jan 15 10:41:23 2020 +1000
Release 3.0.0-rc-3: update sitemap
---
site/src/site/sitemap-dev.groovy | 5 +++++
site/src/site/sitemap-user.groovy | 7 ++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 5434037..8f8bb6d 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -79,8 +79,13 @@ downloads {
a(href: 'versioning.html', 'version')
yield ' of Groovy designed for JDK8+ and with the new Parrot parser enabled by default. Pre-stable versions are available:'
}
+ version('3.0.0-rc-3') {
+ stable false
+// windowsInstaller '
https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-3-installer.exe'+ }
version('3.0.0-rc-2') {
stable false
+ archive true
windowsInstaller '
https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe' }
}
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index f39b44c..b6e2c9e 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -90,7 +90,7 @@ documentation {
'2.5.0-rc-1', '2.5.0-rc-2', '2.5.0-rc-3', '2.5.0', '2.5.1', '2.5.2', '2.5.3', '2.5.4', '2.5.5', '2.5.6', '2.5.7', '2.5.8', '2.5.9',
'2.6.0-alpha-1', '2.6.0-alpha-2', '2.6.0-alpha-3', '2.6.0-alpha-4',
'3.0.0-alpha-1', '3.0.0-alpha-2', '3.0.0-alpha-3', '3.0.0-alpha-4', '3.0.0-beta-1', '3.0.0-beta-2',
- '3.0.0-beta-3', '3.0.0-rc-1', '3.0.0-rc-2'
+ '3.0.0-beta-3', '3.0.0-rc-1', '3.0.0-rc-2', '3.0.0-rc-3'
])
section('Getting started','fa-graduation-cap') {
@@ -149,8 +149,13 @@ downloads {
a(href: 'versioning.html', 'version')
yield ' of Groovy designed for JDK8+ and with the new Parrot parser enabled by default. Pre-stable versions are available:'
}
+ version('3.0.0-rc-3') {
+ stable false
+// windowsInstaller '
https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-3-installer.exe'+ }
version('3.0.0-rc-2') {
stable false
+ archive true
windowsInstaller '
https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe' }
}