Skip to content

Commit 22f4887

Browse files
committed
Release version: 1.6.0
[ci skip] Powered by CDeliveryBoy.
1 parent df085ac commit 22f4887

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gradle-pitest-plugin changelog
22

3-
## 1.6.0 - Unreleased
3+
## 1.6.0 - 2021-03-04
44

55
- **Report aggregation for multi-project builds** - [#243](https://github.com/szpak/gradle-pitest-plugin/pull/243) - PR by [Mike Safonov](https://github.com/MikeSafonov)
66
- Support new configuration property `testStrengthThreshold` (PIT 1.6.1+) - [#247](https://github.com/szpak/gradle-pitest-plugin/pull/247) - PR by [Michael Hönnig](https://github.com/mhoennig)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f
1717

1818
```groovy
1919
plugins {
20-
id 'info.solidsoft.pitest' version '1.5.2'
20+
id 'info.solidsoft.pitest' version '1.6.0'
2121
}
2222
```
2323

@@ -47,7 +47,7 @@ buildscript {
4747
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
4848
}
4949
dependencies {
50-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2'
50+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.6.0'
5151
}
5252
}
5353
```
@@ -152,7 +152,7 @@ buildscript {
152152
mavenCentral()
153153
}
154154
dependencies {
155-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2'
155+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.6.0'
156156
}
157157
}
158158
@@ -179,7 +179,7 @@ buildscript {
179179
mavenCentral()
180180
}
181181
dependencies {
182-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.5.2'
182+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.6.0'
183183
}
184184
}
185185
@@ -252,7 +252,7 @@ Starting with this release the configuration required to use PIT with JUnit 5 ha
252252
```groovy
253253
plugins {
254254
id 'java'
255-
id 'info.solidsoft.pitest' version '1.5.2'
255+
id 'info.solidsoft.pitest' version '1.6.0'
256256
}
257257
258258
pitest {
@@ -273,7 +273,7 @@ To enable PIT plugins, it is enough to add it to the pitest configuration in the
273273
```groovy
274274
plugins {
275275
id 'java'
276-
id 'info.solidsoft.pitest' version '1.5.2'
276+
id 'info.solidsoft.pitest' version '1.6.0'
277277
}
278278
279279
repositories {

0 commit comments

Comments
 (0)