Skip to content

Commit 689f452

Browse files
committed
Release 5.1 M1
1 parent 597aaef commit 689f452

File tree

3 files changed

+7
-27
lines changed

3 files changed

+7
-27
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9292
### JUnit Platform
9393

9494
- **Group ID**: `org.junit.platform`
95-
- **Version**: `1.0.2` or `1.1.0-SNAPSHOT`
95+
- **Version**: `1.0.2` or `1.1.0-M1` or `1.1.0-SNAPSHOT`
9696
- **Artifact IDs** and **Automatic-Module-Name**:
9797
- `junit-platform-commons` (`org.junit.platform.commons`)
9898
- `junit-platform-console` (`org.junit.platform.console`)
@@ -107,7 +107,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
107107
### JUnit Jupiter
108108

109109
- **Group ID**: `org.junit.jupiter`
110-
- **Version**: `5.0.2` or `5.1.0-SNAPSHOT`
110+
- **Version**: `5.0.2` or `5.1.0-M1` or `5.1.0-SNAPSHOT`
111111
- **Artifact IDs** and **Automatic-Module-Name**:
112112
- `junit-jupiter-api` (`org.junit.jupiter.api`)
113113
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -117,7 +117,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
117117
### JUnit Vintage
118118

119119
- **Group ID**: `org.junit.vintage`
120-
- **Version**: `4.12.2` or `5.1.0-SNAPSHOT`
120+
- **Version**: `4.12.2` or `5.1.0-M1` or `5.1.0-SNAPSHOT`
121121
- **Artifact ID** and **Automatic-Module-Name**:
122122
- `junit-vintage-engine` (`org.junit.vintage.engine`)
123123

documentation/src/docs/asciidoc/release-notes-5.1.0-M1.adoc

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.1.0-M1]]
22
=== 5.1.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* November 19, 2017
55

66
*Scope:* Discovering tests in Java 9 modules, improved Kotlin support.
77

@@ -13,14 +13,6 @@ on GitHub.
1313
[[release-notes-5.1.0-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 `@SuiteDisplayName` annotation in the `junit-platform-suite-api` module for
@@ -52,10 +44,6 @@ on GitHub.
5244

5345
* The `@Tag` and `@Tags` annotations are now inherited within test class hierarchies.
5446

55-
===== Deprecations and Breaking Changes
56-
57-
* ❓
58-
5947
===== New Features and Improvements
6048

6149
* New `assertAll()` variants in `Assertions` that accept collections of executables.
@@ -81,14 +69,6 @@ on GitHub.
8169
[[release-notes-5.1.0-junit-vintage]]
8270
==== JUnit Vintage
8371

84-
===== Bug Fixes
85-
86-
* ❓
87-
88-
===== Deprecations and Breaking Changes
89-
90-
* ❓
91-
9272
===== New Features and Improvements
9373

9474
* The `VintageTestEngine` supports the new JUnit Platform `ModuleSelector` for selecting

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.1.0-SNAPSHOT
2+
version = 5.1.0-M1
33

44
platformGroup = org.junit.platform
5-
platformVersion = 1.1.0-SNAPSHOT
5+
platformVersion = 1.1.0-M1
66

77
vintageGroup = org.junit.vintage
8-
vintageVersion = 5.1.0-SNAPSHOT
8+
vintageVersion = 5.1.0-M1
99

1010
# --release release
1111
# Compiles against the public, supported and documented API for a specific VM version.

0 commit comments

Comments
 (0)