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 570b8427f07cb2c6a196105c8858f9cf9b015098 Author: James Fredley <[email protected]> AuthorDate: Fri Apr 18 15:13:21 2025 -0400 back to version 7.0.x to align with grails 7 this is possible since we are changing the maven groupid --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3f55418..cb2ba1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -projectVersion=10.0.3-SNAPSHOT +projectVersion=7.0.0-SNAPSHOT grailsVersion=7.0.0-SNAPSHOT
