Skip to content

Commit 1f8b5fc

Browse files
committed
Release version: 1.4.5
[ci skip] Powered by CDeliveryBoy.
1 parent d67217d commit 1f8b5fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5 - Unreleased
3+
## 1.4.5 - 2019-09-08
44

55
- Rework internal plugin implementation to Gradle 5+ standards
66
- PIT 1.4.10 by default

README.md

Lines changed: 4 additions & 4 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.0'
19+
id 'info.solidsoft.pitest' version '1.4.5'
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.0'
51+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
5252
}
5353
}
5454
```
@@ -138,7 +138,7 @@ buildscript {
138138
mavenCentral()
139139
}
140140
dependencies {
141-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
141+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
142142
(...)
143143
}
144144
}
@@ -217,7 +217,7 @@ buildscript {
217217
}
218218
configurations.maybeCreate('pitest')
219219
dependencies {
220-
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.0'
220+
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.4.5'
221221
pitest 'org.pitest:pitest-junit5-plugin:0.8'
222222
}
223223
}

0 commit comments

Comments
 (0)