From 55d12321315b11eaf6ed87e73c47bcdc39ade588 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Thu, 27 Jun 2024 15:58:55 +0200 Subject: [PATCH] Release 5.10.3 --- README.md | 2 +- .../docs/asciidoc/release-notes/release-notes-5.10.3.adoc | 2 +- gradle.properties | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6308dd68cb7d..b09182e608cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases -- General Availability (GA): [JUnit 5.10.2](https://github.com/junit-team/junit5/releases/tag/r5.10.2) (February 4, 2024) +- General Availability (GA): [JUnit 5.10.3](https://github.com/junit-team/junit5/releases/tag/r5.10.3) (June 27, 2024) - Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.3.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.3.adoc index d8fdad5c25fa..f98b8fd062f7 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.3.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.3.adoc @@ -1,7 +1,7 @@ [[release-notes-5.10.3]] == 5.10.3 -*Date of Release:* ❓ +*Date of Release:* June 27, 2024 *Scope:* Bug fixes and enhancements since 5.10.2 diff --git a/gradle.properties b/gradle.properties index cf21b97117c4..53dc689eb2e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.3-SNAPSHOT +version = 5.10.3 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.3-SNAPSHOT +platformVersion = 1.10.3 vintageGroup = org.junit.vintage -vintageVersion = 5.10.3-SNAPSHOT +vintageVersion = 5.10.3 # 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