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/05/10 15:14:25 UTC

[groovy-website] branch asf-site updated (6f3695b -> 94eda3f)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git.


    from 6f3695b  Release 2.5.7: update sitemap
     new 1c6073c  Release 2.5.7: update sitemap
     new 94eda3f  Release 3.0.0-beta-1: update sitemap

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site/src/site/sitemap-dev.groovy  | 5 +++++
 site/src/site/sitemap-user.groovy | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)


[groovy-website] 01/02: Release 2.5.7: update sitemap

Posted by pa...@apache.org.
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 1c6073c89a46643e64dbd8a768458b5021122a12
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat May 11 00:24:24 2019 +1000

    Release 2.5.7: update sitemap


[groovy-website] 02/02: Release 3.0.0-beta-1: update sitemap

Posted by pa...@apache.org.
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 <pa...@asert.com.au>
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'
         }
     }