You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/07/23 01:01:00 UTC

git commit: SLIDER-251 Upgrade hbase dependency to 0.98.4

Repository: incubator-slider
Updated Branches:
  refs/heads/master ddf733875 -> 035ebbd01


SLIDER-251 Upgrade hbase dependency to 0.98.4


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/035ebbd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/035ebbd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/035ebbd0

Branch: refs/heads/master
Commit: 035ebbd01f6aec33f8360983158b83a04b473c14
Parents: ddf7338
Author: tedyu <yu...@gmail.com>
Authored: Tue Jul 22 14:59:28 2014 -0800
Committer: tedyu <yu...@gmail.com>
Committed: Tue Jul 22 14:59:28 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/035ebbd0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9a90ab..496951a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
     -->
     <hadoop.version>2.4.0</hadoop.version>
 
-    <hbase.version>0.98.3-hadoop2</hbase.version>
+    <hbase.version>0.98.4-hadoop2</hbase.version>
     <accumulo.version>1.6.0</accumulo.version>
     
     <!--
@@ -1214,7 +1214,7 @@
       <id>local</id>
       <properties>
         <hadoop.version>2.4.1-SNAPSHOT</hadoop.version>
-        <hbase.version>0.98.3-SNAPSHOT</hbase.version>
+        <hbase.version>0.98.4-SNAPSHOT</hbase.version>
         <accumulo.version>1.6.0-SNAPSHOT</accumulo.version>
       </properties>
     </profile>