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
91
91
### JUnit Platform
92
92
93
93
- ** 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 `
95
95
- ** Artifact IDs** and ** Automatic-Module-Name** :
96
96
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
97
97
- ` 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
106
106
### JUnit Jupiter
107
107
108
108
- ** 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 `
110
110
- ** Artifact IDs** and ** Automatic-Module-Name** :
111
111
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
112
112
- ` 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
116
116
### JUnit Vintage
117
117
118
118
- ** 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 `
120
120
- ** Artifact ID** and ** Automatic-Module-Name** :
121
121
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
122
122
Original file line number Diff line number Diff line change 1
1
[[release-notes-5.0.3]]
2
2
=== 5.0.3
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* January 15, 2018
5
5
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
7
8
8
9
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
10
link:{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 1
1
group = org.junit.jupiter
2
- version = 5.0.3-SNAPSHOT
2
+ version = 5.0.3
3
3
4
4
platformGroup = org.junit.platform
5
- platformVersion = 1.0.3-SNAPSHOT
5
+ platformVersion = 1.0.3
6
6
7
7
vintageGroup = org.junit.vintage
8
- vintageVersion = 4.12.3-SNAPSHOT
8
+ vintageVersion = 4.12.3
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments