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 2015/01/15 18:56:16 UTC

accumulo git commit: ACCUMULO-2815 Forgot to restore hadoop.version to 2.2.0

Repository: accumulo
Updated Branches:
  refs/heads/master 4f19aa1f8 -> e085430a1


ACCUMULO-2815 Forgot to restore hadoop.version to 2.2.0


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

Branch: refs/heads/master
Commit: e085430a1ff54bdbf8a6b2b3d35d46b4337eea44
Parents: 4f19aa1
Author: Josh Elser <el...@apache.org>
Authored: Thu Jan 15 12:55:54 2015 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Jan 15 12:55:54 2015 -0500

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e085430a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c21ff6..8e0f141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
     <!-- surefire/failsafe plugin option -->
     <forkCount>1</forkCount>
     <!-- overwritten in profiles hadoop-2 -->
-    <hadoop.version>2.3.0</hadoop.version>
+    <hadoop.version>2.2.0</hadoop.version>
     <htrace.version>3.0.4</htrace.version>
     <httpclient.version>3.1</httpclient.version>
     <java.ver>1.7</java.ver>
@@ -1321,7 +1321,7 @@
         <!-- Denotes intention and allows the enforcer plugin to pass when
              the user is relying on default behavior; won't work to activate profile -->
         <hadoop.profile>2</hadoop.profile>
-        <hadoop.version>2.3.0</hadoop.version>
+        <hadoop.version>2.2.0</hadoop.version>
         <httpclient.version>3.1</httpclient.version>
         <slf4j.version>1.7.5</slf4j.version>
       </properties>
@@ -1338,7 +1338,7 @@
         </property>
       </activation>
       <properties>
-        <hadoop.version>2.3.0</hadoop.version>
+        <hadoop.version>2.2.0</hadoop.version>
         <httpclient.version>3.1</httpclient.version>
         <slf4j.version>1.7.5</slf4j.version>
       </properties>