File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9292### JUnit Platform
9393
9494- ** Group ID** : ` org.junit.platform `
95- - ** Version** : ` 1.0.0 ` or ` 1.0.1 -SNAPSHOT `
95+ - ** Version** : ` 1.0.1 ` or ` 1.0.2 -SNAPSHOT `
9696- ** Artifact IDs** and ** Automatic-Module-Name** :
9797 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9898 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -107,7 +107,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
107107### JUnit Jupiter
108108
109109- ** Group ID** : ` org.junit.jupiter `
110- - ** Version** : ` 5.0.0 ` or ` 5.0.1 -SNAPSHOT `
110+ - ** Version** : ` 5.0.1 ` or ` 5.0.2 -SNAPSHOT `
111111- ** Artifact IDs** and ** Automatic-Module-Name** :
112112 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
113113 - ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -117,7 +117,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
117117### JUnit Vintage
118118
119119- ** Group ID** : ` org.junit.vintage `
120- - ** Version** : ` 4.12.0 ` or ` 4.12.1-SNAPSHOT `
120+ - ** Version** : ` 4.12.1 ` or ` 4.12.1-SNAPSHOT `
121121- ** Artifact ID** and ** Automatic-Module-Name** :
122122 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
123123
Original file line number Diff line number Diff line change 11[[release-notes-5.0.1]]
22=== 5.0.1
33
4- *Date of Release:* ❓
4+ *Date of Release:* October 3, 2017
55
66*Scope:* Bug fixes for the 5.0.0 release
77
@@ -19,9 +19,7 @@ on GitHub.
1919[[release-notes-5.0.1-junit-platform]]
2020==== JUnit Platform
2121
22- ===== Bug Fixes
23-
24- * ❓
22+ No code changes.
2523
2624
2725[[release-notes-5.0.1-junit-jupiter]]
Original file line number Diff line number Diff line change 11group = org.junit.jupiter
2- version = 5.0.1-SNAPSHOT
2+ version = 5.0.1
33
44platformGroup = org.junit.platform
5- platformVersion = 1.0.1-SNAPSHOT
5+ platformVersion = 1.0.1
66
77vintageGroup = org.junit.vintage
8- vintageVersion = 4.12.1-SNAPSHOT
8+ vintageVersion = 4.12.1
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments