Skip to content

Commit 23ff450

Browse files
committed
Release 5.4.1
1 parent da65569 commit 23ff450

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.4.0](https://github.com/junit-team/junit5/releases/tag/r5.4.0)
10-
(February 7, 2019).
9+
- General Availability (GA): [JUnit 5.4.1](https://github.com/junit-team/junit5/releases/tag/r5.4.1)
10+
(March 17, 2019).
1111
- Preview (Milestone/Release Candidate): N/A
1212

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

8484
- **Group ID**: `org.junit.platform`
85-
- **Version**: `1.4.0` or `1.5.0-SNAPSHOT`
85+
- **Version**: `1.4.1` or `1.5.0-SNAPSHOT`
8686
- **Artifact IDs** and **Automatic-Module-Name**:
8787
- `junit-platform-commons` (`org.junit.platform.commons`)
8888
- `junit-platform-console` (`org.junit.platform.console`)
@@ -97,7 +97,7 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
9797
### JUnit Jupiter
9898

9999
- **Group ID**: `org.junit.jupiter`
100-
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
100+
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`
101101
- **Artifact IDs** and **Automatic-Module-Name**:
102102
- `junit-jupiter` (`org.junit.jupiter`)
103103
- `junit-jupiter-api` (`org.junit.jupiter.api`)
@@ -108,15 +108,15 @@ See also <https://repo1.maven.org/maven2/org/junit/> for releases and <https://o
108108
### JUnit Vintage
109109

110110
- **Group ID**: `org.junit.vintage`
111-
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
111+
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`
112112
- **Artifact ID** and **Automatic-Module-Name**:
113113
- `junit-vintage-engine` (`org.junit.vintage.engine`)
114114

115115
### Bill of Materials (BOM)
116116

117117
- **Group ID**: `org.junit`
118118
- **Artifact ID** `junit-bom`
119-
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
119+
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`
120120

121121
## Java Module Names
122122

gradle.properties

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

44
jupiterGroup = org.junit.jupiter
55

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

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

1212
defaultBuiltBy = JUnit Team
1313
releaseBranch = master

0 commit comments

Comments
 (0)