Skip to content

Commit

Permalink
Release 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 17, 2019
1 parent da65569 commit 23ff450
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

## Latest Releases

- General Availability (GA): [JUnit 5.4.0](https://github.com/junit-team/junit5/releases/tag/r5.4.0)
(February 7, 2019).
- General Availability (GA): [JUnit 5.4.1](https://github.com/junit-team/junit5/releases/tag/r5.4.1)
(March 17, 2019).
- Preview (Milestone/Release Candidate): N/A

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

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

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

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

### Bill of Materials (BOM)

- **Group ID**: `org.junit`
- **Artifact ID** `junit-bom`
- **Version**: `5.4.0` or `5.5.0-SNAPSHOT`
- **Version**: `5.4.1` or `5.5.0-SNAPSHOT`

## Java Module Names

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group = org.junit
version = 5.4.1-SNAPSHOT
version = 5.4.1

jupiterGroup = org.junit.jupiter

platformGroup = org.junit.platform
platformVersion = 1.4.1-SNAPSHOT
platformVersion = 1.4.1

vintageGroup = org.junit.vintage
vintageVersion = 5.4.1-SNAPSHOT
vintageVersion = 5.4.1

defaultBuiltBy = JUnit Team
releaseBranch = master
Expand Down

0 comments on commit 23ff450

Please sign in to comment.