Skip to content

Commit

Permalink
Prepare Milestone 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Jul 19, 2017
1 parent 27bd0b5 commit b185572
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.junit.platform.gradle.plugin.JUnitPlatformExtension
*/
class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {

private static final String PLATFORM_VERSION = "1.0.0-M5"
private static final String PLATFORM_VERSION = "1.0.0-M6"

AndroidJUnitPlatformExtension(Project project) {
super(project)
Expand All @@ -19,14 +19,14 @@ class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
/**
* The version of JUnit Jupiter to use.
*
* Defaults to {@code '5.0.0-M5'}.
* Defaults to {@code '5.0.0-M6'}.
*/
String jupiterVersion = '5.0.0-M5'
String jupiterVersion = '5.0.0-M6'

/**
* The version of JUnit Vintage Engine to use.
*
* Defaults to {@code '4.12.0-M5'}.
* Defaults to {@code '4.12.0-M6'}.
*/
String vintageVersion = '4.12.0-M5'
String vintageVersion = '4.12.0-M6'
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
# Artifact configuration
GROUP_ID = de.mannodermaus.gradle.plugins
ARTIFACT_ID = android-junit5
VERSION_NAME = 1.0.0-M5
VERSION_NAME = 1.0.0-M6-SNAPSHOT
LICENCE_NAME = EPL-1.0
DESCRIPTION = Unit Testing with JUnit 5 for Android.
VCS_URL = https://github.com/aurae/android-junit5

# Dependency versions (plugins)
ANDROID_PLUGIN_VERSION_2X = 2.3.2
ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha5
ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha7
BINTRAY_PLUGIN_VERSION = 1.7.3

# Dependency versions
SEMVER_VERSION = 0.9.0
JUNIT_PLATFORM_VERSION = 1.0.0-M5
JUNIT_PLATFORM_VERSION = 1.0.0-M6

JUNIT4_VERSION = 4.12
SPOCK_VERSION = 1.0-groovy-2.4

0 comments on commit b185572

Please sign in to comment.