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

jdaugherty 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 d71e6bfa34d Update DownloadPage.groovy for Grails Publish 0.0.3
d71e6bfa34d is described below

commit d71e6bfa34df69c8934c75c1ba7fbf54b0bf8476
Author: James Daugherty <[email protected]>
AuthorDate: Mon Dec 1 07:29:43 2025 -0500

    Update DownloadPage.groovy for Grails Publish 0.0.3
---
 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 c066370e3a6..35bdcc8b239 100644
--- a/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
+++ b/buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -40,7 +40,7 @@ class DownloadPage {
         String quartzVersion = '4.0.0'
         String springSecurityVersion = '7.0.0'
         String grailsGithubActionsVersion = '1.0.1'
-        String grailsGradlePublishVersion = '0.0.2'
+        String grailsGradlePublishVersion = '0.0.3'
 
         StringWriter writer = new StringWriter()
         MarkupBuilder html = new MarkupBuilder(writer)

Reply via email to