22
33This repository is the home of the next generation of JUnit, _ JUnit 5_ .
44
5- The project is currently in _ Phase 5_ , working toward additional [ _ milestone_ ] ( https://github.com/junit-team/junit5/milestones/5.0%20M2 ) releases.
5+ The project is currently in _ Phase 5_ , working toward additional [ _ milestone_ ] ( https://github.com/junit-team/junit5/milestones ) releases.
66
7- [ JUnit 5.0.0-M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0-M1 )
8- was released on July 7th , 2016.
7+ [ JUnit 5.0.0-M2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0-M2 )
8+ was released on July 23 , 2016.
99
1010## Roadmap
1111
@@ -82,7 +82,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
8282### JUnit Platform
8383
8484- ** Group ID** : ` org.junit.platform `
85- - ** Version** : ` 1.0.0-M1 ` or ` 1.0.0-SNAPSHOT `
85+ - ** Version** : ` 1.0.0-M2 ` or ` 1.0.0-SNAPSHOT `
8686- ** Artifact IDs** :
8787 - ` junit-platform-commons `
8888 - ` junit-platform-console `
@@ -95,15 +95,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9595### JUnit Jupiter
9696
9797- ** Group ID** : ` org.junit.jupiter `
98- - ** Version** : ` 5.0.0-M1 ` or ` 5.0.0-SNAPSHOT `
98+ - ** Version** : ` 5.0.0-M2 ` or ` 5.0.0-SNAPSHOT `
9999- ** Artifact IDs** :
100100 - ` junit-jupiter-api `
101101 - ` junit-jupiter-engine `
102102
103103### JUnit Vintage
104104
105105- ** Group ID** : ` org.junit.vintage `
106- - ** Version** : ` 4.12.0-M1 ` or ` 4.12.0-SNAPSHOT `
106+ - ** Version** : ` 4.12.0-M2 ` or ` 4.12.0-SNAPSHOT `
107107- ** Artifact ID** : ` junit-vintage-engine `
108108
109109
0 commit comments