@@ -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.5.2 ] ( https://github.com/junit-team/junit5/releases/tag/r5.5.2 ) (September 8, 2019 ).
10- - Preview (Milestone/Release Candidate): [ JUnit 5.6.0 RC1 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.0-RC1 ) (January 6, 2020)
9+ - General Availability (GA): [ JUnit 5.6.0 ] ( https://github.com/junit-team/junit5/releases/tag/r5.6.0 ) (January 20, 2020 ).
10+ - Preview (Milestone/Release Candidate): n/a
1111
1212## Documentation
1313
@@ -83,7 +83,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8383### JUnit Platform
8484
8585- ** Group ID** : ` org.junit.platform `
86- - ** Version** : ` 1.5.2 ` , ` 1. 6.0-M1 ` , or ` 1.6 .0-SNAPSHOT `
86+ - ** Version** : ` 1.6.0 ` or ` 1.7 .0-SNAPSHOT `
8787- ** Artifact IDs** and Java ** module** name:
8888 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
8989 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -98,7 +98,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9898### JUnit Jupiter
9999
100100- ** Group ID** : ` org.junit.jupiter `
101- - ** Version** : ` 5.5.2 ` , ` 5. 6.0-M1 ` , or ` 5.6 .0-SNAPSHOT `
101+ - ** Version** : ` 5.6.0 ` or ` 5.7 .0-SNAPSHOT `
102102- ** Artifact IDs** and Java ** module** name:
103103 - ` junit-jupiter ` (` org.junit.jupiter ` )
104104 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
@@ -109,15 +109,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
109109### JUnit Vintage
110110
111111- ** Group ID** : ` org.junit.vintage `
112- - ** Version** : ` 5.5.2 ` , ` 5. 6.0-M1 ` , or ` 5.6 .0-SNAPSHOT `
112+ - ** Version** : ` 5.6.0 ` or ` 5.7 .0-SNAPSHOT `
113113- ** Artifact ID** and Java ** 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.5.2 ` , ` 5. 6.0-M1 ` , or ` 5.6 .0-SNAPSHOT `
120+ - ** Version** : ` 5.6.0 ` or ` 5.7 .0-SNAPSHOT `
121121
122122
123123[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments