@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
4
4
5
5
[ JUnit 5.0.3] ( https://github.com/junit-team/junit5/releases/tag/r5.0.3 )
6
6
was released on January 15, 2018;
7
- [ JUnit 5.1.0-M2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.1.0-M2 )
8
- on January 28 , 2018.
7
+ [ JUnit 5.1.0-RC1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.1.0-RC1 )
8
+ on February 4 , 2018.
9
9
10
10
## Documentation
11
11
@@ -89,7 +89,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
89
89
### JUnit Platform
90
90
91
91
- ** Group ID** : ` org.junit.platform `
92
- - ** Version** : ` 1.0.3 ` or ` 1.1.0-M2 ` or ` 1.1.0-SNAPSHOT `
92
+ - ** Version** : ` 1.0.3 ` or ` 1.1.0-RC1 ` or ` 1.1.0-SNAPSHOT `
93
93
- ** Artifact IDs** and ** Automatic-Module-Name** :
94
94
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
95
95
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -104,7 +104,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
104
104
### JUnit Jupiter
105
105
106
106
- ** Group ID** : ` org.junit.jupiter `
107
- - ** Version** : ` 5.0.3 ` or ` 5.1.0-M2 ` or ` 5.1.0-SNAPSHOT `
107
+ - ** Version** : ` 5.0.3 ` or ` 5.1.0-RC1 ` or ` 5.1.0-SNAPSHOT `
108
108
- ** Artifact IDs** and ** Automatic-Module-Name** :
109
109
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
110
110
- ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -114,7 +114,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
114
114
### JUnit Vintage
115
115
116
116
- ** Group ID** : ` org.junit.vintage `
117
- - ** Version** : ` 4.12.3 ` or ` 5.1.0-M2 ` or ` 5.1.0-SNAPSHOT `
117
+ - ** Version** : ` 4.12.3 ` or ` 5.1.0-RC1 ` or ` 5.1.0-SNAPSHOT `
118
118
- ** Artifact ID** and ** Automatic-Module-Name** :
119
119
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
120
120
0 commit comments