Skip to content

Commit 709fd6e

Browse files
committed
Release 5.8
1 parent fa74055 commit 709fd6e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.7.2](https://github.com/junit-team/junit5/releases/tag/r5.7.2) (May 15, 2021)
10-
- Preview (Milestone/Release Candidate): [JUnit 5.8.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.8.0-RC1) (August 17, 2021)
9+
- General Availability (GA): [JUnit 5.8.0](https://github.com/junit-team/junit5/releases/tag/r5.8.0) (September 12, 2021)
10+
- Preview (Milestone/Release Candidate): n/a
1111

1212
## Documentation
1313

documentation/src/docs/asciidoc/release-notes/release-notes-5.8.0.adoc

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

4-
*Date of Release:* September , 2021
4+
*Date of Release:* September 12, 2021
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.8.0-SNAPSHOT
2+
version = 5.8.0
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313

0 commit comments

Comments
 (0)