Skip to content

Commit 5bdb20c

Browse files
committed
Release 5.2
1 parent 12cda68 commit 5bdb20c

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

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

55
## Latest Releases
66

7-
- General Availability (GA): [JUnit 5.1.1](https://github.com/junit-team/junit5/releases/tag/r5.1.1)
8-
(April 8, 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).
7+
- General Availability (GA): [JUnit 5.2.0](https://github.com/junit-team/junit5/releases/tag/r5.2.0)
8+
(April 29, 2018).
9+
- Preview (Milestone/Release Candidate): N/A
1110

1211
## Documentation
1312

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

9493
- **Group ID**: `org.junit.platform`
95-
- **Version**: `1.1.1` or `1.2.0-RC1` or `1.2.0-SNAPSHOT`
94+
- **Version**: `1.2.0` or `1.3.0-SNAPSHOT`
9695
- **Artifact IDs** and **Automatic-Module-Name**:
9796
- `junit-platform-commons` (`org.junit.platform.commons`)
9897
- `junit-platform-console` (`org.junit.platform.console`)
@@ -107,7 +106,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
107106
### JUnit Jupiter
108107

109108
- **Group ID**: `org.junit.jupiter`
110-
- **Version**: `5.1.1` or `5.2.0-RC1` or `5.2.0-SNAPSHOT`
109+
- **Version**: `5.2.0` or `5.3.0-SNAPSHOT`
111110
- **Artifact IDs** and **Automatic-Module-Name**:
112111
- `junit-jupiter-api` (`org.junit.jupiter.api`)
113112
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -117,15 +116,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
117116
### JUnit Vintage
118117

119118
- **Group ID**: `org.junit.vintage`
120-
- **Version**: `5.1.1` or `5.2.0-RC1` or `5.2.0-SNAPSHOT`
119+
- **Version**: `5.2.0` or `5.3.0-SNAPSHOT`
121120
- **Artifact ID** and **Automatic-Module-Name**:
122121
- `junit-vintage-engine` (`org.junit.vintage.engine`)
123122

124123
### Bill of Materials (BOM)
125124

126125
- **Group ID**: `org.junit`
127126
- **Artifact ID** `junit-bom`
128-
- **Version**: `5.2.0-RC1` or `5.2.0-SNAPSHOT`
127+
- **Version**: `5.2.0` or `5.3.0-SNAPSHOT`
129128

130129
## Java Module Names
131130

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
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
99
platformBaseline = 1.1.0
1010

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

1515
# --release release

0 commit comments

Comments
 (0)