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

[groovy-website] branch asf-site updated: release 3.0.0-beta-3

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

sunlan 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 b1d7f95  release 3.0.0-beta-3
b1d7f95 is described below

commit b1d7f952cbcc4543bdcc6c8cc45422ee614b117e
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Aug 7 12:50:59 2019 +0000

    release 3.0.0-beta-3
---
 site/src/site/sitemap-dev.groovy  | 8 ++++----
 site/src/site/sitemap-user.groovy | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index bdce644..443aafd 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -79,13 +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-2') {
+        version('3.0.0-beta-3') {
             stable false
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-2-installer.exe'
+            // windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-1-installer.exe'
         }
-        version('3.0.0-beta-1') {
+        version('3.0.0-beta-2') {
             stable false
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-1-installer.exe'
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-2-installer.exe'
         }
     }
     distribution('Groovy 2.6') {
diff --git a/site/src/site/sitemap-user.groovy b/site/src/site/sitemap-user.groovy
index 3ad931f..7fc0d26 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -149,13 +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-beta-2') {
+        version('3.0.0-beta-3') {
             stable false
-//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-2-installer.exe'
+            // windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-1-installer.exe'
         }
-        version('3.0.0-beta-1') {
+        version('3.0.0-beta-2') {
             stable false
-            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-1-installer.exe'
+//            windowsInstaller 'https://dl.bintray.com/groovy/Distributions/groovy-3.0.0-beta-2-installer.exe'
         }
     }
     distribution('Groovy 2.6') {