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

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


The following commit(s) were added to refs/heads/asfyaml by this push:
     new 6ae99ec25d back to snapshot
6ae99ec25d is described below

commit 6ae99ec25db1e085207c4aa3fbf6658c72f9bbcc
Author: James Daugherty <[email protected]>
AuthorDate: Tue Jun 10 09:42:32 2025 -0400

    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 e08e50341f..28b28db723 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