Skip to content

Commit 14e895b

Browse files
committed
Release 5.3.1
1 parent b635897 commit 14e895b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
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.0](https://github.com/junit-team/junit5/releases/tag/r5.3.0)
8-
(September 3, 2018).
7+
- General Availability (GA): [JUnit 5.3.1](https://github.com/junit-team/junit5/releases/tag/r5.3.1)
8+
(September 11, 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-SNAPSHOT`
88+
- **Version**: `1.3.1` or `1.3.2-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-SNAPSHOT`
102+
- **Version**: `5.3.1` or `5.3.2-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-SNAPSHOT`
112+
- **Version**: `5.3.1` or `5.3.2-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-SNAPSHOT`
120+
- **Version**: `5.3.1` or `5.3.2-SNAPSHOT`
121121

122122
## Java Module Names
123123

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.3.1]]
22
== 5.3.1
33

4-
*Date of Release:* September 9, 2018
4+
*Date of Release:* September 11, 2018
55

66
*Scope:* Bug fixes since 5.3.0
77

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
group = org.junit
2-
version = 5.3.1-SNAPSHOT
2+
version = 5.3.1
33

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

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

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

1515
# --release release

0 commit comments

Comments
 (0)