@@ -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): N/A
9
+ - Preview (Milestone/Release Candidate): [ JUnit 5.3.0 M1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.0-M1 )
10
10
11
11
## Documentation
12
12
@@ -88,7 +88,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
88
88
### JUnit Platform
89
89
90
90
- ** Group ID** : ` org.junit.platform `
91
- - ** Version** : ` 1.2.0 ` or ` 1.3.0-SNAPSHOT `
91
+ - ** Version** : ` 1.2.0 ` or ` 1.3.0-M1 ` or ` 1.3.0- SNAPSHOT`
92
92
- ** Artifact IDs** and ** Automatic-Module-Name** :
93
93
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
94
94
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -102,7 +102,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
102
102
### JUnit Jupiter
103
103
104
104
- ** Group ID** : ` org.junit.jupiter `
105
- - ** Version** : ` 5.2.0 ` or ` 5.3.0-SNAPSHOT `
105
+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0- SNAPSHOT`
106
106
- ** Artifact IDs** and ** Automatic-Module-Name** :
107
107
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
108
108
- ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -112,15 +112,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
112
112
### JUnit Vintage
113
113
114
114
- ** Group ID** : ` org.junit.vintage `
115
- - ** Version** : ` 5.2.0 ` or ` 5.3.0-SNAPSHOT `
115
+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0- SNAPSHOT`
116
116
- ** Artifact ID** and ** Automatic-Module-Name** :
117
117
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
118
118
119
119
### Bill of Materials (BOM)
120
120
121
121
- ** Group ID** : ` org.junit `
122
122
- ** Artifact ID** ` junit-bom `
123
- - ** Version** : ` 5.2.0 ` or ` 5.3.0-SNAPSHOT `
123
+ - ** Version** : ` 5.2.0 ` or ` 5.3.0-M1 ` or ` 5.3.0- SNAPSHOT`
124
124
125
125
## Java Module Names
126
126
0 commit comments