This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch apache-coordinates in repository https://gitbox.apache.org/repos/asf/grails-profiles.git
commit 1020edbd93dab9528fc0b142c7b9c40481e02d9b Author: James Fredley <[email protected]> AuthorDate: Fri Apr 18 17:07:19 2025 -0400 back to version 7.0.x to align with grails 7 this is possible since we are changing the maven groupid --- profile/skeleton/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/skeleton/gradle.properties b/profile/skeleton/gradle.properties index dca818e..c421b76 100644 --- a/profile/skeleton/gradle.properties +++ b/profile/skeleton/gradle.properties @@ -1,2 +1,2 @@ -baseProfileVersion=10.0.2-SNAPSHOT +baseProfileVersion=7.0.0-SNAPSHOT [email protected]@
