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 2022/01/29 01:55:45 UTC

[groovy-website] branch asf-site updated: tweaks for Groovy 4 release

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 66fb6dd  tweaks for Groovy 4 release
66fb6dd is described below

commit 66fb6ddd872f94275c080a388d70dba851ac1610
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Jan 29 11:55:41 2022 +1000

    tweaks for Groovy 4 release
---
 site/src/site/sitemap-dev.groovy | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index 91cf1d2..4166ec0 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -75,10 +75,18 @@ documentation {
 }
 
 downloads {
+    distribution('Groovy 5.0') {
+        description {
+            a(href: "${userSiteBase}releasenotes/groovy-5.0.html", 'Groovy 5.0')
+            yield ' is the next major '
+            a(href: 'versioning.html', 'version')
+            yield ' of Groovy. We expect to have alpha releases soon.'
+        }
+    }
     distribution('Groovy 4.0') {
         description {
             a(href: "${userSiteBase}releasenotes/groovy-4.0.html", 'Groovy 4.0')
-            yield ' is the next major '
+            yield ' is the latest stable '
             a(href: 'versioning.html', 'version')
             yield ' of Groovy designed for JDK8+ with much improved JPMS support.'
         }
@@ -90,7 +98,7 @@ downloads {
     distribution('Groovy 3.0') {
         description {
             a(href: "${userSiteBase}releasenotes/groovy-3.0.html", 'Groovy 3.0')
-            yield ' is the latest stable '
+            yield ' is the previous stable '
             a(href: 'versioning.html', 'version')
             yield ' of Groovy designed for JDK8+ with a new more flexible parser (aka Parrot parser).'
         }
@@ -102,7 +110,7 @@ downloads {
     distribution('Groovy 2.5') {
         description {
             a(href: "${userSiteBase}releasenotes/groovy-2.5.html", 'Groovy 2.5')
-            yield ' is the previous stable '
+            yield ' is an earlier version of Groovy still in widespread use.'
             a(href: 'versioning.html', 'version')
             yield ' of Groovy.'
         }
@@ -115,6 +123,7 @@ downloads {
         description {
             a(href: "${userSiteBase}releasenotes/groovy-2.4.html", 'Groovy 2.4')
             yield ' is an earlier version of Groovy still in widespread use.'
+            yield ' We encourage users to upgrade from this version as we no longer support this version actively.'
             yieldUnescaped ''' Important: Releases before 2.4.4 weren't done under the Apache Software Foundation and are provided as a convenience, without any warranty.'''
         }
         version('2.4.21') {