Skip to content

Commit b5df694

Browse files
committed
Release 5.2 M1
1 parent 85f82c6 commit b5df694

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
This repository is the home of the next generation of JUnit, _JUnit 5_.
44

5-
[JUnit 5.1.1](https://github.com/junit-team/junit5/releases/tag/r5.1.1)
6-
was released on April 8, 2018.
5+
## Latest Releases
6+
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 M1](https://github.com/junit-team/junit5/releases/tag/r5.2.0-M1)
10+
(April 15, 2018).
711

812
## Documentation
913

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

9094
- **Group ID**: `org.junit.platform`
91-
- **Version**: `1.1.1` or `1.2.0-SNAPSHOT`
95+
- **Version**: `1.1.1` or `1.2.0-M1` or `1.2.0-SNAPSHOT`
9296
- **Artifact IDs** and **Automatic-Module-Name**:
9397
- `junit-platform-commons` (`org.junit.platform.commons`)
9498
- `junit-platform-console` (`org.junit.platform.console`)
@@ -103,7 +107,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
103107
### JUnit Jupiter
104108

105109
- **Group ID**: `org.junit.jupiter`
106-
- **Version**: `5.1.1` or `5.2.0-SNAPSHOT`
110+
- **Version**: `5.1.1` or `5.2.0-M1` or `5.2.0-SNAPSHOT`
107111
- **Artifact IDs** and **Automatic-Module-Name**:
108112
- `junit-jupiter-api` (`org.junit.jupiter.api`)
109113
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -113,10 +117,16 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
113117
### JUnit Vintage
114118

115119
- **Group ID**: `org.junit.vintage`
116-
- **Version**: `5.1.1` or `5.2.0-SNAPSHOT`
120+
- **Version**: `5.1.1` or `5.2.0-M1` or `5.2.0-SNAPSHOT`
117121
- **Artifact ID** and **Automatic-Module-Name**:
118122
- `junit-vintage-engine` (`org.junit.vintage.engine`)
119123

124+
### Bill of Materials (BOM)
125+
126+
- **Group ID**: `org.junit`
127+
- **Artifact ID** `junit-bom`
128+
- **Version**: `5.2.0-M1` or `5.2.0-SNAPSHOT`
129+
120130
## Java Module Names
121131

122132
All published JAR artifacts contain an [Automatic-Module-Name] manifest attribute

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

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

1515
# --release release

0 commit comments

Comments
 (0)