Skip to content

Commit 48f223c

Browse files
committed
Bump instrumentation library versions
1 parent 2c0b1a1 commit 48f223c

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ To start writing instrumentation tests with JUnit Jupiter, make the following ch
131131
androidTestImplementation("org.junit.jupiter:junit-jupiter-api:5.7.1")
132132
133133
// 5) The instrumentation test companion libraries
134-
androidTestImplementation("de.mannodermaus.junit5:android-test-core:1.2.0")
135-
androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.2.0")
134+
androidTestImplementation("de.mannodermaus.junit5:android-test-core:1.2.1")
135+
androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.2.1")
136136
}
137137
```
138138
</details>
@@ -162,8 +162,8 @@ To start writing instrumentation tests with JUnit Jupiter, make the following ch
162162
androidTestImplementation "org.junit.jupiter:junit-jupiter-api:5.7.1"
163163
164164
// 5) The instrumentation test companion libraries
165-
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.2.0"
166-
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.2.0"
165+
androidTestImplementation "de.mannodermaus.junit5:android-test-core:1.2.1"
166+
androidTestRuntimeOnly "de.mannodermaus.junit5:android-test-runner:1.2.1"
167167
}
168168
```
169169
</details>
@@ -188,7 +188,7 @@ This repository contains multiple modules, divided into two sub-projects. The re
188188
## License
189189

190190
```
191-
Copyright 2017-2020 Marcel Schnelle
191+
Copyright 2017-2021 Marcel Schnelle
192192
193193
Licensed under the Apache License, Version 2.0 (the "License");
194194
you may not use this file except in compliance with the License.

README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This repository contains multiple modules, divided into two sub-projects. The re
183183
## License
184184

185185
```
186-
Copyright 2017-2020 Marcel Schnelle
186+
Copyright 2017-2021 Marcel Schnelle
187187

188188
Licensed under the Apache License, Version 2.0 (the "License");
189189
you may not use this file except in compliance with the License.

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ object Artifacts {
5858
*/
5959
object Instrumentation {
6060
private val groupId = "de.mannodermaus.junit5"
61-
private val currentVersion = "1.2.1-SNAPSHOT"
61+
private val currentVersion = "1.2.1"
6262
val latestStableVersion = "1.2.0"
6363

6464
val Core = Deployed(

instrumentation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Change Log
88
#### Fixed
99
#### Removed
1010

11+
## 1.2.1 (2021-02-10)
12+
13+
This version is identical to 1.2.0, but deployed to Maven Central to ensure availability after the upcoming shutdown of JCenter.
14+
1115
## 1.2.0 (2019-11-20)
1216

1317
#### Added

0 commit comments

Comments
 (0)