Skip to content

Commit

Permalink
Release 5.10.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jul 19, 2023
1 parent b08a76b commit e6ff0c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
@@ -1,7 +1,7 @@
[[release-notes-5.10.0-RC2]]
== 5.10.0-RC2

*Date of Release:*
*Date of Release:* July 19, 2023

*Scope:*

Expand Down
6 changes: 3 additions & 3 deletions 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

Expand Down

0 comments on commit e6ff0c5

Please sign in to comment.