From e66ebbc07450f7f9ce113b4615cbbf6a15d299bc Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Wed, 7 Aug 2024 04:57:30 +0800 Subject: [PATCH] Release v2023.0.0-RC2 --- .../src/test/groovy/grails/util/GrailsUtilTests.java | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java b/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java index 00021b9fa8..65704a7bbe 100644 --- a/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java +++ b/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java @@ -1,4 +1,4 @@ -/* Copyright 2004-2023 the original author or authors. +/* Copyright 2004-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ public class GrailsUtilTests { @Test public void testGrailsVersion() { - assertEquals("2023.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion()); + assertEquals("2023.0.0-RC2", GrailsUtil.getGrailsVersion()); } @AfterEach diff --git a/gradle.properties b/gradle.properties index b43273f0ca..5282f268bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=2023.0.0-SNAPSHOT +projectVersion=2023.0.0-RC2 gradleExtraConfigurationsPluginVersion=9.0.0 gradleNexusPublishPluginVersion=1.3.0 gradleSdkVendorVersion=3.0.0