Skip to content

Commit d49a6ac

Browse files
committed
Release 5.1.1
1 parent 5d5560e commit d49a6ac

File tree

3 files changed

+10
-36
lines changed

3 files changed

+10
-36
lines changed

README.md

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

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

5-
[JUnit 5.1.0](https://github.com/junit-team/junit5/releases/tag/r5.1.0)
6-
was released on February 18, 2018.
5+
[JUnit 5.1.1](https://github.com/junit-team/junit5/releases/tag/r5.1.1)
6+
was released on April 8, 2018.
77

88
## Documentation
99

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

8989
- **Group ID**: `org.junit.platform`
90-
- **Version**: `1.1.0` or `1.2.0-SNAPSHOT`
90+
- **Version**: `1.1.1` or `1.2.0-SNAPSHOT`
9191
- **Artifact IDs** and **Automatic-Module-Name**:
9292
- `junit-platform-commons` (`org.junit.platform.commons`)
9393
- `junit-platform-console` (`org.junit.platform.console`)
@@ -102,7 +102,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
102102
### JUnit Jupiter
103103

104104
- **Group ID**: `org.junit.jupiter`
105-
- **Version**: `5.1.0` or `5.2.0-SNAPSHOT`
105+
- **Version**: `5.1.1` or `5.2.0-SNAPSHOT`
106106
- **Artifact IDs** and **Automatic-Module-Name**:
107107
- `junit-jupiter-api` (`org.junit.jupiter.api`)
108108
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -112,7 +112,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
112112
### JUnit Vintage
113113

114114
- **Group ID**: `org.junit.vintage`
115-
- **Version**: `5.1.0` or `5.2.0-SNAPSHOT`
115+
- **Version**: `5.1.1` or `5.2.0-SNAPSHOT`
116116
- **Artifact ID** and **Automatic-Module-Name**:
117117
- `junit-vintage-engine` (`org.junit.vintage.engine`)
118118

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.1.1]]
22
== 5.1.1
33

4-
*Date of Release:*
4+
*Date of Release:* April 8, 2018
55

66
*Scope:* Bug fixes and minor improvements since the 5.1.0 release
77

@@ -13,14 +13,6 @@ on GitHub.
1313
[[release-notes-5.1.1-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
* New `findAllClassesInModule()` method in `ReflectionSupport` which enables third-party
@@ -31,14 +23,6 @@ on GitHub.
3123
[[release-notes-5.1.1-junit-jupiter]]
3224
=== JUnit Jupiter
3325

34-
==== Bug Fixes
35-
36-
* ❓
37-
38-
==== Deprecations and Breaking Changes
39-
40-
* ❓
41-
4226
==== New Features and Improvements
4327

4428
* The `ParameterContext` API used in `ParameterResolver` implementations now includes the
@@ -56,14 +40,4 @@ on GitHub.
5640
[[release-notes-5.1.1-junit-vintage]]
5741
=== JUnit Vintage
5842

59-
==== Bug Fixes
60-
61-
* ❓
62-
63-
==== Deprecations and Breaking Changes
64-
65-
* ❓
66-
67-
==== New Features and Improvements
68-
69-
* ❓
43+
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.jupiter
2-
version = 5.1.1-SNAPSHOT
2+
version = 5.1.1
33
baseline = 5.1.0
44

55
platformGroup = org.junit.platform
6-
platformVersion = 1.1.1-SNAPSHOT
6+
platformVersion = 1.1.1
77
platformBaseline = 1.1.0
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.1.1-SNAPSHOT
10+
vintageVersion = 5.1.1
1111
vintageBaseline = 5.1.0
1212

1313
# --release release

0 commit comments

Comments
 (0)