Skip to content

Commit 0da91e1

Browse files
committed
Release version: 1.4.7
[ci skip] Powered by CDeliveryBoy.
1 parent df7d273 commit 0da91e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.4.7 - Unreleased
3+
## 1.4.7 - 2020-02-27
44

55
- Simpler usage with JUnit 5 with `junit5PluginVersion` configuration parameter - [#177](https://github.com/szpak/gradle-pitest-plugin/issues/177) - idea by [John Scancella](https://github.com/jscancella)
66
- Remove deprecation warnings in Gradle 6 - [#155](https://github.com/gradle/gradle/issues/155)

README.md

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

1717
```groovy
1818
plugins {
19-
id 'info.solidsoft.pitest' version '1.4.6'
19+
id 'info.solidsoft.pitest' version '1.4.7'
2020
}
2121
```
2222

@@ -48,7 +48,7 @@ buildscript {
4848
//maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
4949
}
5050
dependencies {
51-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
51+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.7'
5252
}
5353
}
5454
```
@@ -131,7 +131,7 @@ buildscript {
131131
mavenCentral()
132132
}
133133
dependencies {
134-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
134+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.7'
135135
(...)
136136
}
137137
}
@@ -208,7 +208,7 @@ Starting with this release the configuration required to use PIT with JUnit 5 ha
208208
```
209209
plugins {
210210
id 'java'
211-
id 'info.solidsoft.pitest' version '1.4.6'
211+
id 'info.solidsoft.pitest' version '1.4.7'
212212
}
213213
214214
pitest {
@@ -231,7 +231,7 @@ buildscript {
231231
}
232232
configurations.maybeCreate('pitest')
233233
dependencies {
234-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.6'
234+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.7'
235235
pitest 'org.pitest:pitest-junit5-plugin:0.12'
236236
}
237237
}

0 commit comments

Comments
 (0)