@@ -8,8 +8,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
8
8
9
9
- General Availability (GA): [ JUnit 5.3.2] ( https://github.com/junit-team/junit5/releases/tag/r5.3.2 )
10
10
(November 25, 2018).
11
- - Preview (Milestone/Release Candidate): [ JUnit 5.4.0-RC1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.4.0-RC1 )
12
- (January 24 , 2019).
11
+ - Preview (Milestone/Release Candidate): [ JUnit 5.4.0-RC2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.4.0-RC2 )
12
+ (January 31 , 2019).
13
13
14
14
## Documentation
15
15
@@ -84,7 +84,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
84
84
### JUnit Platform
85
85
86
86
- ** Group ID** : ` org.junit.platform `
87
- - ** Version** : ` 1.3.2 ` or ` 1.4.0-RC1 ` or ` 1.4.0-SNAPSHOT `
87
+ - ** Version** : ` 1.3.2 ` or ` 1.4.0-RC2 ` or ` 1.4.0-SNAPSHOT `
88
88
- ** Artifact IDs** and ** Automatic-Module-Name** :
89
89
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
90
90
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -99,7 +99,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
99
99
### JUnit Jupiter
100
100
101
101
- ** Group ID** : ` org.junit.jupiter `
102
- - ** Version** : ` 5.3.2 ` or ` 5.4.0-RC1 ` or ` 5.4.0-SNAPSHOT `
102
+ - ** Version** : ` 5.3.2 ` or ` 5.4.0-RC2 ` or ` 5.4.0-SNAPSHOT `
103
103
- ** Artifact IDs** and ** Automatic-Module-Name** :
104
104
- ` junit-jupiter ` (` org.junit.jupiter ` )
105
105
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -110,15 +110,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
110
110
### JUnit Vintage
111
111
112
112
- ** Group ID** : ` org.junit.vintage `
113
- - ** Version** : ` 5.3.2 ` or ` 5.4.0-RC1 ` or ` 5.4.0-SNAPSHOT `
113
+ - ** Version** : ` 5.3.2 ` or ` 5.4.0-RC2 ` or ` 5.4.0-SNAPSHOT `
114
114
- ** Artifact ID** and ** Automatic-Module-Name** :
115
115
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
116
116
117
117
### Bill of Materials (BOM)
118
118
119
119
- ** Group ID** : ` org.junit `
120
120
- ** Artifact ID** ` junit-bom `
121
- - ** Version** : ` 5.3.2 ` or ` 5.4.0-RC1 ` or ` 5.4.0-SNAPSHOT `
121
+ - ** Version** : ` 5.3.2 ` or ` 5.4.0-RC2 ` or ` 5.4.0-SNAPSHOT `
122
122
123
123
## Java Module Names
124
124
0 commit comments