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 7_ , working on the first GA release of JUnit 5.
6
-
7
- [ JUnit 5.0.0-RC3] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0-RC3 )
8
- was released on August 23, 2017.
5
+ [ JUnit 5.0.0] ( https://github.com/junit-team/junit5/releases/tag/r5.0.0 )
6
+ was released on September 10, 2017.
9
7
10
8
## Roadmap
11
9
@@ -94,7 +92,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
94
92
### JUnit Platform
95
93
96
94
- ** Group ID** : ` org.junit.platform `
97
- - ** Version** : ` 1.0.0-RC3 ` or ` 1.0.0-SNAPSHOT `
95
+ - ** Version** : ` 1.0.0 ` or ` 1.0.0-SNAPSHOT `
98
96
- ** Artifact IDs** and ** Automatic-Module-Name** :
99
97
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
100
98
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -109,7 +107,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109
107
### JUnit Jupiter
110
108
111
109
- ** Group ID** : ` org.junit.jupiter `
112
- - ** Version** : ` 5.0.0-RC3 ` or ` 5.0.0-SNAPSHOT `
110
+ - ** Version** : ` 5.0.0 ` or ` 5.0.0-SNAPSHOT `
113
111
- ** Artifact IDs** and ** Automatic-Module-Name** :
114
112
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
115
113
- ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -119,7 +117,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
119
117
### JUnit Vintage
120
118
121
119
- ** Group ID** : ` org.junit.vintage `
122
- - ** Version** : ` 4.12.0-RC3 ` or ` 4.12.0-SNAPSHOT `
120
+ - ** Version** : ` 4.12.0 ` or ` 4.12.0-SNAPSHOT `
123
121
- ** Artifact ID** and ** Automatic-Module-Name** :
124
122
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
125
123
0 commit comments