From 2750b0402e38fbed2c15ec47e8b422aa812a9e1e Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 21 Feb 2025 14:24:55 +0100 Subject: [PATCH] Release 5.12.0 --- README.md | 4 ++-- gradle.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8302e82cc62..be040f0b3e7c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ 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-RC2](https://github.com/junit-team/junit5/releases/tag/r5.12.0-RC2) (February 12, 2025) +- General Availability (GA): [JUnit 5.12.0](https://github.com/junit-team/junit5/releases/tag/r5.12.0) (February 21, 2025) +- Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index 4f2ab7df9946..23f0682e81cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.12.0-SNAPSHOT +version = 5.12.0 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.12.0-SNAPSHOT +platformVersion = 1.12.0 vintageGroup = org.junit.vintage -vintageVersion = 5.12.0-SNAPSHOT +vintageVersion = 5.12.0 # 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