Skip to content

Commit 3892622

Browse files
committed
Release 5.5.2
1 parent edd36d7 commit 3892622

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.1](https://github.com/junit-team/junit5/releases/tag/r5.5.1)
10-
(July 20, 2019).
9+
- General Availability (GA): [JUnit 5.5.2](https://github.com/junit-team/junit5/releases/tag/r5.5.2)
10+
(September 8, 2019).
1111
- Preview (Milestone/Release Candidate): N/A
1212

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

8686
- **Group ID**: `org.junit.platform`
87-
- **Version**: `1.5.1` or `1.6.0-SNAPSHOT`
87+
- **Version**: `1.5.2` or `1.6.0-SNAPSHOT`
8888
- **Artifact IDs** and Java **module** name:
8989
- `junit-platform-commons` (`org.junit.platform.commons`)
9090
- `junit-platform-console` (`org.junit.platform.console`)
@@ -99,7 +99,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9999
### JUnit Jupiter
100100

101101
- **Group ID**: `org.junit.jupiter`
102-
- **Version**: `5.5.1` or `5.6.0-SNAPSHOT`
102+
- **Version**: `5.5.2` or `5.6.0-SNAPSHOT`
103103
- **Artifact IDs** and Java **module** name:
104104
- `junit-jupiter` (`org.junit.jupiter`)
105105
- `junit-jupiter-api` (`org.junit.jupiter.api`)
@@ -110,15 +110,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
110110
### JUnit Vintage
111111

112112
- **Group ID**: `org.junit.vintage`
113-
- **Version**: `5.5.1` or `5.6.0-SNAPSHOT`
113+
- **Version**: `5.5.2` or `5.6.0-SNAPSHOT`
114114
- **Artifact ID** and Java **module** name:
115115
- `junit-vintage-engine` (`org.junit.vintage.engine`)
116116

117117
### Bill of Materials (BOM)
118118

119119
- **Group ID**: `org.junit`
120120
- **Artifact ID** `junit-bom`
121-
- **Version**: `5.5.1` or `5.6.0-SNAPSHOT`
121+
- **Version**: `5.5.2` or `5.6.0-SNAPSHOT`
122122

123123

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.5.2]]
22
== 5.5.2
33

4-
*Date of Release:*
4+
*Date of Release:* September 8, 2019
55

66
*Scope:* Bug fixes since 5.5.1
77

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = org.junit
2-
version = 5.5.2-SNAPSHOT
2+
version = 5.5.2
33

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)