@@ -6,10 +6,9 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66
77## Latest Releases
88
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
1312
1413## Documentation
1514
@@ -84,7 +83,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8483### JUnit Platform
8584
8685- ** 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 `
8887- ** Artifact IDs** and ** Automatic-Module-Name** :
8988 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9089 - ` 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
9998### JUnit Jupiter
10099
101100- ** 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 `
103102- ** Artifact IDs** and ** Automatic-Module-Name** :
104103 - ` junit-jupiter ` (` org.junit.jupiter ` )
105104 - ` 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
110109### JUnit Vintage
111110
112111- ** 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 `
114113- ** Artifact ID** and ** Automatic-Module-Name** :
115114 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
116115
117116### Bill of Materials (BOM)
118117
119118- ** Group ID** : ` org.junit `
120119- ** 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 `
122121
123122## Java Module Names
124123
0 commit comments