Skip to content

Commit

Permalink
Release 5.1 M1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 19, 2017
1 parent 597aaef commit 689f452
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
### JUnit Platform

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

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

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

Expand Down
22 changes: 1 addition & 21 deletions documentation/src/docs/asciidoc/release-notes-5.1.0-M1.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[release-notes-5.1.0-M1]]
=== 5.1.0-M1

*Date of Release:*
*Date of Release:* November 19, 2017

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

Expand All @@ -13,14 +13,6 @@ on GitHub.
[[release-notes-5.1.0-junit-platform]]
==== JUnit Platform

===== Bug Fixes

* ❓

===== Deprecations and Breaking Changes

* ❓

===== New Features and Improvements

* New `@SuiteDisplayName` annotation in the `junit-platform-suite-api` module for
Expand Down Expand Up @@ -52,10 +44,6 @@ on GitHub.

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

===== Deprecations and Breaking Changes

* ❓

===== New Features and Improvements

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

===== Bug Fixes

* ❓

===== Deprecations and Breaking Changes

* ❓

===== New Features and Improvements

* The `VintageTestEngine` supports the new JUnit Platform `ModuleSelector` for selecting
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
group = org.junit.jupiter
version = 5.1.0-SNAPSHOT
version = 5.1.0-M1

platformGroup = org.junit.platform
platformVersion = 1.1.0-SNAPSHOT
platformVersion = 1.1.0-M1

vintageGroup = org.junit.vintage
vintageVersion = 5.1.0-SNAPSHOT
vintageVersion = 5.1.0-M1

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

0 comments on commit 689f452

Please sign in to comment.