diff --git a/README.md b/README.md index 9886bb155bb0..58e6661c5847 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.10.3](https://github.com/junit-team/junit5/releases/tag/r5.10.3) (June 27, 2024) -- Preview (Milestone/Release Candidate): [JUnit 5.11.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.11.0-RC1) (July 31, 2024) +- General Availability (GA): [JUnit 5.11.0](https://github.com/junit-team/junit5/releases/tag/r5.11.0) (August 14, 2024) +- Preview (Milestone/Release Candidate): N/A ## Documentation diff --git a/gradle.properties b/gradle.properties index b5817893f904..64c03b28007a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.0-SNAPSHOT +version = 5.11.0 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.0-SNAPSHOT +platformVersion = 1.11.0 vintageGroup = org.junit.vintage -vintageVersion = 5.11.0-SNAPSHOT +vintageVersion = 5.11.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