SLIDER-1006 update build profiles to be in sync with hadoop common
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/7b5481b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/7b5481b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/7b5481b3 Branch: refs/heads/develop Commit: 7b5481b3875e906f07c935ace32306d394d3dcf4 Parents: 72d1c8a Author: Steve Loughran <[email protected]> Authored: Fri Nov 27 18:37:34 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Fri Nov 27 18:37:34 2015 +0000 ---------------------------------------------------------------------- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7b5481b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 289993c..cd74dc9 100644 --- a/pom.xml +++ b/pom.xml @@ -1671,7 +1671,7 @@ <profile> <!-- hadoop branch-2 builds --> - <id>branch-2</id> + <id>branch-2.8</id> <properties> <hadoop.version>2.8.0-SNAPSHOT</hadoop.version> <curator.version>2.7.1</curator.version> @@ -1680,6 +1680,16 @@ </profile> <profile> + <!-- hadoop branch-2 builds --> + <id>branch-2</id> + <properties> + <hadoop.version>2.9.0-SNAPSHOT</hadoop.version> + <curator.version>2.7.1</curator.version> + <zookeeper.version>3.4.6</zookeeper.version> + </properties> + </profile> + + <profile> <!-- hadoop trunk builds --> <id>trunk</id> <properties>
