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 2021/12/29 02:56:22 UTC

[groovy-website] branch asf-site updated: rc-2 changes (add windows installer) plus links to release notes

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 5bdd5af  rc-2 changes (add windows installer) plus links to release notes
5bdd5af is described below

commit 5bdd5af5a2990d326b02a58f3e8089968d37fdd6
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Dec 29 12:56:16 2021 +1000

    rc-2 changes (add windows installer) plus links to release notes
---
 site/src/site/sitemap-dev.groovy | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/site/src/site/sitemap-dev.groovy b/site/src/site/sitemap-dev.groovy
index ef8926c..1b00acf 100644
--- a/site/src/site/sitemap-dev.groovy
+++ b/site/src/site/sitemap-dev.groovy
@@ -77,22 +77,20 @@ documentation {
 downloads {
     distribution('Groovy 4.0') {
         description {
-            yield 'Groovy 4.0 is the next major '
+            a(href: "${userSiteBase}releasenotes/groovy-4.0.html", 'Groovy 4.0')
+            yield ' is the next major '
             a(href: 'versioning.html', 'version')
             yield ' of Groovy designed for JDK8+ with much improved JPMS support.'
         }
         version('4.0.0-rc-2') {
             stable false
-//            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-2/'
-        }
-        version('4.0.0-rc-1') {
-            stable false
-            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-1/'
+            windowsInstaller 'https://groovy.jfrog.io/artifactory/dist-release-local/groovy-windows-installer/groovy-4.0.0-rc-2/'
         }
     }
     distribution('Groovy 3.0') {
         description {
-            yield 'Groovy 3.0 is the latest stable '
+            a(href: "${userSiteBase}releasenotes/groovy-3.0.html", 'Groovy 3.0')
+            yield ' is the latest stable '
             a(href: 'versioning.html', 'version')
             yield ' of Groovy designed for JDK8+ with a new more flexible parser (aka Parrot parser).'
         }
@@ -103,7 +101,8 @@ downloads {
     }
     distribution('Groovy 2.5') {
         description {
-            yield 'Groovy 2.5 is the previous stable '
+            a(href: "${userSiteBase}releasenotes/groovy-2.5.html", 'Groovy 2.5')
+            yield ' is the previous stable '
             a(href: 'versioning.html', 'version')
             yield ' of Groovy.'
         }
@@ -114,7 +113,8 @@ downloads {
     }
     distribution('Groovy 2.4') {
         description {
-            yield 'Groovy 2.4 is an earlier version of Groovy still in widespread use.'
+            a(href: "${userSiteBase}releasenotes/groovy-2.4.html", 'Groovy 2.4')
+            yield ' is an earlier version of Groovy still in widespread use.'
             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') {