@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66
77- General Availability (GA): [ JUnit 5.2.0] ( https://github.com/junit-team/junit5/releases/tag/r5.2.0 )
88(April 29, 2018).
9- - Preview (Milestone/Release Candidate): N/A
9+ - Preview (Milestone/Release Candidate): [ JUnit 5.3.0 M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.0-M1 )
1010
1111## Documentation
1212
@@ -88,7 +88,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
8888### JUnit Platform
8989
9090- ** Group ID** : ` org.junit.platform `
91- - ** Version** : ` 1.2.0 ` or ` 1.3.0-SNAPSHOT `
91+ - ** Version** : ` 1.2.0 ` or ` 1.3.0-M1 ` or ` 1.3.0- SNAPSHOT`
9292- ** Artifact IDs** and ** Automatic-Module-Name** :
9393 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9494 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -102,7 +102,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
102102### JUnit Jupiter
103103
104104- ** Group ID** : ` org.junit.jupiter `
105- - ** Version** : ` 5.2.0 ` or ` 5.3.0-SNAPSHOT `
105+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0- SNAPSHOT`
106106- ** Artifact IDs** and ** Automatic-Module-Name** :
107107 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
108108 - ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -112,15 +112,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
112112### JUnit Vintage
113113
114114- ** Group ID** : ` org.junit.vintage `
115- - ** Version** : ` 5.2.0 ` or ` 5.3.0-SNAPSHOT `
115+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0- SNAPSHOT`
116116- ** Artifact ID** and ** Automatic-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.2.0 ` or ` 5.3.0-SNAPSHOT `
123+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0- SNAPSHOT`
124124
125125## Java Module Names
126126
0 commit comments