Repository: incubator-tamaya Updated Branches: refs/heads/master 1e04cd215 -> bdee2dd1e
[TAMAYA-288] Fixed the configuration of the PIT Maven plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/84929dc9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/84929dc9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/84929dc9 Branch: refs/heads/master Commit: 84929dc998fd12368514969faa1202796a499232 Parents: 1e04cd2 Author: Oliver B. Fischer <[email protected]> Authored: Thu Sep 21 01:19:07 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Thu Sep 21 01:19:07 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/84929dc9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 54031f9..d72e74d 100644 --- a/pom.xml +++ b/pom.xml @@ -304,7 +304,7 @@ <artifactId>pitest-maven</artifactId> <version>${pitest-plugin.version}</version> <configuration> - <coverageThreshold>51</coverageThreshold> + <mutationThreshold>51</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
