Skip to content

Commit 657be4a

Browse files
committed
Release 5.5.1
1 parent 28cf339 commit 657be4a

File tree

3 files changed

+12
-40
lines changed

3 files changed

+12
-40
lines changed

README.md

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

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.5.0](https://github.com/junit-team/junit5/releases/tag/r5.5.0)
10-
(June 30, 2019).
9+
- General Availability (GA): [JUnit 5.5.1](https://github.com/junit-team/junit5/releases/tag/r5.5.1)
10+
(July 20, 2019).
1111
- Preview (Milestone/Release Candidate): N/A
1212

1313
## Documentation
@@ -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.5.0` or `1.6.0-SNAPSHOT`
87+
- **Version**: `1.5.1` or `1.6.0-SNAPSHOT`
8888
- **Artifact IDs** and Java **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.5.0` or `5.6.0-SNAPSHOT`
102+
- **Version**: `5.5.1` or `5.6.0-SNAPSHOT`
103103
- **Artifact IDs** and Java **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.5.0` or `5.6.0-SNAPSHOT`
113+
- **Version**: `5.5.1` or `5.6.0-SNAPSHOT`
114114
- **Artifact ID** and Java **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.5.0` or `5.6.0-SNAPSHOT`
121+
- **Version**: `5.5.1` or `5.6.0-SNAPSHOT`
122122

123123

124124
[Codecov]: https://codecov.io/gh/junit-team/junit5
Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.5.1]]
22
== 5.5.1
33

4-
*Date of Release:*
4+
*Date of Release:* July 20, 2019
55

66
*Scope:* Bug fixes since 5.5.0
77

@@ -13,17 +13,7 @@ on GitHub.
1313
[[release-notes-5.5.1-junit-platform]]
1414
=== JUnit Platform
1515

16-
==== Bug Fixes
17-
18-
* ❓
19-
20-
==== Deprecations and Breaking Changes
21-
22-
* ❓
23-
24-
==== New Features and Improvements
25-
26-
* ❓
16+
No changes.
2717

2818

2919
[[release-notes-5.5.1-junit-jupiter]]
@@ -33,26 +23,8 @@ on GitHub.
3323

3424
* Fix test discovery and execution of inherited `@Nested` classes.
3525

36-
==== Deprecations and Breaking Changes
37-
38-
* ❓
39-
40-
==== New Features and Improvements
41-
42-
* ❓
43-
4426

4527
[[release-notes-5.5.1-junit-vintage]]
4628
=== JUnit Vintage
4729

48-
==== Bug Fixes
49-
50-
* ❓
51-
52-
==== Deprecations and Breaking Changes
53-
54-
* ❓
55-
56-
==== New Features and Improvements
57-
58-
* ❓
30+
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.1-SNAPSHOT
2+
version = 5.5.1
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)