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/06/17 01:48:55 UTC

git commit: SLIDER-136 Upgrade to HBase 0.98.3

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 4fe442d54 -> c61e39013


SLIDER-136 Upgrade to HBase 0.98.3


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

Branch: refs/heads/develop
Commit: c61e390139ffac6a110949b0c4cbd66138ffcba0
Parents: 4fe442d
Author: tedyu <yu...@gmail.com>
Authored: Mon Jun 16 16:48:53 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Mon Jun 16 16:48:53 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/c61e3901/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 384283f..262d194 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
     -->
     <hadoop.version>2.4.0</hadoop.version>
 
-    <hbase.version>0.98.2-hadoop2</hbase.version>
+    <hbase.version>0.98.3-hadoop2</hbase.version>
     <accumulo.version>1.5.1</accumulo.version>
     
     <!--
@@ -1325,7 +1325,7 @@
       <id>local</id>
       <properties>
         <hadoop.version>2.4.1-SNAPSHOT</hadoop.version>
-        <hbase.version>0.98.2-SNAPSHOT</hbase.version>
+        <hbase.version>0.98.3-SNAPSHOT</hbase.version>
         <accumulo.version>1.6.0-SNAPSHOT</accumulo.version>
       </properties>
     </profile>