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
92
92
### JUnit Platform
93
93
94
94
- ** 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 `
96
96
- ** Artifact IDs** and ** Automatic-Module-Name** :
97
97
- ` junit-platform-commons ` (` org.junit.platform.commons ` )
98
98
- ` 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
107
107
### JUnit Jupiter
108
108
109
109
- ** 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 `
111
111
- ** Artifact IDs** and ** Automatic-Module-Name** :
112
112
- ` junit-jupiter-api ` (` org.junit.jupiter.api ` )
113
113
- ` 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
117
117
### JUnit Vintage
118
118
119
119
- ** 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 `
121
121
- ** Artifact ID** and ** Automatic-Module-Name** :
122
122
- ` junit-vintage-engine ` (` org.junit.vintage.engine ` )
123
123
Original file line number Diff line number Diff line change 1
1
[[release-notes-5.0.1]]
2
2
=== 5.0.1
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* October 3, 2017
5
5
6
6
*Scope:* Bug fixes for the 5.0.0 release
7
7
@@ -19,9 +19,7 @@ on GitHub.
19
19
[[release-notes-5.0.1-junit-platform]]
20
20
==== JUnit Platform
21
21
22
- ===== Bug Fixes
23
-
24
- * ❓
22
+ No code changes.
25
23
26
24
27
25
[[release-notes-5.0.1-junit-jupiter]]
Original file line number Diff line number Diff line change 1
1
group = org.junit.jupiter
2
- version = 5.0.1-SNAPSHOT
2
+ version = 5.0.1
3
3
4
4
platformGroup = org.junit.platform
5
- platformVersion = 1.0.1-SNAPSHOT
5
+ platformVersion = 1.0.1
6
6
7
7
vintageGroup = org.junit.vintage
8
- vintageVersion = 4.12.1-SNAPSHOT
8
+ vintageVersion = 4.12.1
9
9
10
10
sourceCompatibility = 1.8
11
11
targetCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments