You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/11/27 20:49:13 UTC

incubator-tamaya git commit: TAMAYA-321: Adapt threshold to current state.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master a2bdb02a8 -> 502444fa1


TAMAYA-321: Adapt threshold to current state.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/502444fa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/502444fa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/502444fa

Branch: refs/heads/master
Commit: 502444fa18e2ab6ea61db34b7f2b900a327d3cb0
Parents: a2bdb02
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Nov 27 21:48:59 2017 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Nov 27 21:48:59 2017 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/502444fa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6865c09..76ba4cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,7 +325,7 @@
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <mutationThreshold>42</mutationThreshold>
+                        <mutationThreshold>38</mutationThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>