Skip to content

Commit fdd2ef3

Browse files
committed
Release 5.6
1 parent ffa104e commit fdd2ef3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+6-6
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.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 RC1](https://github.com/junit-team/junit5/releases/tag/r5.6.0-RC1) (January 6, 2020)
9+
- General Availability (GA): [JUnit 5.6.0](https://github.com/junit-team/junit5/releases/tag/r5.6.0) (January 20, 2020).
10+
- Preview (Milestone/Release Candidate): n/a
1111

1212
## Documentation
1313

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

8585
- **Group ID**: `org.junit.platform`
86-
- **Version**: `1.5.2`, `1.6.0-M1`, or `1.6.0-SNAPSHOT`
86+
- **Version**: `1.6.0` or `1.7.0-SNAPSHOT`
8787
- **Artifact IDs** and Java **module** name:
8888
- `junit-platform-commons` (`org.junit.platform.commons`)
8989
- `junit-platform-console` (`org.junit.platform.console`)
@@ -98,7 +98,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9898
### JUnit Jupiter
9999

100100
- **Group ID**: `org.junit.jupiter`
101-
- **Version**: `5.5.2`, `5.6.0-M1`, or `5.6.0-SNAPSHOT`
101+
- **Version**: `5.6.0` or `5.7.0-SNAPSHOT`
102102
- **Artifact IDs** and Java **module** name:
103103
- `junit-jupiter` (`org.junit.jupiter`)
104104
- `junit-jupiter-api` (`org.junit.jupiter.api`)
@@ -109,15 +109,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
109109
### JUnit Vintage
110110

111111
- **Group ID**: `org.junit.vintage`
112-
- **Version**: `5.5.2`, `5.6.0-M1`, or `5.6.0-SNAPSHOT`
112+
- **Version**: `5.6.0` or `5.7.0-SNAPSHOT`
113113
- **Artifact ID** and Java **module** name:
114114
- `junit-vintage-engine` (`org.junit.vintage.engine`)
115115

116116
### Bill of Materials (BOM)
117117

118118
- **Group ID**: `org.junit`
119119
- **Artifact ID** `junit-bom`
120-
- **Version**: `5.5.2`, `5.6.0-M1`, or `5.6.0-SNAPSHOT`
120+
- **Version**: `5.6.0` or `5.7.0-SNAPSHOT`
121121

122122

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

gradle.properties

+3-3
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
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)