From a410c9287162edc4d896626cf6cb73efa628760a Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Wed, 12 Feb 2025 12:22:07 +0100 Subject: [PATCH] Release 5.12.0-RC2 --- README.md | 2 +- gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a99baa67bc1..b8302e82cc62 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases - General Availability (GA): [JUnit 5.11.4](https://github.com/junit-team/junit5/releases/tag/r5.11.4) (December 16, 2024) -- Preview (Milestone/Release Candidate): [JUnit 5.12.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.12.0-RC1) (February 7, 2025) +- Preview (Milestone/Release Candidate): [JUnit 5.12.0-RC2](https://github.com/junit-team/junit5/releases/tag/r5.12.0-RC2) (February 12, 2025) ## Documentation diff --git a/gradle.properties b/gradle.properties index 4f2ab7df9946..323fdde4fc79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.12.0-SNAPSHOT +version = 5.12.0-RC2 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.12.0-SNAPSHOT +platformVersion = 1.12.0-RC2 vintageGroup = org.junit.vintage -vintageVersion = 5.12.0-SNAPSHOT +vintageVersion = 5.12.0-RC2 # We need more metaspace due to apparent memory leak in Asciidoctor/JRuby # The exports are needed due to https://github.com/diffplug/spotless/issues/834