Repository: incubator-slider Updated Branches: refs/heads/releases/slider-0.60 c6731a600 -> 0e4c5da89
SLIDER-544: track changing hadoop branch versions Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/61c0bd77 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/61c0bd77 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/61c0bd77 Branch: refs/heads/releases/slider-0.60 Commit: 61c0bd7764d71a36c7db5987449441f5ad19a43c Parents: 750b4b9 Author: Steve Loughran <[email protected]> Authored: Mon Nov 10 16:32:33 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Nov 10 22:48:08 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/61c0bd77/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0bf7f91..32d5146 100644 --- a/pom.xml +++ b/pom.xml @@ -1414,7 +1414,7 @@ <!-- hadoop branch-2 builds --> <id>branch-2</id> <properties> - <hadoop.version>2.6.0-SNAPSHOT</hadoop.version> + <hadoop.version>2.7.0-SNAPSHOT</hadoop.version> </properties> </profile>
