Skip to content

Commit 0414cca

Browse files
committed
Release 5.3.2
1 parent 30a1b1c commit 0414cca

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
@@ -4,8 +4,8 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
44

55
## Latest Releases
66

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

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

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

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

111111
- **Group ID**: `org.junit.vintage`
112-
- **Version**: `5.3.1` or `5.3.2-SNAPSHOT`
112+
- **Version**: `5.3.2` or `5.3.3-SNAPSHOT`
113113
- **Artifact ID** and **Automatic-Module-Name**:
114114
- `junit-vintage-engine` (`org.junit.vintage.engine`)
115115

116116
### Bill of Materials (BOM)
117117

118118
- **Group ID**: `org.junit`
119119
- **Artifact ID** `junit-bom`
120-
- **Version**: `5.3.1` or `5.3.2-SNAPSHOT`
120+
- **Version**: `5.3.2` or `5.3.3-SNAPSHOT`
121121

122122
## Java Module Names
123123

gradle.properties

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

44
jupiterGroup = org.junit.jupiter
55
jupiterBaseline = 5.3.0
66

77
platformGroup = org.junit.platform
8-
platformVersion = 1.3.2-SNAPSHOT
8+
platformVersion = 1.3.2
99
platformBaseline = 1.3.0
1010

1111
vintageGroup = org.junit.vintage
12-
vintageVersion = 5.3.2-SNAPSHOT
12+
vintageVersion = 5.3.2
1313
vintageBaseline = 5.3.0
1414

1515
# --release release

0 commit comments

Comments
 (0)