Repository: incubator-slider Updated Branches: refs/heads/develop 9938ae085 -> 87ed02cab
SLIDER-1016 Switch default build to Hadoop 2.7.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/87ed02ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/87ed02ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/87ed02ca Branch: refs/heads/develop Commit: 87ed02cab720bea6d9098254b637872973e83d60 Parents: 9938ae0 Author: Steve Loughran <[email protected]> Authored: Thu Dec 10 12:37:28 2015 +0000 Committer: Steve Loughran <[email protected]> Committed: Thu Dec 10 12:37:28 2015 +0000 ---------------------------------------------------------------------- pom.xml | 37 +++++++++---------------------------- 1 file changed, 9 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/87ed02ca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cd74dc9..3cc9aaf 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ <!-- core artifacts --> - <hadoop.version>2.6.0</hadoop.version> + <hadoop.version>2.7.1</hadoop.version> <hbase.version>0.99.0</hbase.version> <accumulo.version>1.7.0</accumulo.version> @@ -148,7 +148,7 @@ <commons-compress.version>1.4.1</commons-compress.version> <commons-logging.version>1.1.3</commons-logging.version> <commons-io.version>2.4</commons-io.version> - <curator.version>2.4.1</curator.version> + <curator.version>2.7.1</curator.version> <easymock.version>3.1</easymock.version> <guava.version>11.0.2</guava.version> <gson.version>2.2.2</gson.version> @@ -1636,36 +1636,23 @@ <id>release-2.6</id> <properties> <hadoop.version>2.6.0</hadoop.version> + <curator.version>2.4.1</curator.version> </properties> </profile> <profile> - <!-- 2.7.0 --> - <id>release-2.7.0</id> - <properties> - <hadoop.version>2.7.0</hadoop.version> - <curator.version>2.7.1</curator.version> - <zookeeper.version>3.4.6</zookeeper.version> - </properties> - </profile> - - <profile> - <!-- hadoop 2.7.1 --> - <id>release-2.7.1</id> + <!-- hadoop 2.7.2 --> + <id>release-2.7</id> <properties> - <hadoop.version>2.7.1</hadoop.version> - <curator.version>2.7.1</curator.version> - <zookeeper.version>3.4.6</zookeeper.version> + <hadoop.version>2.7.2</hadoop.version> </properties> </profile> <profile> - <!-- hadoop 2.7.1 --> - <id>release-2.7</id> + <!-- hadoop 2.7.2 --> + <id>hadoop-2.7.2</id> <properties> - <hadoop.version>2.7.1</hadoop.version> - <curator.version>2.7.1</curator.version> - <zookeeper.version>3.4.6</zookeeper.version> + <hadoop.version>2.7.2</hadoop.version> </properties> </profile> @@ -1674,8 +1661,6 @@ <id>branch-2.8</id> <properties> <hadoop.version>2.8.0-SNAPSHOT</hadoop.version> - <curator.version>2.7.1</curator.version> - <zookeeper.version>3.4.6</zookeeper.version> </properties> </profile> @@ -1684,8 +1669,6 @@ <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> @@ -1694,8 +1677,6 @@ <id>trunk</id> <properties> <hadoop.version>3.0.0-SNAPSHOT</hadoop.version> - <curator.version>2.7.1</curator.version> - <zookeeper.version>3.4.6</zookeeper.version> </properties> </profile>
