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 2020/02/17 11:43:49 UTC

[groovy-website] branch asf-site updated: Release 3.0.1: 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 87994d4  Release 3.0.1: update sitemap
87994d4 is described below

commit 87994d4ef1ddfaa81adc2c11dcefac918e3685d9
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Feb 17 21:35:21 2020 +1000

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

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 4973695..c9c4f05 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -86,14 +86,14 @@ downloads {
             a(href: 'versioning.html', 'version')
             yield ' of Groovy designed for JDK8+ with a new more flexible parser (aka Parrot parser).'
         }
-        version('3.0.0') {
+        version('3.0.1') {
             stable true
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-installer.exe'
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.1.msi'
         }
-        version('3.0.0-rc-3') {
-            stable false
+        version('3.0.0') {
+            stable true
             archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-3-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0.msi'
         }
     }
     distribution('Groovy 2.5') {
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index a3929dd..31367e5 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-rc-3', '3.0.0'
+            '3.0.0-beta-3', '3.0.0-rc-1', '3.0.0-rc-2', '3.0.0-rc-3', '3.0.0', '3.0.1'
     ])
 
     section('Getting started','fa-graduation-cap') {
@@ -156,14 +156,14 @@ downloads {
             a(href: 'versioning.html', 'version')
             yield ' of Groovy designed for JDK8+ with a new more flexible parser (aka Parrot parser).'
         }
-        version('3.0.0') {
+        version('3.0.1') {
             stable true
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-installer.exe'
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.1.msi'
         }
-        version('3.0.0-rc-3') {
-            stable false
+        version('3.0.0') {
+            stable true
             archive true
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-rc-3-installer.exe'
+            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0.msi'
         }
     }
     distribution('Groovy 2.5') {