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/10/21 19:20:29 UTC

[1/2] git commit: ACCUMULO-1643 Update the default hadoop-1 dependency from 1.0.4 to 1.2.1

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 <el...@apache.org>
Authored: Mon Oct 21 09:59:59 2013 -0700
Committer: Josh Elser <el...@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>


[2/2] git commit: Merge branch '1.5.1-SNAPSHOT'

Posted by el...@apache.org.
Merge branch '1.5.1-SNAPSHOT'


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

Branch: refs/heads/master
Commit: fb829454114881ae3465d2a19fa68ee745fec300
Parents: 3e74ee6 1c8f7f5
Author: Josh Elser <el...@apache.org>
Authored: Mon Oct 21 10:20:08 2013 -0700
Committer: Josh Elser <el...@apache.org>
Committed: Mon Oct 21 10:20:08 2013 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------