Skip to content

Commit b185572

Browse files
committed
Prepare Milestone 6
1 parent 27bd0b5 commit b185572

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

android-junit5/src/main/groovy/de/mannodermaus/gradle/plugins/android_junit5/AndroidJUnitPlatformExtension.groovy

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.junit.platform.gradle.plugin.JUnitPlatformExtension
99
*/
1010
class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
1111

12-
private static final String PLATFORM_VERSION = "1.0.0-M5"
12+
private static final String PLATFORM_VERSION = "1.0.0-M6"
1313

1414
AndroidJUnitPlatformExtension(Project project) {
1515
super(project)
@@ -19,14 +19,14 @@ class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
1919
/**
2020
* The version of JUnit Jupiter to use.
2121
*
22-
* Defaults to {@code '5.0.0-M5'}.
22+
* Defaults to {@code '5.0.0-M6'}.
2323
*/
24-
String jupiterVersion = '5.0.0-M5'
24+
String jupiterVersion = '5.0.0-M6'
2525

2626
/**
2727
* The version of JUnit Vintage Engine to use.
2828
*
29-
* Defaults to {@code '4.12.0-M5'}.
29+
* Defaults to {@code '4.12.0-M6'}.
3030
*/
31-
String vintageVersion = '4.12.0-M5'
31+
String vintageVersion = '4.12.0-M6'
3232
}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# Artifact configuration
44
GROUP_ID = de.mannodermaus.gradle.plugins
55
ARTIFACT_ID = android-junit5
6-
VERSION_NAME = 1.0.0-M5
6+
VERSION_NAME = 1.0.0-M6-SNAPSHOT
77
LICENCE_NAME = EPL-1.0
88
DESCRIPTION = Unit Testing with JUnit 5 for Android.
99
VCS_URL = https://github.com/aurae/android-junit5
1010

1111
# Dependency versions (plugins)
1212
ANDROID_PLUGIN_VERSION_2X = 2.3.2
13-
ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha5
13+
ANDROID_PLUGIN_VERSION_3X = 3.0.0-alpha7
1414
BINTRAY_PLUGIN_VERSION = 1.7.3
1515

1616
# Dependency versions
1717
SEMVER_VERSION = 0.9.0
18-
JUNIT_PLATFORM_VERSION = 1.0.0-M5
18+
JUNIT_PLATFORM_VERSION = 1.0.0-M6
1919

2020
JUNIT4_VERSION = 4.12
2121
SPOCK_VERSION = 1.0-groovy-2.4

0 commit comments

Comments
 (0)