@@ -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.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)
1111
1212## Documentation
1313
@@ -86,7 +86,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8686### JUnit Platform
8787
8888- ** 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 `
9090- ** Artifact IDs** and Java ** module** name:
9191 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9292 - ` 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
101101### JUnit Jupiter
102102
103103- ** 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 `
105105- ** Artifact IDs** and Java ** module** name:
106106 - ` junit-jupiter ` (` org.junit.jupiter ` )
107107 - ` 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
112112### JUnit Vintage
113113
114114- ** 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 `
116116- ** Artifact ID** and Java ** module** name:
117117 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
118118
119119### Bill of Materials (BOM)
120120
121121- ** Group ID** : ` org.junit `
122122- ** 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 `
124124
125125
126126[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments