Skip to content

Commit

Permalink
Release 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 25, 2018
1 parent 30a1b1c commit 0414cca
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 @@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.

## Latest Releases

- General Availability (GA): [JUnit 5.3.1](https://github.com/junit-team/junit5/releases/tag/r5.3.1)
(September 11, 2018).
- General Availability (GA): [JUnit 5.3.2](https://github.com/junit-team/junit5/releases/tag/r5.3.2)
(November 25, 2018).
- Preview (Milestone/Release Candidate): N/A

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

- **Group ID**: `org.junit.platform`
- **Version**: `1.3.1` or `1.3.2-SNAPSHOT`
- **Version**: `1.3.2` or `1.3.3-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-platform-commons` (`org.junit.platform.commons`)
- `junit-platform-console` (`org.junit.platform.console`)
Expand All @@ -99,7 +99,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
### JUnit Jupiter

- **Group ID**: `org.junit.jupiter`
- **Version**: `5.3.1` or `5.3.2-SNAPSHOT`
- **Version**: `5.3.2` or `5.3.3-SNAPSHOT`
- **Artifact IDs** and **Automatic-Module-Name**:
- `junit-jupiter-api` (`org.junit.jupiter.api`)
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
Expand All @@ -109,15 +109,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
### JUnit Vintage

- **Group ID**: `org.junit.vintage`
- **Version**: `5.3.1` or `5.3.2-SNAPSHOT`
- **Version**: `5.3.2` or `5.3.3-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.3.1` or `5.3.2-SNAPSHOT`
- **Version**: `5.3.2` or `5.3.3-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,15 +1,15 @@
group = org.junit
version = 5.3.2-SNAPSHOT
version = 5.3.2

jupiterGroup = org.junit.jupiter
jupiterBaseline = 5.3.0

platformGroup = org.junit.platform
platformVersion = 1.3.2-SNAPSHOT
platformVersion = 1.3.2
platformBaseline = 1.3.0

vintageGroup = org.junit.vintage
vintageVersion = 5.3.2-SNAPSHOT
vintageVersion = 5.3.2
vintageBaseline = 5.3.0

# --release release
Expand Down

0 comments on commit 0414cca

Please sign in to comment.