Skip to content

Commit f3f778f

Browse files
committed
Release 5.3 RC1
1 parent 3827ccb commit f3f778f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository is the home of the next generation of JUnit, _JUnit 5_.
66

77
- General Availability (GA): [JUnit 5.2.0](https://github.com/junit-team/junit5/releases/tag/r5.2.0)
88
(April 29, 2018).
9-
- Preview (Milestone/Release Candidate): [JUnit 5.3.0 M1](https://github.com/junit-team/junit5/releases/tag/r5.3.0-M1) (June 24, 2018).
9+
- Preview (Milestone/Release Candidate): [JUnit 5.3.0 RC1](https://github.com/junit-team/junit5/releases/tag/r5.3.0-RC1) (August 13, 2018).
1010

1111
## Documentation
1212

@@ -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.2.0` or `1.3.0-M1` or `1.3.0-SNAPSHOT`
88+
- **Version**: `1.2.0` or `1.3.0-RC1` or `1.3.0-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.2.0` or `5.3.0-M1` or `5.3.0-SNAPSHOT`
102+
- **Version**: `5.2.0` or `5.3.0-RC1` or `5.3.0-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.2.0` or `5.3.0-M1` or `5.3.0-SNAPSHOT`
112+
- **Version**: `5.2.0` or `5.3.0-RC1` or `5.3.0-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.2.0` or `5.3.0-M1` or `5.3.0-SNAPSHOT`
120+
- **Version**: `5.2.0` or `5.3.0-RC1` or `5.3.0-SNAPSHOT`
121121

122122
## Java Module Names
123123

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.0-SNAPSHOT
2+
version = 5.3.0-RC1
33

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

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

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

1515
# --release release

0 commit comments

Comments
 (0)