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

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


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 8dd246c749 rollback to snapshot for release testing
8dd246c749 is described below

commit 8dd246c749571a1605e0b3e2c81c2f6d8c8f7601
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 18:15:42 2025 -0400

    rollback to snapshot for release testing
---
 grails-core/src/test/groovy/grails/util/GrailsUtilTests.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java 
b/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
index 68ee914a44..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-M4", GrailsUtil.getGrailsVersion());
+        assertEquals("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
     }
 
     @AfterEach

Reply via email to