@@ -4,10 +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.1.1] ( https://github.com/junit-team/junit5/releases/tag/r5.1.1 ) 
8- (April 8, 2018).
9- -  Preview (Milestone/Release Candidate): [ JUnit 5.2 RC1] ( https://github.com/junit-team/junit5/releases/tag/r5.2.0-RC1 ) 
10- (April 22, 2018).
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): N/A
1110
1211## Documentation  
1312
@@ -92,7 +91,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9291### JUnit Platform  
9392
9493-  ** Group ID** : ` org.junit.platform ` 
95- -  ** Version** : ` 1.1.1  `  or  ` 1. 2.0-RC1 `  or ` 1.2 .0-SNAPSHOT ` 
94+ -  ** Version** : ` 1.2.0 `  or ` 1.3 .0-SNAPSHOT ` 
9695-  ** Artifact IDs**  and ** Automatic-Module-Name** :
9796  -  ` junit-platform-commons `  (` org.junit.platform.commons ` )
9897  -  ` junit-platform-console `  (` org.junit.platform.console ` )
@@ -107,7 +106,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
107106### JUnit Jupiter  
108107
109108-  ** Group ID** : ` org.junit.jupiter ` 
110- -  ** Version** : ` 5.1.1  `  or  ` 5. 2.0-RC1 `  or ` 5.2 .0-SNAPSHOT ` 
109+ -  ** Version** : ` 5.2.0 `  or ` 5.3 .0-SNAPSHOT ` 
111110-  ** Artifact IDs**  and ** Automatic-Module-Name** :
112111  -  ` junit-jupiter-api `  (` org.junit.jupiter.api ` )
113112  -  ` junit-jupiter-engine `  (` org.junit.jupiter.engine ` )
@@ -117,15 +116,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
117116### JUnit Vintage  
118117
119118-  ** Group ID** : ` org.junit.vintage ` 
120- -  ** Version** : ` 5.1.1  `  or  ` 5. 2.0-RC1 `  or ` 5.2 .0-SNAPSHOT ` 
119+ -  ** Version** : ` 5.2.0 `  or ` 5.3 .0-SNAPSHOT ` 
121120-  ** Artifact ID**  and ** Automatic-Module-Name** :
122121  -  ` junit-vintage-engine `  (` org.junit.vintage.engine ` )
123122
124123### Bill of Materials (BOM)  
125124
126125-  ** Group ID** : ` org.junit ` 
127126-  ** Artifact ID**  ` junit-bom ` 
128- -  ** Version** : ` 5.2.0-RC1  `  or ` 5.2 .0-SNAPSHOT ` 
127+ -  ** Version** : ` 5.2.0 `  or ` 5.3 .0-SNAPSHOT ` 
129128
130129## Java Module Names  
131130
0 commit comments