Repository: incubator-kylin Updated Branches: refs/heads/0.8 a5f6744b4 -> 8b0ca4b38
hotfix: update failsafe to 2.16 Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/8b0ca4b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/8b0ca4b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/8b0ca4b3 Branch: refs/heads/0.8 Commit: 8b0ca4b383dbceabfe92faf73f1035e8e4e96f20 Parents: a5f6744 Author: honma <[email protected]> Authored: Mon Jul 6 11:27:58 2015 +0800 Committer: honma <[email protected]> Committed: Mon Jul 6 11:28:04 2015 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/8b0ca4b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1827ccf..52a0a34 100644 --- a/pom.xml +++ b/pom.xml @@ -638,7 +638,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> - <version>2.6</version> + <version>2.16</version> <executions> <execution> <id>integration-tests</id>
