@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
44
55[ JUnit 5.0.3] ( https://github.com/junit-team/junit5/releases/tag/r5.0.3 )
66was released on January 15, 2018;
7- [ JUnit 5.1.0-M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.1.0-M1 )
8- on November 19, 2017 .
7+ [ JUnit 5.1.0-M2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.1.0-M2 )
8+ on January 28, 2018 .
99
1010## Documentation
1111
@@ -89,7 +89,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
8989### JUnit Platform
9090
9191- ** Group ID** : ` org.junit.platform `
92- - ** Version** : ` 1.0.3 ` or ` 1.1.0-M1 ` or ` 1.1.0-SNAPSHOT `
92+ - ** Version** : ` 1.0.3 ` or ` 1.1.0-M2 ` or ` 1.1.0-SNAPSHOT `
9393- ** Artifact IDs** and ** Automatic-Module-Name** :
9494 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9595 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -104,7 +104,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
104104### JUnit Jupiter
105105
106106- ** Group ID** : ` org.junit.jupiter `
107- - ** Version** : ` 5.0.3 ` or ` 5.1.0-M1 ` or ` 5.1.0-SNAPSHOT `
107+ - ** Version** : ` 5.0.3 ` or ` 5.1.0-M2 ` or ` 5.1.0-SNAPSHOT `
108108- ** Artifact IDs** and ** Automatic-Module-Name** :
109109 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
110110 - ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -114,7 +114,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
114114### JUnit Vintage
115115
116116- ** Group ID** : ` org.junit.vintage `
117- - ** Version** : ` 4.12.3 ` or ` 5.1.0-M1 ` or ` 5.1.0-SNAPSHOT `
117+ - ** Version** : ` 4.12.3 ` or ` 5.1.0-M2 ` or ` 5.1.0-SNAPSHOT `
118118- ** Artifact ID** and ** Automatic-Module-Name** :
119119 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
120120
0 commit comments