Skip to content

Commit a47b368

Browse files
committed
Prepare 1.0.10
1 parent f7e280c commit a47b368

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ Please see the `LICENSE.md` files in the subfolders for more details.
125125
[travisci]: https://travis-ci.org/mannodermaus/android-junit5
126126
[as2issue]: https://github.com/mannodermaus/android-junit5/issues/19
127127
[jacoco]: http://www.eclemma.org/jacoco
128-
[sonatyperepo]: https://oss.sonatype.org/content/repositories/snapshots
128+
[sonatyperepo]: https://oss.sonatype.org/content/repositories/snapshots/de/mannodermaus/gradle/plugins
129129
[sampletests]: sample/src/test
130130
[licensefile]: LICENSE.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class AndroidJUnitPlatformExtension extends JUnitPlatformExtension {
2727

2828
/**
2929
* The version of the JUnit 5 Embedded Runtime to use.*/
30-
String embeddedRuntimeVersion = "1.0.0-RC3-rev1"
30+
String embeddedRuntimeVersion = "1.0.10"
3131

3232
/**
3333
* Configuration of Jacoco Code Coverage reports.*/

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android.injected.build.model.only.versioned = 3
55

66
# Artifact configuration (common)
77
GROUP_ID = de.mannodermaus.gradle.plugins
8-
VERSION_NAME = 1.0.10-SNAPSHOT
8+
VERSION_NAME = 1.0.10
99
VCS_URL = https://github.com/mannodermaus/android-junit5
1010

1111
# Artifact configuration (plugin)

0 commit comments

Comments
 (0)