We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2932 commit d223d4fCopy full SHA for d223d4f
documentation/src/docs/asciidoc/release-notes-5.0.0-M1.adoc
@@ -1,7 +1,7 @@
1
[[release-notes-5.0.0-m1]]
2
=== 5.0.0-M1
3
4
-*Date of Release:* July 6, 2016
+*Date of Release:* July 7, 2016
5
6
*Scope:* First milestone release of JUnit 5
7
gradle.properties
@@ -1,11 +1,11 @@
group = org.junit.jupiter
-version = 5.0.0-SNAPSHOT
+version = 5.0.0-M1
platformGroup = org.junit.platform
-platformVersion = 1.0.0-SNAPSHOT
+platformVersion = 1.0.0-M1
vintageGroup = org.junit.vintage
8
-vintageVersion = 4.12.0-SNAPSHOT
+vintageVersion = 4.12.0-M1
9
10
sourceCompatibility = 1.8
11
targetCompatibility = 1.8
0 commit comments