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

commit 0910be148e52f7287c6c66080b98df515d8f8ca9
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 07:16:49 2025 -0400

    release testing is finished, back to 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 97b729c068..521d54e80b 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-M4
+projectVersion=7.0.0-SNAPSHOT
 
 apacheMavenVersion=3.9.9
 apacheMavenResolverVersion=1.9.22
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