diff --git a/README.md b/README.md index 5bc2cae1104..60a57a4edf2 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-M1](https://github.com/junit-team/junit5/releases/tag/r5.10.0-M1) (May 13, 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) ## Documentation diff --git a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC1.adoc b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC1.adoc index a9ab80ed4da..02ea691874c 100644 --- a/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC1.adoc +++ b/documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC1.adoc @@ -1,7 +1,7 @@ [[release-notes-5.10.0-RC1]] == 5.10.0-RC1 -*Date of Release:* July ❓, 2023 +*Date of Release:* July 6, 2023 *Scope:* diff --git a/gradle.properties b/gradle.properties index 1a6d11cf2f5..3974143077c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.0-SNAPSHOT +version = 5.10.0-RC1 jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.0-SNAPSHOT +platformVersion = 1.10.0-RC1 vintageGroup = org.junit.vintage -vintageVersion = 5.10.0-SNAPSHOT +vintageVersion = 5.10.0-RC1 defaultBuiltBy = JUnit Team