Skip to content

Commit aa7c121

Browse files
committed
Release v2023.3.0-M1
1 parent 1145c9b commit aa7c121

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2004-2023 the original author or authors.
1+
/* Copyright 2004-2025 the original author or authors.
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
2929

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

3535
@AfterEach

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=2023.3.0-SNAPSHOT
1+
projectVersion=2023.3.0-M1
22
gradleNexusPublishPluginVersion=2.0.0
33
gradleSdkVendorVersion=3.0.0
44
gradleTestRetryPlugin=1.6.0

0 commit comments

Comments
 (0)