ACCUMULO-1793 updates Hadoop 2 profile to match version used in other dev branches. Includes updating slf4j based on what comes with Hadoop 2.2.0.
Signed-off-by: Josh Elser <els...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1d5ed48f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1d5ed48f Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1d5ed48f Branch: refs/heads/master Commit: 1d5ed48f94fbbac3b10d18db4148b4dae79f2880 Parents: 00fb08b Author: Sean Busbey <bus...@clouderagovt.com> Authored: Thu Dec 5 12:38:52 2013 -0600 Committer: Josh Elser <els...@apache.org> Committed: Thu Dec 5 22:33:23 2013 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1d5ed48f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9a46609..bda5076 100644 --- a/pom.xml +++ b/pom.xml @@ -932,9 +932,9 @@ </property> </activation> <properties> - <hadoop.version>2.0.4-alpha</hadoop.version> + <hadoop.version>2.2.0</hadoop.version> <httpclient.version>3.1</httpclient.version> - <slf4j.version>1.6.1</slf4j.version> + <slf4j.version>1.7.5</slf4j.version> </properties> </profile> </profiles>