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

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

commit 3a09dfd28ec4a82f4f6102e4e022e9e32c6799e1
Author: James Fredley <[email protected]>
AuthorDate: Mon Sep 8 14:05:57 2025 -0400

    Prepare for RC2 release of plugins
---
 .../src/main/groovy/org/grails/documentation/DownloadPage.groovy    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy 
b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
index e8e9d3a1e7..e04e96d2f7 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -36,9 +36,9 @@ class DownloadPage {
 
     @CompileDynamic
     static String renderDownload(String version) {
-        String redisVersion = '5.0.0-M5'
-        String quartzVersion = '4.0.0-M3'
-        String springSecurityVersion = '7.0.0-M5'
+        String redisVersion = '5.0.0-RC2'
+        String quartzVersion = '4.0.0-RC2'
+        String springSecurityVersion = '7.0.0-RC2'
 
         StringWriter writer = new StringWriter()
         MarkupBuilder html = new MarkupBuilder(writer)

Reply via email to