Skip to content

Commit 178385e

Browse files
committed
Release M2
1 parent 9115d92 commit 178385e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

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

5-
The project is currently in _Phase 5_, working toward additional [_milestone_](https://github.com/junit-team/junit5/milestones/5.0%20M2) releases.
5+
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-M1](https://github.com/junit-team/junit5/releases/tag/r5.0.0-M1)
8-
was released on July 7th, 2016.
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.
99

1010
## Roadmap
1111

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

8484
- **Group ID**: `org.junit.platform`
85-
- **Version**: `1.0.0-M1` or `1.0.0-SNAPSHOT`
85+
- **Version**: `1.0.0-M2` or `1.0.0-SNAPSHOT`
8686
- **Artifact IDs**:
8787
- `junit-platform-commons`
8888
- `junit-platform-console`
@@ -95,15 +95,15 @@ See also <http://repo1.maven.org/maven2/org/junit/> for releases and <https://os
9595
### JUnit Jupiter
9696

9797
- **Group ID**: `org.junit.jupiter`
98-
- **Version**: `5.0.0-M1` or `5.0.0-SNAPSHOT`
98+
- **Version**: `5.0.0-M2` or `5.0.0-SNAPSHOT`
9999
- **Artifact IDs**:
100100
- `junit-jupiter-api`
101101
- `junit-jupiter-engine`
102102

103103
### JUnit Vintage
104104

105105
- **Group ID**: `org.junit.vintage`
106-
- **Version**: `4.12.0-M1` or `4.12.0-SNAPSHOT`
106+
- **Version**: `4.12.0-M2` or `4.12.0-SNAPSHOT`
107107
- **Artifact ID**: `junit-vintage-engine`
108108

109109

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-M2
33

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

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

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8

0 commit comments

Comments
 (0)