Skip to content

Commit

Permalink
Release 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 10, 2017
1 parent 9f0eb3f commit 4bf35e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

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

The project is currently in _Phase 7_, working on the first GA release of JUnit 5.

[JUnit 5.0.0-RC3](https://github.com/junit-team/junit5/releases/tag/r5.0.0-RC3)
was released on August 23, 2017.
[JUnit 5.0.0](https://github.com/junit-team/junit5/releases/tag/r5.0.0)
was released on September 10, 2017.

## Roadmap

Expand Down Expand Up @@ -94,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.0-RC3` or `1.0.0-SNAPSHOT`
- **Version**: `1.0.0` or `1.0.0-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-platform-commons` (`org.junit.platform.commons`)
- `junit-platform-console` (`org.junit.platform.console`)
Expand All @@ -109,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.0-RC3` or `5.0.0-SNAPSHOT`
- **Version**: `5.0.0` or `5.0.0-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-jupiter-api` (`org.junit.jupiter.api`)
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
Expand All @@ -119,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.0-RC3` or `4.12.0-SNAPSHOT`
- **Version**: `4.12.0` or `4.12.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,11 +1,11 @@
group = org.junit.jupiter
version = 5.0.0-SNAPSHOT
version = 5.0.0

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

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

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 4bf35e5

Please sign in to comment.