Skip to content

Commit 2a8ebf0

Browse files
committed
Release 5.0.0-RC1
1 parent e8ef848 commit 2a8ebf0

File tree

3 files changed

+13
-23
lines changed

3 files changed

+13
-23
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This repository is the home of the next generation of JUnit, _JUnit 5_.
44

5-
The project is currently in _Phase 6_, working toward a [_release candidate_](https://github.com/junit-team/junit5/milestone/9).
5+
The project is currently in _Phase 6_, working toward one or more _release candidates_.
66

7-
[JUnit 5.0.0-M6](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M6)
8-
was released on July 18, 2017.
7+
[JUnit 5.0.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.0.0-RC1)
8+
was released on July 30, 2017.
99

1010
## Roadmap
1111

@@ -94,7 +94,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9494
### JUnit Platform
9595

9696
- **Group ID**: `org.junit.platform`
97-
- **Version**: `1.0.0-M6` or `1.0.0-SNAPSHOT`
97+
- **Version**: `1.0.0-RC1` or `1.0.0-SNAPSHOT`
9898
- **Artifact IDs**:
9999
- `junit-platform-commons`
100100
- `junit-platform-console`
@@ -109,7 +109,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
109109
### JUnit Jupiter
110110

111111
- **Group ID**: `org.junit.jupiter`
112-
- **Version**: `5.0.0-M6` or `5.0.0-SNAPSHOT`
112+
- **Version**: `5.0.0-RC1` or `5.0.0-SNAPSHOT`
113113
- **Artifact IDs**:
114114
- `junit-jupiter-api`
115115
- `junit-jupiter-engine`
@@ -119,7 +119,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
119119
### JUnit Vintage
120120

121121
- **Group ID**: `org.junit.vintage`
122-
- **Version**: `4.12.0-M6` or `4.12.0-SNAPSHOT`
122+
- **Version**: `4.12.0-RC1` or `4.12.0-SNAPSHOT`
123123
- **Artifact ID**: `junit-vintage-engine`
124124

125125

documentation/src/docs/asciidoc/release-notes-5.0.0-RC1.adoc

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[[release-notes-5.0.0-rc1]]
22
=== 5.0.0-RC1
33

4-
*Date of Release:*
4+
*Date of Release:* July 30, 2017
55

6-
*Scope:* Final bug fixes and documentation improvements before 5.0 GA
6+
*Scope:* Bug fixes and documentation improvements before 5.0 GA
77

8-
WARNING: This is a pre-release and should only contain bug fixes. Please refer to the
8+
WARNING: This is a pre-release and contains a few breaking changes. Please refer to the
99
<<running-tests-ide-intellij-idea,instructions>> above to use this version in a version of
1010
IntelliJ IDEA that bundles an older milestone release.
1111

@@ -52,10 +52,6 @@ on GitHub.
5252
applies to default methods annotated with Jupiter annotations such as `@Test,
5353
`@BeforeEach`, etc.
5454

55-
===== Deprecations and Breaking Changes
56-
57-
* ❓
58-
5955
===== New Features and Improvements
6056

6157
* New variants of `Assertions.assertThrows()` that accept a custom failure message as a
@@ -69,10 +65,4 @@ on GitHub.
6965
[[release-notes-5.0.0-rc1-junit-vintage]]
7066
==== JUnit Vintage
7167

72-
===== Bug Fixes
73-
74-
* ❓
75-
76-
===== Deprecations and Breaking Changes
77-
78-
* ❓
68+
No changes besides internal refactorings.

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group = org.junit.jupiter
2-
version = 5.0.0-SNAPSHOT
2+
version = 5.0.0-RC1
33

44
platformGroup = org.junit.platform
5-
platformVersion = 1.0.0-SNAPSHOT
5+
platformVersion = 1.0.0-RC1
66

77
vintageGroup = org.junit.vintage
8-
vintageVersion = 4.12.0-SNAPSHOT
8+
vintageVersion = 4.12.0-RC1
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)