File tree Expand file tree Collapse file tree 3 files changed +7
-27
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 3 files changed +7
-27
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.2 ` or ` 1.1.0-SNAPSHOT `
95
+ - ** Version** : ` 1.0.2 ` or ` 1.1.0-M1 ` or ` 1.1.0- 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.2 ` or ` 5.1.0-SNAPSHOT `
110
+ - ** Version** : ` 5.0.2 ` or ` 5.1.0-M1 ` or ` 5.1.0- 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.2 ` or ` 5.1.0-SNAPSHOT `
120
+ - ** Version** : ` 4.12.2 ` or ` 5.1.0-M1 ` or ` 5.1.0- 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.1.0-M1]]
2
2
=== 5.1.0-M1
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* November 19, 2017
5
5
6
6
*Scope:* Discovering tests in Java 9 modules, improved Kotlin support.
7
7
@@ -13,14 +13,6 @@ on GitHub.
13
13
[[release-notes-5.1.0-junit-platform]]
14
14
==== JUnit Platform
15
15
16
- ===== Bug Fixes
17
-
18
- * ❓
19
-
20
- ===== Deprecations and Breaking Changes
21
-
22
- * ❓
23
-
24
16
===== New Features and Improvements
25
17
26
18
* New `@SuiteDisplayName` annotation in the `junit-platform-suite-api` module for
@@ -52,10 +44,6 @@ on GitHub.
52
44
53
45
* The `@Tag` and `@Tags` annotations are now inherited within test class hierarchies.
54
46
55
- ===== Deprecations and Breaking Changes
56
-
57
- * ❓
58
-
59
47
===== New Features and Improvements
60
48
61
49
* New `assertAll()` variants in `Assertions` that accept collections of executables.
@@ -81,14 +69,6 @@ on GitHub.
81
69
[[release-notes-5.1.0-junit-vintage]]
82
70
==== JUnit Vintage
83
71
84
- ===== Bug Fixes
85
-
86
- * ❓
87
-
88
- ===== Deprecations and Breaking Changes
89
-
90
- * ❓
91
-
92
72
===== New Features and Improvements
93
73
94
74
* The `VintageTestEngine` supports the new JUnit Platform `ModuleSelector` for selecting
Original file line number Diff line number Diff line change 1
1
group = org.junit.jupiter
2
- version = 5.1.0-SNAPSHOT
2
+ version = 5.1.0-M1
3
3
4
4
platformGroup = org.junit.platform
5
- platformVersion = 1.1.0-SNAPSHOT
5
+ platformVersion = 1.1.0-M1
6
6
7
7
vintageGroup = org.junit.vintage
8
- vintageVersion = 5.1.0-SNAPSHOT
8
+ vintageVersion = 5.1.0-M1
9
9
10
10
# --release release
11
11
# Compiles against the public, supported and documented API for a specific VM version.
You can’t perform that action at this time.
0 commit comments