Repository: incubator-tamaya Updated Branches: refs/heads/master 26df83612 -> cc79bd913
TAMAYA-318: Reduce threshold again Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/cc79bd91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/cc79bd91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/cc79bd91 Branch: refs/heads/master Commit: cc79bd913e01d6873ba1fe679ac2da63566d04e3 Parents: 26df836 Author: Phil Ottlinger <[email protected]> Authored: Sun Nov 19 12:39:53 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Sun Nov 19 12:39:53 2017 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/cc79bd91/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 00cbb2e..6865c09 100644 --- a/pom.xml +++ b/pom.xml @@ -325,7 +325,7 @@ <artifactId>pitest-maven</artifactId> <version>${pitest-plugin.version}</version> <configuration> - <mutationThreshold>44</mutationThreshold> + <mutationThreshold>42</mutationThreshold> <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param>
