@@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
6
6
7
7
## Latest Releases
8
8
9
- - General Availability (GA): [ JUnit 5.6.2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.2 ) (April 10 , 2020)
10
- - Preview (Milestone/Release Candidate): [ JUnit 5.7.0-RC1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.7.0-RC1 ) (August 16, 2020)
9
+ - General Availability (GA): [ JUnit 5.7.0 ] ( https://github.com/junit-team/junit5/releases/tag/r5.7.0 ) (September 13 , 2020)
10
+ - Preview (Milestone/Release Candidate): n/a
11
11
12
12
## Documentation
13
13
@@ -86,7 +86,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
86
86
### JUnit Platform
87
87
88
88
- ** Group ID** : ` org.junit.platform `
89
- - ** Version** : ` 1.6.2 ` , ` 1. 7.0-RC1 ` , or ` 1.7 .0-SNAPSHOT `
89
+ - ** Version** : ` 1.7.0 ` or ` 1.8 .0-SNAPSHOT `
90
90
- ** Artifact IDs** and Java ** module** name:
91
91
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
92
92
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -102,7 +102,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
102
102
### JUnit Jupiter
103
103
104
104
- ** Group ID** : ` org.junit.jupiter `
105
- - ** Version** : ` 5.6.2 ` , ` 5. 7.0-RC1 ` , or ` 5.7 .0-SNAPSHOT `
105
+ - ** Version** : ` 5.7.0 ` or ` 5.8 .0-SNAPSHOT `
106
106
- ** Artifact IDs** and Java ** module** name:
107
107
- ` junit-jupiter ` (` org.junit.jupiter ` )
108
108
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -113,15 +113,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
113
113
### JUnit Vintage
114
114
115
115
- ** Group ID** : ` org.junit.vintage `
116
- - ** Version** : ` 5.6.2 ` , ` 5. 7.0-RC1 ` , or ` 5.7 .0-SNAPSHOT `
116
+ - ** Version** : ` 5.7.0 ` or ` 5.8 .0-SNAPSHOT `
117
117
- ** Artifact ID** and Java ** module** name:
118
118
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
119
119
120
120
### Bill of Materials (BOM)
121
121
122
122
- ** Group ID** : ` org.junit `
123
123
- ** Artifact ID** ` junit-bom `
124
- - ** Version** : ` 5.6.2 ` , ` 5. 7.0-RC1 ` , or ` 5.7 .0-SNAPSHOT `
124
+ - ** Version** : ` 5.7.0 ` or ` 5.8 .0-SNAPSHOT `
125
125
126
126
127
127
[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments