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

github-bot pushed a commit to annotated tag v7.0.2
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit b9b8491f02d4f474522b6e8d8f865ce1e7a633e6
Author: jdaugherty <[email protected]>
AuthorDate: Thu Nov 6 20:10:43 2025 +0000

    [skip ci] Release v7.0.2
---
 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 c14a896c9d..c3381aecf9 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.2-SNAPSHOT
+projectVersion=7.0.2
 
 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 7335f6d80c..5caf94e030 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.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
+        assertEquals("7.0.2", GrailsUtil.getGrailsVersion());
     }
 
     @AfterEach

Reply via email to