Updated Branches: refs/heads/master 3e74ee665 -> fb8294541
ACCUMULO-1643 Update the default hadoop-1 dependency from 1.0.4 to 1.2.1 Hadoop-1.2.1 is the most current, hadoop-1.x.y release, and, as such, we want to make an effort to advertise to users that this is what they should be using, in addition to receiving upstream improvements in our unit and functional tests. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1c8f7f55 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1c8f7f55 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1c8f7f55 Branch: refs/heads/master Commit: 1c8f7f55b5880e3cd0f07d8da0181cef729de297 Parents: 957676e Author: Josh Elser <els...@apache.org> Authored: Mon Oct 21 09:59:59 2013 -0700 Committer: Josh Elser <els...@apache.org> Committed: Mon Oct 21 09:59:59 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1c8f7f55/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9ec893c..84afd39 100644 --- a/pom.xml +++ b/pom.xml @@ -911,7 +911,7 @@ </property> </activation> <properties> - <hadoop.version>1.0.4</hadoop.version> + <hadoop.version>1.2.1</hadoop.version> <httpclient.version>3.0.1</httpclient.version> <slf4j.version>1.4.3</slf4j.version> </properties>