Skip to content

Commit 32ee85c

Browse files
committed
Release 5.2 RC1
1 parent 3a02731 commit 32ee85c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

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

77
- General Availability (GA): [JUnit 5.1.1](https://github.com/junit-team/junit5/releases/tag/r5.1.1)
88
(April 8, 2018).
9-
- Preview (Milestone/Release Candidate): [JUnit 5.2 M1](https://github.com/junit-team/junit5/releases/tag/r5.2.0-M1)
10-
(April 15, 2018).
9+
- Preview (Milestone/Release Candidate): [JUnit 5.2 RC1](https://github.com/junit-team/junit5/releases/tag/r5.2.0-RC1)
10+
(April 22, 2018).
1111

1212
## Documentation
1313

@@ -92,7 +92,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9292
### JUnit Platform
9393

9494
- **Group ID**: `org.junit.platform`
95-
- **Version**: `1.1.1` or `1.2.0-M1` or `1.2.0-SNAPSHOT`
95+
- **Version**: `1.1.1` or `1.2.0-RC1` or `1.2.0-SNAPSHOT`
9696
- **Artifact IDs** and **Automatic-Module-Name**:
9797
- `junit-platform-commons` (`org.junit.platform.commons`)
9898
- `junit-platform-console` (`org.junit.platform.console`)
@@ -107,7 +107,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
107107
### JUnit Jupiter
108108

109109
- **Group ID**: `org.junit.jupiter`
110-
- **Version**: `5.1.1` or `5.2.0-M1` or `5.2.0-SNAPSHOT`
110+
- **Version**: `5.1.1` or `5.2.0-RC1` or `5.2.0-SNAPSHOT`
111111
- **Artifact IDs** and **Automatic-Module-Name**:
112112
- `junit-jupiter-api` (`org.junit.jupiter.api`)
113113
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -117,15 +117,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
117117
### JUnit Vintage
118118

119119
- **Group ID**: `org.junit.vintage`
120-
- **Version**: `5.1.1` or `5.2.0-M1` or `5.2.0-SNAPSHOT`
120+
- **Version**: `5.1.1` or `5.2.0-RC1` or `5.2.0-SNAPSHOT`
121121
- **Artifact ID** and **Automatic-Module-Name**:
122122
- `junit-vintage-engine` (`org.junit.vintage.engine`)
123123

124124
### Bill of Materials (BOM)
125125

126126
- **Group ID**: `org.junit`
127127
- **Artifact ID** `junit-bom`
128-
- **Version**: `5.2.0-M1` or `5.2.0-SNAPSHOT`
128+
- **Version**: `5.2.0-RC1` or `5.2.0-SNAPSHOT`
129129

130130
## Java Module Names
131131

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

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

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

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

1515
# --release release

0 commit comments

Comments
 (0)