Skip to content

Commit

Permalink
Release 5.0.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 1, 2017
1 parent 611ef46 commit 481aa77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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_.

The project is currently in _Phase 5_, working toward additional [_milestone_](https://github.com/junit-team/junit5/milestones) releases.

[JUnit 5.0.0-M3](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M3)
was released on November 30, 2016.
[JUnit 5.0.0-M4](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M4)
was released on April 1, 2017.

## Roadmap

Expand Down Expand Up @@ -91,32 +91,32 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
### JUnit Platform

- **Group ID**: `org.junit.platform`
- **Version**: `1.0.0-M3` or `1.0.0-SNAPSHOT`
- **Version**: `1.0.0-M4` or `1.0.0-SNAPSHOT`
- **Artifact IDs**:
- `junit-platform-commons`
- `junit-platform-console`
- `junit-platform-console-standalone` (currently only available as `1.0.0-SNAPSHOT`)
- `junit-platform-console-standalone`
- `junit-platform-engine`
- `junit-platform-gradle-plugin`
- `junit-platform-launcher`
- `junit-platform-runner`
- `junit-platform-suite-api` (currently only available as `1.0.0-SNAPSHOT`)
- `junit-platform-suite-api`
- `junit-platform-surefire-provider`

### JUnit Jupiter

- **Group ID**: `org.junit.jupiter`
- **Version**: `5.0.0-M3` or `5.0.0-SNAPSHOT`
- **Version**: `5.0.0-M4` or `5.0.0-SNAPSHOT`
- **Artifact IDs**:
- `junit-jupiter-api`
- `junit-jupiter-engine`
- `junit-jupiter-migration-support`
- `junit-jupiter-params` (currently only available as `5.0.0-SNAPSHOT`)
- `junit-jupiter-params`

### JUnit Vintage

- **Group ID**: `org.junit.vintage`
- **Version**: `4.12.0-M3` or `4.12.0-SNAPSHOT`
- **Version**: `4.12.0-M4` or `4.12.0-SNAPSHOT`
- **Artifact ID**: `junit-vintage-engine`


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.0.0-SNAPSHOT
version = 5.0.0-M4

platformGroup = org.junit.platform
platformVersion = 1.0.0-SNAPSHOT
platformVersion = 1.0.0-M4

vintageGroup = org.junit.vintage
vintageVersion = 4.12.0-SNAPSHOT
vintageVersion = 4.12.0-M4

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

1 comment on commit 481aa77

@gaganis
Copy link
Contributor

@gaganis gaganis commented on 481aa77 Apr 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎆 👏

Hooray!!!

Well done to everyone!

Please sign in to comment.