Repository: incubator-slider Updated Branches: refs/heads/develop 65c33e787 -> a0372d6c4 refs/heads/releases/slider-0.60 4039ec56f -> d1441e391
SLIDER-640: switch build to hadoop-2.6.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/7c6e0ffc Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/7c6e0ffc Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/7c6e0ffc Branch: refs/heads/develop Commit: 7c6e0ffc642f77a6f8abfb5f9e574cd2cc1b3462 Parents: 44c4bb9 Author: Steve Loughran <[email protected]> Authored: Tue Nov 11 17:27:51 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Tue Nov 11 17:27:51 2014 +0000 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7c6e0ffc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1049e40..7aa59ff 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ <!-- core artifacts --> - <hadoop.version>2.6.0-SNAPSHOT</hadoop.version> + <hadoop.version>2.6.0</hadoop.version> <hbase.version>0.98.4-hadoop2</hbase.version> <accumulo.version>1.6.1</accumulo.version>
