This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.1.x by this push:
new a04197fd17 chore: bump to 7.1.0-SNAPSHOT
a04197fd17 is described below
commit a04197fd17114e6620d427b3a1ab20daca5ee6ce
Author: James Daugherty <[email protected]>
AuthorDate: Tue Oct 14 11:31:57 2025 -0400
chore: bump to 7.1.0-SNAPSHOT
---
gradle.properties | 4 ++--
grails-core/src/test/groovy/grails/util/GrailsUtilTests.java | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index d98938fc95..ace22e7d87 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,11 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-projectVersion=7.0.0-SNAPSHOT
+projectVersion=7.1.0-SNAPSHOT
javaVersion=17
-githubBranch=7.0.x
+githubBranch=7.1.x
githubSlug=apache/grails-core
# Note: BOM dependencies are defined in dependencies.gradle files to allow for
dependabot updates
diff --git a/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
b/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
index 6bf88b5d77..00799070a2 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-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("7.1.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
}
@AfterEach