Skip to content

Commit 8105df0

Browse files
committed
Release 5.0.0-M3
1 parent f251602 commit 8105df0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+5-5
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-M2](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M2)
8-
was released on July 23, 2016.
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.
99

1010
## Roadmap
1111

@@ -91,7 +91,7 @@ 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-M2` or `1.0.0-SNAPSHOT`
94+
- **Version**: `1.0.0-M3` or `1.0.0-SNAPSHOT`
9595
- **Artifact IDs**:
9696
- `junit-platform-commons`
9797
- `junit-platform-console`
@@ -104,15 +104,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
104104
### JUnit Jupiter
105105

106106
- **Group ID**: `org.junit.jupiter`
107-
- **Version**: `5.0.0-M2` or `5.0.0-SNAPSHOT`
107+
- **Version**: `5.0.0-M3` or `5.0.0-SNAPSHOT`
108108
- **Artifact IDs**:
109109
- `junit-jupiter-api`
110110
- `junit-jupiter-engine`
111111

112112
### JUnit Vintage
113113

114114
- **Group ID**: `org.junit.vintage`
115-
- **Version**: `4.12.0-M2` or `4.12.0-SNAPSHOT`
115+
- **Version**: `4.12.0-M3` or `4.12.0-SNAPSHOT`
116116
- **Artifact ID**: `junit-vintage-engine`
117117

118118

gradle.properties

+3-3
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-M3
33

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

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

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)