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 b5eacd08c8 Update note about non-ASF releases
b5eacd08c8 is described below
commit b5eacd08c8e4aa01bd4897d085d0669950345706
Author: James Fredley <[email protected]>
AuthorDate: Wed Jun 18 18:20:32 2025 -0400
Update note about non-ASF releases
---
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 dda56b3972..47bffbe10d 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -113,7 +113,6 @@ class DownloadPage {
html.div(class: "twocolumns") {
html.div(class: "odd column"){
h3(class: 'columnheader', style: 'margin-bottom: 10px;',
'Source and Binary Releases')
- p 'NOTE: Versions prior to 7.0.0-M4 are not ASF releases.
Links to those releases are provided here as a convenience.'
mkp.yieldUnescaped "We provide OpenPGP signatures ('.asc')
files and checksums ('.sha512') for every release artifact. We recommend that
you "
a(href: 'https://www.apache.org/info/verification.html',
'verify')
mkp.yieldUnescaped " the integrity of downloaded files by
generating your own checksums and match them against ours, and checking
signatures using the "
@@ -126,6 +125,7 @@ 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')