@@ -4,9 +4,9 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
44
55## Latest Releases
66
7- - General Availability (GA): [ JUnit 5.2 .0] ( https://github.com/junit-team/junit5/releases/tag/r5.2 .0 )
8- (April 29 , 2018).
9- - Preview (Milestone/Release Candidate): [ JUnit 5.3.0 RC1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.3.0-RC1 ) (August 13, 2018).
7+ - General Availability (GA): [ JUnit 5.3 .0] ( https://github.com/junit-team/junit5/releases/tag/r5.3 .0 )
8+ (September 3 , 2018).
9+ - Preview (Milestone/Release Candidate): N/A
1010
1111## Documentation
1212
@@ -85,7 +85,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
8585### JUnit Platform
8686
8787- ** Group ID** : ` org.junit.platform `
88- - ** Version** : ` 1.2.0 ` or ` 1. 3.0-RC1 ` or ` 1.3 .0-SNAPSHOT `
88+ - ** Version** : ` 1.3.0 ` or ` 1.4 .0-SNAPSHOT `
8989- ** Artifact IDs** and ** Automatic-Module-Name** :
9090 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9191 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -99,7 +99,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9999### JUnit Jupiter
100100
101101- ** Group ID** : ` org.junit.jupiter `
102- - ** Version** : ` 5.2.0 ` or ` 5. 3.0-RC1 ` or ` 5.3 .0-SNAPSHOT `
102+ - ** Version** : ` 5.3.0 ` or ` 5.4 .0-SNAPSHOT `
103103- ** Artifact IDs** and ** Automatic-Module-Name** :
104104 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
105105 - ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -109,15 +109,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109109### JUnit Vintage
110110
111111- ** Group ID** : ` org.junit.vintage `
112- - ** Version** : ` 5.2.0 ` or ` 5. 3.0-RC1 ` or ` 5.3 .0-SNAPSHOT `
112+ - ** Version** : ` 5.3.0 ` or ` 5.4 .0-SNAPSHOT `
113113- ** Artifact ID** and ** Automatic-Module-Name** :
114114 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
115115
116116### Bill of Materials (BOM)
117117
118118- ** Group ID** : ` org.junit `
119119- ** Artifact ID** ` junit-bom `
120- - ** Version** : ` 5.2.0 ` or ` 5. 3.0-RC1 ` or ` 5.3 .0-SNAPSHOT `
120+ - ** Version** : ` 5.3.0 ` or ` 5.4 .0-SNAPSHOT `
121121
122122## Java Module Names
123123
0 commit comments