Skip to content

Commit

Permalink
Release 5.1 M2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 28, 2018
1 parent f0c6481 commit 86f29cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

[JUnit 5.0.3](https://github.com/junit-team/junit5/releases/tag/r5.0.3)
was released on January 15, 2018;
[JUnit 5.1.0-M1](https://github.com/junit-team/junit5/releases/tag/r5.1.0-M1)
on November 19, 2017.
[JUnit 5.1.0-M2](https://github.com/junit-team/junit5/releases/tag/r5.1.0-M2)
on January 28, 2018.

## Documentation

Expand Down Expand Up @@ -89,7 +89,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.3` or `1.1.0-M1` or `1.1.0-SNAPSHOT`
- **Version**: `1.0.3` or `1.1.0-M2` 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 @@ -104,7 +104,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.3` or `5.1.0-M1` or `5.1.0-SNAPSHOT`
- **Version**: `5.0.3` or `5.1.0-M2` 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 @@ -114,7 +114,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.3` or `5.1.0-M1` or `5.1.0-SNAPSHOT`
- **Version**: `4.12.3` or `5.1.0-M2` or `5.1.0-SNAPSHOT`
- **Artifact ID** and **Automatic-Module-Name**:
- `junit-vintage-engine` (`org.junit.vintage.engine`)

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group = org.junit.jupiter
version = 5.1.0-SNAPSHOT
version = 5.1.0-M2
baseline = 5.0.3

platformGroup = org.junit.platform
platformVersion = 1.1.0-SNAPSHOT
platformVersion = 1.1.0-M2
platformBaseline = 1.0.3

vintageGroup = org.junit.vintage
vintageVersion = 5.1.0-SNAPSHOT
vintageVersion = 5.1.0-M2
vintageBaseline = 4.12.3

# --release release
Expand Down

0 comments on commit 86f29cd

Please sign in to comment.