diff --git a/android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformExtension.groovy b/android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformExtension.groovy index 097d4967..238a39b4 100644 --- a/android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformExtension.groovy +++ b/android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformExtension.groovy @@ -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) @@ -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' } diff --git a/gradle.properties b/gradle.properties index 3dee21d5..19ac660e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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