Skip to content

Commit e6ff0c5

Browse files
committed
Release 5.10.0-RC2
1 parent b08a76b commit e6ff0c5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository is the home of _JUnit 5_.
77
## Latest Releases
88

99
- General Availability (GA): [JUnit 5.9.3](https://github.com/junit-team/junit5/releases/tag/r5.9.3) (April 26, 2023)
10-
- Preview (Milestone/Release Candidate): [JUnit 5.10.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.10.0-RC1) (July 6, 2023)
10+
- Preview (Milestone/Release Candidate): [JUnit 5.10.0-RC2](https://github.com/junit-team/junit5/releases/tag/r5.10.0-RC2) (July 19, 2023)
1111

1212
## Documentation
1313

documentation/src/docs/asciidoc/release-notes/release-notes-5.10.0-RC2.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.10.0-RC2]]
22
== 5.10.0-RC2
33

4-
*Date of Release:*
4+
*Date of Release:* July 19, 2023
55

66
*Scope:*
77

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.10.0-SNAPSHOT
2+
version = 5.10.0-RC2
33

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.10.0-SNAPSHOT
7+
platformVersion = 1.10.0-RC2
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.10.0-SNAPSHOT
10+
vintageVersion = 5.10.0-RC2
1111

1212
defaultBuiltBy = JUnit Team
1313

0 commit comments

Comments
 (0)