@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
6
6
7
7
- General Availability (GA): [ JUnit 5.2.0] ( https://github.com/junit-team/junit5/releases/tag/r5.2.0 )
8
8
(April 29, 2018).
9
- - Preview (Milestone/Release Candidate): [ JUnit 5.3.0 M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.0-M1 ) (June 24 , 2018).
9
+ - Preview (Milestone/Release Candidate): [ JUnit 5.3.0 RC1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.0-RC1 ) (August 13 , 2018).
10
10
11
11
## Documentation
12
12
@@ -85,7 +85,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
85
85
### JUnit Platform
86
86
87
87
- ** Group ID** : ` org.junit.platform `
88
- - ** Version** : ` 1.2.0 ` or ` 1.3.0-M1 ` or ` 1.3.0-SNAPSHOT `
88
+ - ** Version** : ` 1.2.0 ` or ` 1.3.0-RC1 ` or ` 1.3.0-SNAPSHOT `
89
89
- ** Artifact IDs** and ** Automatic-Module-Name** :
90
90
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
91
91
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -99,7 +99,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
99
99
### JUnit Jupiter
100
100
101
101
- ** Group ID** : ` org.junit.jupiter `
102
- - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0-SNAPSHOT `
102
+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-RC1 ` or ` 5.3.0-SNAPSHOT `
103
103
- ** Artifact IDs** and ** Automatic-Module-Name** :
104
104
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
105
105
- ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -109,15 +109,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109
109
### JUnit Vintage
110
110
111
111
- ** Group ID** : ` org.junit.vintage `
112
- - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0-SNAPSHOT `
112
+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-RC1 ` or ` 5.3.0-SNAPSHOT `
113
113
- ** Artifact ID** and ** Automatic-Module-Name** :
114
114
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
115
115
116
116
### Bill of Materials (BOM)
117
117
118
118
- ** Group ID** : ` org.junit `
119
119
- ** Artifact ID** ` junit-bom `
120
- - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0-SNAPSHOT `
120
+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-RC1 ` or ` 5.3.0-SNAPSHOT `
121
121
122
122
## Java Module Names
123
123
0 commit comments