@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
44
55The project is currently in _ Phase 5_ , working toward additional [ _ milestone_ ] ( https://github.com/junit-team/junit5/milestones ) releases.
66
7- [ JUnit 5.0.0-M5 ] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0-M5 )
8- was released on July 4 , 2017.
7+ [ JUnit 5.0.0-M6 ] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0-M6 )
8+ was released on July 18 , 2017.
99
1010## Roadmap
1111
@@ -94,7 +94,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9494### JUnit Platform
9595
9696- ** Group ID** : ` org.junit.platform `
97- - ** Version** : ` 1.0.0-M5 ` or ` 1.0.0-SNAPSHOT `
97+ - ** Version** : ` 1.0.0-M6 ` or ` 1.0.0-SNAPSHOT `
9898- ** Artifact IDs** :
9999 - ` junit-platform-commons `
100100 - ` junit-platform-console `
@@ -109,7 +109,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109109### JUnit Jupiter
110110
111111- ** Group ID** : ` org.junit.jupiter `
112- - ** Version** : ` 5.0.0-M5 ` or ` 5.0.0-SNAPSHOT `
112+ - ** Version** : ` 5.0.0-M6 ` or ` 5.0.0-SNAPSHOT `
113113- ** Artifact IDs** :
114114 - ` junit-jupiter-api `
115115 - ` junit-jupiter-engine `
@@ -119,7 +119,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
119119### JUnit Vintage
120120
121121- ** Group ID** : ` org.junit.vintage `
122- - ** Version** : ` 4.12.0-M5 ` or ` 4.12.0-SNAPSHOT `
122+ - ** Version** : ` 4.12.0-M6 ` or ` 4.12.0-SNAPSHOT `
123123- ** Artifact ID** : ` junit-vintage-engine `
124124
125125
0 commit comments