Repository: incubator-tamaya Updated Branches: refs/heads/master e52829c43 -> eed89f3e4
[TAMAYA-258] Disabled timestamped reports. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/eed89f3e Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/eed89f3e Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/eed89f3e Branch: refs/heads/master Commit: eed89f3e4bbc6b860ffab841d7f9778301d6afa5 Parents: e52829c Author: Oliver B. Fischer <[email protected]> Authored: Sun Mar 26 15:05:35 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Mar 26 15:05:35 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/eed89f3e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f800086..3403c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -287,6 +287,7 @@ <version>${pitest-plugin.version}</version> <configuration> <coverageThreshold>80</coverageThreshold> + <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param> </targetClasses>
