Skip to content

Commit d874e53

Browse files
committed
Release 5.3 M1
1 parent 48cbc93 commit d874e53

File tree

3 files changed

+10
-24
lines changed

3 files changed

+10
-24
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): N/A
9+
- Preview (Milestone/Release Candidate): [JUnit 5.3.0 M1](https://github.com/junit-team/junit5/releases/tag/r5.3.0-M1)
1010

1111
## Documentation
1212

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

9090
- **Group ID**: `org.junit.platform`
91-
- **Version**: `1.2.0` or `1.3.0-SNAPSHOT`
91+
- **Version**: `1.2.0` or `1.3.0-M1` or `1.3.0-SNAPSHOT`
9292
- **Artifact IDs** and **Automatic-Module-Name**:
9393
- `junit-platform-commons` (`org.junit.platform.commons`)
9494
- `junit-platform-console` (`org.junit.platform.console`)
@@ -102,7 +102,7 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
102102
### JUnit Jupiter
103103

104104
- **Group ID**: `org.junit.jupiter`
105-
- **Version**: `5.2.0` or `5.3.0-SNAPSHOT`
105+
- **Version**: `5.2.0` or `5.3.0-M1` or `5.3.0-SNAPSHOT`
106106
- **Artifact IDs** and **Automatic-Module-Name**:
107107
- `junit-jupiter-api` (`org.junit.jupiter.api`)
108108
- `junit-jupiter-engine` (`org.junit.jupiter.engine`)
@@ -112,15 +112,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
112112
### JUnit Vintage
113113

114114
- **Group ID**: `org.junit.vintage`
115-
- **Version**: `5.2.0` or `5.3.0-SNAPSHOT`
115+
- **Version**: `5.2.0` or `5.3.0-M1` or `5.3.0-SNAPSHOT`
116116
- **Artifact ID** and **Automatic-Module-Name**:
117117
- `junit-vintage-engine` (`org.junit.vintage.engine`)
118118

119119
### Bill of Materials (BOM)
120120

121121
- **Group ID**: `org.junit`
122122
- **Artifact ID** `junit-bom`
123-
- **Version**: `5.2.0` or `5.3.0-SNAPSHOT`
123+
- **Version**: `5.2.0` or `5.3.0-M1` or `5.3.0-SNAPSHOT`
124124

125125
## Java Module Names
126126

documentation/src/docs/asciidoc/release-notes/release-notes-5.3.0-M1.adoc

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[release-notes-5.3.0-M1]]
22
== 5.3.0-M1
33

4-
*Date of Release:*
4+
*Date of Release:* June 24, 2018
55

66
*Scope:* Parallel test execution, output capturing, test sources for dynamic tests as well
77
as various minor improvements and bug fixes.
@@ -72,10 +72,6 @@ on GitHub.
7272
many tests as possible while still informing the user of containers and tests that
7373
could not be properly discovered.
7474

75-
==== Deprecations and Breaking Changes
76-
77-
* ❓
78-
7975
==== New Features and Improvements
8076

8177
* Experimental support for parallel test execution. By default, tests are still executed
@@ -98,14 +94,4 @@ on GitHub.
9894
[[release-notes-5.3.0-M1-junit-vintage]]
9995
=== JUnit Vintage
10096

101-
==== Bug Fixes
102-
103-
* ❓
104-
105-
==== Deprecations and Breaking Changes
106-
107-
* ❓
108-
109-
==== New Features and Improvements
110-
111-
* ❓
97+
No changes.

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

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

1515
# --release release

0 commit comments

Comments
 (0)