Skip to content

Commit 401bf6e

Browse files
committed
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.
1 parent ddc185e commit 401bf6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ class DownloadPage {
162162

163163
mkp.yieldUnescaped(renderDownload('snapshot'))
164164

165-
p 'NOTE: The following versions are not ASF releases. Links to these releases are provided here as a convenience.'
166165
mkp.yieldUnescaped(renderDownload(latest.versionText))
167166

168167
h3(class:'columnheader', 'Older Versions')
169168
p 'You can download previous versions as far back as Grails 1.2.0.'
169+
p 'NOTE: Versions prior to 7.0.0-M4 are not ASF releases. Links to those releases are provided here as a convenience.'
170170
div(class:'versionselector') {
171171
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'") {
172172
option(label:'Select a version', disabled:'disabled', selected:'selected')

0 commit comments

Comments
 (0)