diff --git a/README.md b/README.md index 60a57a4edf2..619b4a43371 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository is the home of _JUnit 5_. ## Latest Releases - General Availability (GA): [JUnit 5.9.3](https://github.com/junit-team/junit5/releases/tag/r5.9.3) (April 26, 2023) -- Preview (Milestone/Release Candidate): [JUnit 5.10.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.10.0-RC1) (July 6, 2023) +- Preview (Milestone/Release Candidate): [JUnit 5.10.0-RC2](https://github.com/junit-team/junit5/releases/tag/r5.10.0-RC2) (July 19, 2023) ## Documentation diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC2.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC2.adoc index fd1a0754ee7..40856c0580a 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC2.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC2.adoc @@ -1,7 +1,7 @@ [[release-notes-5.10.0-RC2]] == 5.10.0-RC2 -*Date of Release:* ❓ +*Date of Release:* July 19, 2023 *Scope:* diff --git a/gradle.properties b/gradle.properties index a4cd021ca44..f8c7bb41385 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.0-SNAPSHOT +version = 5.10.0-RC2 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.0-SNAPSHOT +platformVersion = 1.10.0-RC2 vintageGroup = org.junit.vintage -vintageVersion = 5.10.0-SNAPSHOT +vintageVersion = 5.10.0-RC2 defaultBuiltBy = JUnit Team