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

jdaugherty pushed a commit to branch merge-7.0.0-RC2
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit ed75024e68037d9b6d31891b0425148184969e9d
Author: James Daugherty <[email protected]>
AuthorDate: Thu Sep 11 15:39:53 2025 -0400

    chore: back to 7.0.0-SNAPSHOT
---
 gradle.properties                                            | 2 +-
 grails-core/src/test/groovy/grails/util/GrailsUtilTests.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 7ca6315560..403700a840 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-projectVersion=7.0.0-RC2
+projectVersion=7.0.0-SNAPSHOT
 
 javaVersion=17
 
diff --git a/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java 
b/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
index 4122840f12..6bf88b5d77 100644
--- a/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
+++ b/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -33,7 +33,7 @@ public class GrailsUtilTests {
 
     @Test
     public void testGrailsVersion() {
-        assertEquals("7.0.0-RC2", GrailsUtil.getGrailsVersion());
+        assertEquals("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
     }
 
     @AfterEach

Reply via email to