Skip to content

Commit 8347267

Browse files
committed
[skip ci] Release v7.0.0-M3
1 parent fe263b9 commit 8347267

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=7.0.0-SNAPSHOT
1+
projectVersion=7.0.0-M3
22

33
apacheMavenVersion=3.9.9
44
apacheMavenResolverVersion=1.9.22

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
2929

3030
@Test
3131
public void testGrailsVersion() {
32-
assertEquals("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
32+
assertEquals("7.0.0-M3", GrailsUtil.getGrailsVersion());
3333
}
3434

3535
@AfterEach

0 commit comments

Comments
 (0)