@@ -6,9 +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 )
10- (September 8, 2019).
11- - Preview (Milestone/Release Candidate): N/A
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 M1] ( https://github.com/junit-team/junit5/releases/tag/r5.6.0-M1 ) (October 21, 2019)
1211
1312## Documentation
1413
@@ -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.5.2 ` or ` 1.6.0-SNAPSHOT `
86+ - ** Version** : ` 1.5.2 ` , ` 1.6.0-M1 ` , or ` 1.6.0-SNAPSHOT `
8887- ** Artifact IDs** and Java ** 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.5.2 ` or ` 5.6.0-SNAPSHOT `
101+ - ** Version** : ` 5.5.2 ` , ` 5.6.0-M1 ` , or ` 5.6.0-SNAPSHOT `
103102- ** Artifact IDs** and Java ** 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.5.2 ` or ` 5.6.0-SNAPSHOT `
112+ - ** Version** : ` 5.5.2 ` , ` 5.6.0-M1 ` , or ` 5.6.0-SNAPSHOT `
114113- ** Artifact ID** and Java ** 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.5.2 ` or ` 5.6.0-SNAPSHOT `
120+ - ** Version** : ` 5.5.2 ` , ` 5.6.0-M1 ` , or ` 5.6.0-SNAPSHOT `
122121
123122
124123[ Codecov ] : https://codecov.io/gh/junit-team/junit5
0 commit comments