Skip to content

Commit b4e64d6

Browse files
committed
Release 5.4
1 parent 4544de3 commit b4e64d6

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66

77
## Latest Releases
88

9-
- General Availability (GA): [JUnit 5.3.2](https://github.com/junit-team/junit5/releases/tag/r5.3.2)
10-
(November 25, 2018).
11-
- Preview (Milestone/Release Candidate): [JUnit 5.4.0-RC2](https://github.com/junit-team/junit5/releases/tag/r5.4.0-RC2)
12-
(January 31, 2019).
9+
- General Availability (GA): [JUnit 5.4.0](https://github.com/junit-team/junit5/releases/tag/r5.4.0)
10+
(February 7, 2019).
11+
- Preview (Milestone/Release Candidate): N/A
1312

1413
## Documentation
1514

@@ -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.3.2` or `1.4.0-RC2` or `1.4.0-SNAPSHOT`
86+
- **Version**: `1.4.0` or `1.5.0-SNAPSHOT`
8887
- **Artifact IDs** and **Automatic-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.3.2` or `5.4.0-RC2` or `5.4.0-SNAPSHOT`
101+
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
103102
- **Artifact IDs** and **Automatic-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.3.2` or `5.4.0-RC2` or `5.4.0-SNAPSHOT`
112+
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
114113
- **Artifact ID** and **Automatic-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.3.2` or `5.4.0-RC2` or `5.4.0-SNAPSHOT`
120+
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
122121

123122
## Java Module Names
124123

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

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

4-
*Date of Release:* February 6, 2019
4+
*Date of Release:* February 7, 2019
55

66
*Scope:*
77

gradle.properties

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

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)