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
commit 94eda3f7baf60c23d34a703b9d501087de975762 Author: Paul King <[email protected]> AuthorDate: Sat May 11 01:08:42 2019 +1000 Release 3.0.0-beta-1: 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 6e867ae..22ba721 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-beta-1') { + stable false + //windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-1-installer.exe' + } version('3.0.0-alpha-4') { stable false + archive true windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-alpha-4-installer.exe' } } diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy index 44b748e..dc37090 100644 --- a/site/src/site/sitemap-user.groovy +++ b/site/src/site/sitemap-user.groovy @@ -89,7 +89,7 @@ documentation { '2.4.0', '2.4.1', '2.4.2', '2.4.3', '2.4.4', '2.4.5', '2.4.6', '2.4.7', '2.4.8', '2.4.9', '2.4.10', '2.4.11', '2.4.12', '2.4.13', '2.4.14', '2.4.15', '2.4.16', '2.4.17', '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.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-alpha-1', '3.0.0-alpha-2', '3.0.0-alpha-3', '3.0.0-alpha-4', '3.0.0-beta-1' ]) section('Getting started','fa-graduation-cap') { @@ -148,8 +148,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-beta-1') { + stable false + //windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-1-installer.exe' + } version('3.0.0-alpha-4') { stable false + archive true windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-alpha-4-installer.exe' } }
