Skip to content

Commit cc4f866

Browse files
committed
Release 5.6 M1
1 parent 5eb6771 commit cc4f866

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +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.5.2](https://github.com/junit-team/junit5/releases/tag/r5.5.2)
10-
(September 8, 2019).
11-
- Preview (Milestone/Release Candidate): N/A
9+
- General Availability (GA): [JUnit 5.5.2](https://github.com/junit-team/junit5/releases/tag/r5.5.2) (September 8, 2019).
10+
- Preview (Milestone/Release Candidate): [JUnit 5.6.0 M1](https://github.com/junit-team/junit5/releases/tag/r5.6.0-M1) (October 21, 2019)
1211

1312
## Documentation
1413

@@ -84,7 +83,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
8483
### JUnit Platform
8584

8685
- **Group ID**: `org.junit.platform`
87-
- **Version**: `1.5.2` or `1.6.0-SNAPSHOT`
86+
- **Version**: `1.5.2`, `1.6.0-M1`, or `1.6.0-SNAPSHOT`
8887
- **Artifact IDs** and Java **module** name:
8988
- `junit-platform-commons` (`org.junit.platform.commons`)
9089
- `junit-platform-console` (`org.junit.platform.console`)
@@ -99,7 +98,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9998
### JUnit Jupiter
10099

101100
- **Group ID**: `org.junit.jupiter`
102-
- **Version**: `5.5.2` or `5.6.0-SNAPSHOT`
101+
- **Version**: `5.5.2`, `5.6.0-M1`, or `5.6.0-SNAPSHOT`
103102
- **Artifact IDs** and Java **module** name:
104103
- `junit-jupiter` (`org.junit.jupiter`)
105104
- `junit-jupiter-api` (`org.junit.jupiter.api`)
@@ -110,15 +109,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
110109
### JUnit Vintage
111110

112111
- **Group ID**: `org.junit.vintage`
113-
- **Version**: `5.5.2` or `5.6.0-SNAPSHOT`
112+
- **Version**: `5.5.2`, `5.6.0-M1`, or `5.6.0-SNAPSHOT`
114113
- **Artifact ID** and Java **module** name:
115114
- `junit-vintage-engine` (`org.junit.vintage.engine`)
116115

117116
### Bill of Materials (BOM)
118117

119118
- **Group ID**: `org.junit`
120119
- **Artifact ID** `junit-bom`
121-
- **Version**: `5.5.2` or `5.6.0-SNAPSHOT`
120+
- **Version**: `5.5.2`, `5.6.0-M1`, or `5.6.0-SNAPSHOT`
122121

123122

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.6.0-M1]]
22
== 5.6.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* October 21, 2019
55

66
*Scope:*
77

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.6.0-SNAPSHOT
2+
version = 5.6.0-M1
33

44
jupiterGroup = org.junit.jupiter
55

66
platformGroup = org.junit.platform
7-
platformVersion = 1.6.0-SNAPSHOT
7+
platformVersion = 1.6.0-M1
88

99
vintageGroup = org.junit.vintage
10-
vintageVersion = 5.6.0-SNAPSHOT
10+
vintageVersion = 5.6.0-M1
1111

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)