Skip to content

Commit a352875

Browse files
committed
Release 5.7
1 parent 5c00088 commit a352875

File tree

6 files changed

+173
-274
lines changed

6 files changed

+173
-274
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.6.2](https://github.com/junit-team/junit5/releases/tag/r5.6.2) (April 10, 2020)
10-
- Preview (Milestone/Release Candidate): [JUnit 5.7.0-RC1](https://github.com/junit-team/junit5/releases/tag/r5.7.0-RC1) (August 16, 2020)
9+
- General Availability (GA): [JUnit 5.7.0](https://github.com/junit-team/junit5/releases/tag/r5.7.0) (September 13, 2020)
10+
- Preview (Milestone/Release Candidate): n/a
1111

1212
## Documentation
1313

@@ -86,7 +86,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8686
### JUnit Platform
8787

8888
- **Group ID**: `org.junit.platform`
89-
- **Version**: `1.6.2`, `1.7.0-RC1`, or `1.7.0-SNAPSHOT`
89+
- **Version**: `1.7.0` or `1.8.0-SNAPSHOT`
9090
- **Artifact IDs** and Java **module** name:
9191
- `junit-platform-commons` (`org.junit.platform.commons`)
9292
- `junit-platform-console` (`org.junit.platform.console`)
@@ -102,7 +102,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
102102
### JUnit Jupiter
103103

104104
- **Group ID**: `org.junit.jupiter`
105-
- **Version**: `5.6.2`, `5.7.0-RC1`, or `5.7.0-SNAPSHOT`
105+
- **Version**: `5.7.0` or `5.8.0-SNAPSHOT`
106106
- **Artifact IDs** and Java **module** name:
107107
- `junit-jupiter` (`org.junit.jupiter`)
108108
- `junit-jupiter-api` (`org.junit.jupiter.api`)
@@ -113,15 +113,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
113113
### JUnit Vintage
114114

115115
- **Group ID**: `org.junit.vintage`
116-
- **Version**: `5.6.2`, `5.7.0-RC1`, or `5.7.0-SNAPSHOT`
116+
- **Version**: `5.7.0` or `5.8.0-SNAPSHOT`
117117
- **Artifact ID** and Java **module** name:
118118
- `junit-vintage-engine` (`org.junit.vintage.engine`)
119119

120120
### Bill of Materials (BOM)
121121

122122
- **Group ID**: `org.junit`
123123
- **Artifact ID** `junit-bom`
124-
- **Version**: `5.6.2`, `5.7.0-RC1`, or `5.7.0-SNAPSHOT`
124+
- **Version**: `5.7.0` or `5.8.0-SNAPSHOT`
125125

126126

127127
[Codecov]: https://codecov.io/gh/junit-team/junit5

documentation/src/docs/asciidoc/release-notes/index.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ include::{includedir}/link-attributes.adoc[]
1818

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

21-
include::{basedir}/release-notes-5.7.0-RC1.adoc[]
22-
23-
include::{basedir}/release-notes-5.7.0-M1.adoc[]
24-
2521
include::{basedir}/release-notes-5.6.2.adoc[]
2622

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

documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-M1.adoc

Lines changed: 0 additions & 103 deletions
This file was deleted.

documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-RC1.adoc

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)