Skip to content

Commit 7d46c79

Browse files
committed
Release 5.5 M1
1 parent be8b171 commit 7d46c79

File tree

3 files changed

+11
-37
lines changed

3 files changed

+11
-37
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
88

99
- General Availability (GA): [JUnit 5.4.1](https://github.com/junit-team/junit5/releases/tag/r5.4.1)
1010
(March 17, 2019).
11-
- Preview (Milestone/Release Candidate): N/A
11+
- Preview (Milestone/Release Candidate): [JUnit 5.5.0-M1](https://github.com/junit-team/junit5/releases/tag/r5.5.0-M1) (March 19, 2019).
1212

1313
## Documentation
1414

@@ -84,7 +84,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8484
### JUnit Platform
8585

8686
- **Group ID**: `org.junit.platform`
87-
- **Version**: `1.4.1` or `1.5.0-SNAPSHOT`
87+
- **Version**: `1.4.1`, `5.5.0-M1`, or `1.5.0-SNAPSHOT`
8888
- **Artifact IDs** and **Automatic-Module-Name**:
8989
- `junit-platform-commons` (`org.junit.platform.commons`)
9090
- `junit-platform-console` (`org.junit.platform.console`)
@@ -99,7 +99,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9999
### JUnit Jupiter
100100

101101
- **Group ID**: `org.junit.jupiter`
102-
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`
102+
- **Version**: `5.4.1`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
103103
- **Artifact IDs** and **Automatic-Module-Name**:
104104
- `junit-jupiter` (`org.junit.jupiter`)
105105
- `junit-jupiter-api` (`org.junit.jupiter.api`)
@@ -110,15 +110,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
110110
### JUnit Vintage
111111

112112
- **Group ID**: `org.junit.vintage`
113-
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`
113+
- **Version**: `5.4.1`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
114114
- **Artifact ID** and **Automatic-Module-Name**:
115115
- `junit-vintage-engine` (`org.junit.vintage.engine`)
116116

117117
### Bill of Materials (BOM)
118118

119119
- **Group ID**: `org.junit`
120120
- **Artifact ID** `junit-bom`
121-
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`
121+
- **Version**: `5.4.1`, `5.5.0-M1`, or `5.5.0-SNAPSHOT`
122122

123123
## Java Module Names
124124

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[[release-notes-5.5.0-M1]]
22
== 5.5.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* March 19, 2019
55

6-
*Scope:*
6+
*Scope:* Configurable test discovery implementation
77

88
For a complete list of all _closed_ issues and pull requests for this release, consult the
99
link:{junit5-repo}+/milestone/34?closed=1+[5.5 M1] milestone page in the JUnit repository
@@ -13,14 +13,6 @@ on GitHub.
1313
[[release-notes-5.5.0-M1-junit-platform]]
1414
=== JUnit Platform
1515

16-
==== Bug Fixes
17-
18-
* ❓
19-
20-
==== Deprecations and Breaking Changes
21-
22-
* ❓
23-
2416
==== New Features and Improvements
2517

2618
* Configurable test discovery implementation that can be reused by different test engines
@@ -33,14 +25,6 @@ on GitHub.
3325
[[release-notes-5.5.0-M1-junit-jupiter]]
3426
=== JUnit Jupiter
3527

36-
==== Bug Fixes
37-
38-
* ❓
39-
40-
==== Deprecations and Breaking Changes
41-
42-
* ❓
43-
4428
==== New Features and Improvements
4529

4630
* Supply expected and actual values for failed boolean assertions for enhanced IDE
@@ -50,14 +34,4 @@ on GitHub.
5034
[[release-notes-5.5.0-M1-junit-vintage]]
5135
=== JUnit Vintage
5236

53-
==== Bug Fixes
54-
55-
* ❓
56-
57-
==== Deprecations and Breaking Changes
58-
59-
* ❓
60-
61-
==== New Features and Improvements
62-
63-
* ❓
37+
No changes.

gradle.properties

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

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.5.0-SNAPSHOT
7+
platformVersion = 1.5.0-M1
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.5.0-SNAPSHOT
10+
vintageVersion = 5.5.0-M1
1111

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)