File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ [[release-notes-5.0.0-rc2]]
2
+ === 5.0.0-RC2
3
+
4
+ *Date of Release:* July 30, 2017
5
+
6
+ *Scope:* Fix Gradle consumption of `junit-jupiter-engine`
7
+
8
+ WARNING: This is a pre-release and contains a few breaking changes. Please refer to the
9
+ <<running-tests-ide-intellij-idea,instructions>> above to use this version in a version of
10
+ IntelliJ IDEA that bundles an older milestone release.
11
+
12
+ For a complete list of all _closed_ issues and pull requests for this release, consult the
13
+ link:{junit5-repo}+/milestone/12?closed=1+[5.0 RC2] milestone page in the JUnit repository
14
+ on GitHub.
15
+
16
+
17
+ [[release-notes-5.0.0-rc2-junit-platform]]
18
+ ==== JUnit Platform
19
+
20
+ No changes.
21
+
22
+
23
+ [[release-notes-5.0.0-rc2-junit-jupiter]]
24
+ ==== JUnit Jupiter
25
+
26
+ ===== Bug Fixes
27
+
28
+ * Fix invalid POM of `junit-jupiter-engine` by excluding `test` scope dependencies.
29
+
30
+
31
+ [[release-notes-5.0.0-rc2-junit-vintage]]
32
+ ==== JUnit Vintage
33
+
34
+ No changes.
Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ include::release-notes-5.0.0-M6.adoc[]
19
19
20
20
include::release-notes-5.0.0-RC1.adoc[]
21
21
22
+ include::release-notes-5.0.0-RC2.adoc[]
23
+
22
24
:numbered:
You can’t perform that action at this time.
0 commit comments