@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
4
4
5
5
The project is currently in _ Phase 5_ , working toward additional [ _ milestone_ ] ( https://github.com/junit-team/junit5/milestones ) releases.
6
6
7
- [ JUnit 5.0.0-M4 ] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0-M4 )
8
- was released on April 1 , 2017.
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.
9
9
10
10
## Roadmap
11
11
@@ -94,7 +94,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
94
94
### JUnit Platform
95
95
96
96
- ** Group ID** : ` org.junit.platform `
97
- - ** Version** : ` 1.0.0-M4 ` or ` 1.0.0-SNAPSHOT `
97
+ - ** Version** : ` 1.0.0-M5 ` or ` 1.0.0-SNAPSHOT `
98
98
- ** Artifact IDs** :
99
99
- ` junit-platform-commons `
100
100
- ` junit-platform-console `
@@ -109,7 +109,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109
109
### JUnit Jupiter
110
110
111
111
- ** Group ID** : ` org.junit.jupiter `
112
- - ** Version** : ` 5.0.0-M4 ` or ` 5.0.0-SNAPSHOT `
112
+ - ** Version** : ` 5.0.0-M5 ` or ` 5.0.0-SNAPSHOT `
113
113
- ** Artifact IDs** :
114
114
- ` junit-jupiter-api `
115
115
- ` junit-jupiter-engine `
@@ -119,7 +119,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
119
119
### JUnit Vintage
120
120
121
121
- ** Group ID** : ` org.junit.vintage `
122
- - ** Version** : ` 4.12.0-M4 ` or ` 4.12.0-SNAPSHOT `
122
+ - ** Version** : ` 4.12.0-M5 ` or ` 4.12.0-SNAPSHOT `
123
123
- ** Artifact ID** : ` junit-vintage-engine `
124
124
125
125
0 commit comments