Skip to content

Commit 481aa77

Browse files
committed
Release 5.0.0-M4
1 parent 611ef46 commit 481aa77

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

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

55
The project is currently in _Phase 5_, working toward additional [_milestone_](https://github.com/junit-team/junit5/milestones) releases.
66

7-
[JUnit 5.0.0-M3](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M3)
8-
was released on November 30, 2016.
7+
[JUnit 5.0.0-M4](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M4)
8+
was released on April 1, 2017.
99

1010
## Roadmap
1111

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

9393
- **Group ID**: `org.junit.platform`
94-
- **Version**: `1.0.0-M3` or `1.0.0-SNAPSHOT`
94+
- **Version**: `1.0.0-M4` or `1.0.0-SNAPSHOT`
9595
- **Artifact IDs**:
9696
- `junit-platform-commons`
9797
- `junit-platform-console`
98-
- `junit-platform-console-standalone` (currently only available as `1.0.0-SNAPSHOT`)
98+
- `junit-platform-console-standalone`
9999
- `junit-platform-engine`
100100
- `junit-platform-gradle-plugin`
101101
- `junit-platform-launcher`
102102
- `junit-platform-runner`
103-
- `junit-platform-suite-api` (currently only available as `1.0.0-SNAPSHOT`)
103+
- `junit-platform-suite-api`
104104
- `junit-platform-surefire-provider`
105105

106106
### JUnit Jupiter
107107

108108
- **Group ID**: `org.junit.jupiter`
109-
- **Version**: `5.0.0-M3` or `5.0.0-SNAPSHOT`
109+
- **Version**: `5.0.0-M4` or `5.0.0-SNAPSHOT`
110110
- **Artifact IDs**:
111111
- `junit-jupiter-api`
112112
- `junit-jupiter-engine`
113113
- `junit-jupiter-migration-support`
114-
- `junit-jupiter-params` (currently only available as `5.0.0-SNAPSHOT`)
114+
- `junit-jupiter-params`
115115

116116
### JUnit Vintage
117117

118118
- **Group ID**: `org.junit.vintage`
119-
- **Version**: `4.12.0-M3` or `4.12.0-SNAPSHOT`
119+
- **Version**: `4.12.0-M4` or `4.12.0-SNAPSHOT`
120120
- **Artifact ID**: `junit-vintage-engine`
121121

122122

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group = org.junit.jupiter
2-
version = 5.0.0-SNAPSHOT
2+
version = 5.0.0-M4
33

44
platformGroup = org.junit.platform
5-
platformVersion = 1.0.0-SNAPSHOT
5+
platformVersion = 1.0.0-M4
66

77
vintageGroup = org.junit.vintage
8-
vintageVersion = 4.12.0-SNAPSHOT
8+
vintageVersion = 4.12.0-M4
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)