Skip to content

Commit

Permalink
Release M1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jul 7, 2016
1 parent 75b2932 commit d223d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[release-notes-5.0.0-m1]]
=== 5.0.0-M1

*Date of Release:* July 6, 2016
*Date of Release:* July 7, 2016

*Scope:* First milestone release of JUnit 5

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
vintageVersion = 4.12.0-SNAPSHOT
vintageVersion = 4.12.0-M1

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit d223d4f

Please sign in to comment.