This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to annotated tag GROOVY_5_0_0_BETA_2 in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 983a6243d65f39a4b9e8b7779faa4e73ceda2615 Author: Paul King <pa...@asert.com.au> AuthorDate: Sat Jul 19 15:53:57 2025 +1000 Release 5.0.0-beta-2: update versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5f5fb54476..4231b088cc 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-beta-2 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion=5.0.0.SNAPSHOT +groovyBundleVersion=5.0.0.beta-2 groovyTargetBytecodeVersion=11 targetJavaVersion=11