2
2
3
3
This repository is the home of the next generation of JUnit, _ JUnit 5_ .
4
4
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.
6
6
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.
9
9
10
10
## Roadmap
11
11
@@ -82,7 +82,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
82
82
### JUnit Platform
83
83
84
84
- ** 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 `
86
86
- ** Artifact IDs** :
87
87
- ` junit-platform-commons `
88
88
- ` junit-platform-console `
@@ -95,15 +95,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
95
95
### JUnit Jupiter
96
96
97
97
- ** 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 `
99
99
- ** Artifact IDs** :
100
100
- ` junit-jupiter-api `
101
101
- ` junit-jupiter-engine `
102
102
103
103
### JUnit Vintage
104
104
105
105
- ** 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 `
107
107
- ** Artifact ID** : ` junit-vintage-engine `
108
108
109
109
0 commit comments