You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/12/08 15:34:01 UTC

[groovy-website] branch asf-site updated: Release 3.0.0-rc-2: update sitemap

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 15b30ad  Release 3.0.0-rc-2: update sitemap
15b30ad is described below

commit 15b30ad56dd415e8bbbd918ef947640d8dfee1df
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Dec 9 01:23:30 2019 +1000

    Release 3.0.0-rc-2: update sitemap
---
 site/src/site/sitemap-dev.groovy  | 10 +++++-----
 site/src/site/sitemap-user.groovy | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index e8b4319..afc348d 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -79,15 +79,15 @@ 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-2') {
+            stable false
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe'
+        }
         version('3.0.0-rc-1') {
             stable false
+            archive true
             windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
         }
-//        version('3.0.0-beta-3') {
-//            stable false
-//            archive true
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-3-installer.exe'
-//        }
     }
     distribution('Groovy 2.6') {
         description {
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index 16400fe..05b50b3 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.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-beta-3', '3.0.0-rc-1', '3.0.0-rc-2'
     ])
 
     section('Getting started','fa-graduation-cap') {
@@ -149,14 +149,14 @@ 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-1') {
+        version('3.0.0-rc-2') {
             stable false
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-2-installer.exe'
         }
-        version('3.0.0-beta-3') {
+        version('3.0.0-rc-1') {
             stable false
             archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-3-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-1-installer.exe'
         }
     }
     distribution('Groovy 2.6') {