This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to annotated tag GROOVY_5_0_0_RC_1 in repository https://gitbox.apache.org/repos/asf/groovy.git
commit c27086db039981ea28695d008e944086029f0408 Author: Paul King <[email protected]> AuthorDate: Sun Aug 3 18:46:55 2025 +1000 Release 5.0.0-rc-1: update versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5f5fb54476..1b81479761 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -groovyVersion=5.0.0-SNAPSHOT +groovyVersion=5.0.0-rc-1 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion=5.0.0.SNAPSHOT +groovyBundleVersion=5.0.0.rc-1 groovyTargetBytecodeVersion=11 targetJavaVersion=11
