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