Repository: incubator-slider Updated Branches: refs/heads/develop f66c0cbc0 -> 3dd162105
SLIDER-404 Remove hadoop-2.4.1 profile where compilation fails Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/3dd16210 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/3dd16210 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/3dd16210 Branch: refs/heads/develop Commit: 3dd16210520ac6cb25fd3c1eb67e3d3b7640ca0b Parents: f66c0cb Author: tedyu <[email protected]> Authored: Mon Sep 8 09:18:17 2014 -0700 Committer: tedyu <[email protected]> Committed: Mon Sep 8 09:18:17 2014 -0700 ---------------------------------------------------------------------- pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/3dd16210/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d9b3813..c8607ff 100644 --- a/pom.xml +++ b/pom.xml @@ -1311,13 +1311,6 @@ <profile> <!-- hadoop branch-2 builds --> - <id>hadoop-2.4.1</id> - <properties> - <hadoop.version>2.4.1</hadoop.version> - </properties> - </profile> - <profile> - <!-- hadoop branch-2 builds --> <id>branch-2</id> <properties> <hadoop.version>2.6.0-SNAPSHOT</hadoop.version>
