@@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66
77## Latest Releases
88
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).
1111- Preview (Milestone/Release Candidate): N/A
1212
1313## Documentation
@@ -82,7 +82,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8282### JUnit Platform
8383
8484- ** 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 `
8686- ** Artifact IDs** and ** Automatic-Module-Name** :
8787 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
8888 - ` 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
9797### JUnit Jupiter
9898
9999- ** 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 `
101101- ** Artifact IDs** and ** Automatic-Module-Name** :
102102 - ` junit-jupiter ` (` org.junit.jupiter ` )
103103 - ` 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
108108### JUnit Vintage
109109
110110- ** 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 `
112112- ** Artifact ID** and ** Automatic-Module-Name** :
113113 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
114114
115115### Bill of Materials (BOM)
116116
117117- ** Group ID** : ` org.junit `
118118- ** Artifact ID** ` junit-bom `
119- - ** Version** : ` 5.4.0 ` or ` 5.5.0-SNAPSHOT `
119+ - ** Version** : ` 5.4.1 ` or ` 5.5.0-SNAPSHOT `
120120
121121## Java Module Names
122122
0 commit comments