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

jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 401bf6ef883 Update note on non-ASF Grails releases
401bf6ef883 is described below

commit 401bf6ef883bd20d7f699748c527d35c6030c73e
Author: James Fredley <[email protected]>
AuthorDate: Tue Jan 13 12:38:16 2026 -0500

    Update note on non-ASF Grails releases
    
    Clarifies that versions prior to 7.0.0-M4 are not ASF releases and updates 
the informational note accordingly on the download page.
---
 buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
index 4735b03ea0c..675dbfdc193 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -162,11 +162,11 @@ class DownloadPage {
 
                     mkp.yieldUnescaped(renderDownload('snapshot'))
 
-                    p 'NOTE: The following versions are not ASF releases. 
Links to these releases are provided here as a convenience.'
                     mkp.yieldUnescaped(renderDownload(latest.versionText))
 
                     h3(class:'columnheader', 'Older Versions')
                     p 'You can download previous versions as far back as 
Grails 1.2.0.'
+                    p 'NOTE: Versions prior to 7.0.0-M4 are not ASF releases. 
Links to those releases are provided here as a convenience.'
                     div(class:'versionselector') {
                         select(class:'form-control', 
onchange:"window.location.href=this.value.startsWith('6') ? 
'https://github.com/apache/grails-forge/releases/download/v'+this.value+'/grails-cli-'+this.value+'.zip':
 
'https://github.com/apache/grails-core/releases/download/v'+this.value+'/grails-'+this.value+'.zip'")
 {
                             option(label:'Select a version', 
disabled:'disabled', selected:'selected')

Reply via email to