You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/11/12 23:39:12 UTC

[6/6] git commit: ACCUMULO-1876 Update the default versions from hadoop1 to hadoop2 values.

ACCUMULO-1876 Update the default versions from hadoop1 to hadoop2 values.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ed11bd3d
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ed11bd3d
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ed11bd3d

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: ed11bd3d0125ebb3ea3f4e872ab0d0a52b5d8c5f
Parents: d451252
Author: Josh Elser <el...@apache.org>
Authored: Tue Nov 12 14:22:25 2013 -0800
Committer: Josh Elser <el...@apache.org>
Committed: Tue Nov 12 14:22:25 2013 -0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ed11bd3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 38ba1f9..2681508 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,8 +118,8 @@
     <!-- used for filtering the java source with the current version -->
     <accumulo.release.version>${project.version}</accumulo.release.version>
     <!-- overwritten in profiles hadoop-1.0 or hadoop-2.0 -->
-    <hadoop.version>1.2.1</hadoop.version>
-    <httpclient.version>3.0.1</httpclient.version>
+    <hadoop.version>2.2.0</hadoop.version>
+    <httpclient.version>3.1</httpclient.version>
     <!-- the maven-release-plugin makes this recommendation, due to plugin bugs -->
     <maven.min-version>3.0.4</maven.min-version>
     <powermock.version>1.5</powermock.version>