22
33This repository is the home of the next generation of JUnit, _ JUnit 5_ .
44
5- [ JUnit 5.0.3] ( https://github.com/junit-team/junit5/releases/tag/r5.0.3 )
6- was released on January 15, 2018;
7- [ JUnit 5.1.0-RC1] ( https://github.com/junit-team/junit5/releases/tag/r5.1.0-RC1 )
8- on February 4, 2018.
5+ [ JUnit 5.1.0] ( https://github.com/junit-team/junit5/releases/tag/r5.1.0 )
6+ was released on February 18, 2018.
97
108## Documentation
119
@@ -89,7 +87,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
8987### JUnit Platform
9088
9189- ** Group ID** : ` org.junit.platform `
92- - ** Version** : ` 1.0.3 ` or ` 1.1.0-RC1 ` or ` 1.1 .0-SNAPSHOT `
90+ - ** Version** : ` 1.1.0 ` or ` 1.2 .0-SNAPSHOT `
9391- ** Artifact IDs** and ** Automatic-Module-Name** :
9492 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9593 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -104,7 +102,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
104102### JUnit Jupiter
105103
106104- ** Group ID** : ` org.junit.jupiter `
107- - ** Version** : ` 5.0.3 ` or ` 5. 1.0-RC1 ` or ` 5.1 .0-SNAPSHOT `
105+ - ** Version** : ` 5.1.0 ` or ` 5.2 .0-SNAPSHOT `
108106- ** Artifact IDs** and ** Automatic-Module-Name** :
109107 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
110108 - ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -114,7 +112,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
114112### JUnit Vintage
115113
116114- ** Group ID** : ` org.junit.vintage `
117- - ** Version** : ` 4.12.3 ` or ` 5.1.0-RC1 ` or ` 5.1 .0-SNAPSHOT `
115+ - ** Version** : ` 5.1.0 ` or ` 5.2 .0-SNAPSHOT `
118116- ** Artifact ID** and ** Automatic-Module-Name** :
119117 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
120118
0 commit comments