@@ -6,8 +6,8 @@ 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.4.0 ] ( https://github.com/junit-team/junit5/releases/tag/r5.4.0 )
10
- (February 7 , 2019).
9
+ - General Availability (GA): [ JUnit 5.4.1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.4.1 )
10
+ (March 17 , 2019).
11
11
- Preview (Milestone/Release Candidate): N/A
12
12
13
13
## Documentation
@@ -82,7 +82,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
82
82
### JUnit Platform
83
83
84
84
- ** Group ID** : ` org.junit.platform `
85
- - ** Version** : ` 1.4.0 ` or ` 1.5.0-SNAPSHOT `
85
+ - ** Version** : ` 1.4.1 ` or ` 1.5.0-SNAPSHOT `
86
86
- ** Artifact IDs** and ** Automatic-Module-Name** :
87
87
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
88
88
- ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -97,7 +97,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
97
97
### JUnit Jupiter
98
98
99
99
- ** Group ID** : ` org.junit.jupiter `
100
- - ** Version** : ` 5.4.0 ` or ` 5.5.0-SNAPSHOT `
100
+ - ** Version** : ` 5.4.1 ` or ` 5.5.0-SNAPSHOT `
101
101
- ** Artifact IDs** and ** Automatic-Module-Name** :
102
102
- ` junit-jupiter ` (` org.junit.jupiter ` )
103
103
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -108,15 +108,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
108
108
### JUnit Vintage
109
109
110
110
- ** Group ID** : ` org.junit.vintage `
111
- - ** Version** : ` 5.4.0 ` or ` 5.5.0-SNAPSHOT `
111
+ - ** Version** : ` 5.4.1 ` or ` 5.5.0-SNAPSHOT `
112
112
- ** Artifact ID** and ** Automatic-Module-Name** :
113
113
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
114
114
115
115
### Bill of Materials (BOM)
116
116
117
117
- ** Group ID** : ` org.junit `
118
118
- ** Artifact ID** ` junit-bom `
119
- - ** Version** : ` 5.4.0 ` or ` 5.5.0-SNAPSHOT `
119
+ - ** Version** : ` 5.4.1 ` or ` 5.5.0-SNAPSHOT `
120
120
121
121
## Java Module Names
122
122
0 commit comments