Skip to content

Commit

Permalink
Release 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 10, 2020
1 parent 0be02cf commit 4e7a087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

## Latest Releases

- General Availability (GA): [JUnit 5.6.1](https://github.com/junit-team/junit5/releases/tag/r5.6.1) (March 22, 2020).
- General Availability (GA): [JUnit 5.6.2](https://github.com/junit-team/junit5/releases/tag/r5.6.2) (April 10, 2020).
- Preview (Milestone/Release Candidate): n/a

## Documentation
Expand Down Expand Up @@ -83,7 +83,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
### JUnit Platform

- **Group ID**: `org.junit.platform`
- **Version**: `1.6.1` or `1.7.0-SNAPSHOT`
- **Version**: `1.6.2` or `1.7.0-SNAPSHOT`
- **Artifact IDs** and Java **module** name:
- `junit-platform-commons` (`org.junit.platform.commons`)
- `junit-platform-console` (`org.junit.platform.console`)
Expand All @@ -98,7 +98,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
### JUnit Jupiter

- **Group ID**: `org.junit.jupiter`
- **Version**: `5.6.1` or `5.7.0-SNAPSHOT`
- **Version**: `5.6.2` or `5.7.0-SNAPSHOT`
- **Artifact IDs** and Java **module** name:
- `junit-jupiter` (`org.junit.jupiter`)
- `junit-jupiter-api` (`org.junit.jupiter.api`)
Expand All @@ -109,15 +109,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
### JUnit Vintage

- **Group ID**: `org.junit.vintage`
- **Version**: `5.6.1` or `5.7.0-SNAPSHOT`
- **Version**: `5.6.2` or `5.7.0-SNAPSHOT`
- **Artifact ID** and Java **module** name:
- `junit-vintage-engine` (`org.junit.vintage.engine`)

### Bill of Materials (BOM)

- **Group ID**: `org.junit`
- **Artifact ID** `junit-bom`
- **Version**: `5.6.1` or `5.7.0-SNAPSHOT`
- **Version**: `5.6.2` or `5.7.0-SNAPSHOT`


[Codecov]: https://codecov.io/gh/junit-team/junit5
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
@@ -1,13 +1,13 @@
group = org.junit
version = 5.6.2-SNAPSHOT
version = 5.6.2

jupiterGroup = org.junit.jupiter

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

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

defaultBuiltBy = JUnit Team

Expand Down

0 comments on commit 4e7a087

Please sign in to comment.