This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails-geb in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit b881f53a47b3f14f14ec4d9c099d1a3faf53e43d Author: James Daugherty <[email protected]> AuthorDate: Sat Apr 19 22:34:43 2025 -0400 Fix group of grails-web-boot --- grails-web-boot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-web-boot/build.gradle b/grails-web-boot/build.gradle index 189b8c0e20..747d3f6b98 100644 --- a/grails-web-boot/build.gradle +++ b/grails-web-boot/build.gradle @@ -5,7 +5,7 @@ plugins { } version = projectVersion -group = 'org.apache.grails.web' +group = 'org.apache.grails' dependencies {
