File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9191### JUnit Platform
9292
9393- ** Group ID** : ` org.junit.platform `
94- - ** Version** : ` 1.0.2 ` or ` 1.0.3 -SNAPSHOT `
94+ - ** Version** : ` 1.0.3 ` or ` 1.0.4 -SNAPSHOT `
9595- ** Artifact IDs** and ** Automatic-Module-Name** :
9696 - ` junit-platform-commons ` (` org.junit.platform.commons ` )
9797 - ` junit-platform-console ` (` org.junit.platform.console ` )
@@ -106,7 +106,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
106106### JUnit Jupiter
107107
108108- ** Group ID** : ` org.junit.jupiter `
109- - ** Version** : ` 5.0.2 ` or ` 5.0.3 -SNAPSHOT `
109+ - ** Version** : ` 5.0.3 ` or ` 5.0.4 -SNAPSHOT `
110110- ** Artifact IDs** and ** Automatic-Module-Name** :
111111 - ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
112112 - ` junit-jupiter-engine ` (` org.junit.jupiter.engine ` )
@@ -116,7 +116,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
116116### JUnit Vintage
117117
118118- ** Group ID** : ` org.junit.vintage `
119- - ** Version** : ` 4.12.2 ` or ` 4.12.3 -SNAPSHOT `
119+ - ** Version** : ` 4.12.3 ` or ` 4.12.4 -SNAPSHOT `
120120- ** Artifact ID** and ** Automatic-Module-Name** :
121121 - ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
122122
Original file line number Diff line number Diff line change 11[[release-notes-5.0.3]]
22=== 5.0.3
33
4- *Date of Release:* ❓
4+ *Date of Release:* January 15, 2018
55
6- *Scope:* Bug fixes and small improvements for `ConsoleLauncher`, Gradle plugin, and Maven Surefire provider
6+ *Scope:* Bug fixes and small improvements for `ConsoleLauncher`, Gradle plugin, and Maven
7+ Surefire provider
78
89For a complete list of all _closed_ issues and pull requests for this release, consult the
910link:{junit5-repo}+/milestone/21?closed=1+[5.0.3] milestone page in the JUnit repository
Original file line number Diff line number Diff line change 11group = org.junit.jupiter
2- version = 5.0.3-SNAPSHOT
2+ version = 5.0.3
33
44platformGroup = org.junit.platform
5- platformVersion = 1.0.3-SNAPSHOT
5+ platformVersion = 1.0.3
66
77vintageGroup = org.junit.vintage
8- vintageVersion = 4.12.3-SNAPSHOT
8+ vintageVersion = 4.12.3
99
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments