Skip to content

Commit

Permalink
Release 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 13, 2020
1 parent 5c00088 commit a352875
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 274 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

## Latest Releases

- 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): [JUnit 5.7.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.7.0-RC1) (August 16, 2020)
- General Availability (GA): [JUnit 5.7.0](https://github.com/junit-team/junit5/releases/tag/r5.7.0) (September 13, 2020)
- Preview (Milestone/Release Candidate): n/a

## Documentation

Expand Down Expand Up @@ -86,7 +86,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.2`, `1.7.0-RC1`, or `1.7.0-SNAPSHOT`
- **Version**: `1.7.0` or `1.8.0-SNAPSHOT`
- **Artifact IDs** and Java **module** name:
- `junit-platform-commons` (`org.junit.platform.commons`)
- `junit-platform-console` (`org.junit.platform.console`)
Expand All @@ -102,7 +102,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.2`, `5.7.0-RC1`, or `5.7.0-SNAPSHOT`
- **Version**: `5.7.0` or `5.8.0-SNAPSHOT`
- **Artifact IDs** and Java **module** name:
- `junit-jupiter` (`org.junit.jupiter`)
- `junit-jupiter-api` (`org.junit.jupiter.api`)
Expand All @@ -113,15 +113,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.2`, `5.7.0-RC1`, or `5.7.0-SNAPSHOT`
- **Version**: `5.7.0` or `5.8.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.2`, `5.7.0-RC1`, or `5.7.0-SNAPSHOT`
- **Version**: `5.7.0` or `5.8.0-SNAPSHOT`


[Codecov]: https://codecov.io/gh/junit-team/junit5
Expand Down
4 changes: 0 additions & 4 deletions documentation/src/docs/asciidoc/release-notes/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ include::{includedir}/link-attributes.adoc[]

include::{basedir}/release-notes-5.7.0.adoc[]

include::{basedir}/release-notes-5.7.0-RC1.adoc[]

include::{basedir}/release-notes-5.7.0-M1.adoc[]

include::{basedir}/release-notes-5.6.2.adoc[]

include::{basedir}/release-notes-5.6.1.adoc[]
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a352875

Please sign in to comment.