@@ -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): n/a
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-M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.7.0-M1 ) (April 19, 2020)
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 ` or ` 1.7.0-SNAPSHOT `
89
+ - ** Version** : ` 1.6.2 ` , ` 1.7.0-M1 ` , or ` 1.7.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 ` )
@@ -101,7 +101,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
101
101
### JUnit Jupiter
102
102
103
103
- ** Group ID** : ` org.junit.jupiter `
104
- - ** Version** : ` 5.6.2 ` or ` 5.7.0-SNAPSHOT `
104
+ - ** Version** : ` 5.6.2 ` , ` 5.7.0-M1 ` , or ` 5.7.0-SNAPSHOT `
105
105
- ** Artifact IDs** and Java ** module** name:
106
106
- ` junit-jupiter ` (` org.junit.jupiter ` )
107
107
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -112,15 +112,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
112
112
### JUnit Vintage
113
113
114
114
- ** Group ID** : ` org.junit.vintage `
115
- - ** Version** : ` 5.6.2 ` or ` 5.7.0-SNAPSHOT `
115
+ - ** Version** : ` 5.6.2 ` , ` 5.7.0-M1 ` , or ` 5.7.0-SNAPSHOT `
116
116
- ** Artifact ID** and Java ** module** name:
117
117
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
118
118
119
119
### Bill of Materials (BOM)
120
120
121
121
- ** Group ID** : ` org.junit `
122
122
- ** Artifact ID** ` junit-bom `
123
- - ** Version** : ` 5.6.2 ` or ` 5.7.0-SNAPSHOT `
123
+ - ** Version** : ` 5.6.2 ` , ` 5.7.0-M1 ` , or ` 5.7.0-SNAPSHOT `
124
124
125
125
126
126
[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments