You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ss...@apache.org on 2015/07/15 23:43:13 UTC

hbase git commit: HBASE-14045 Bumping thrift version to 0.9.2.

Repository: hbase
Updated Branches:
  refs/heads/master 62bce5f90 -> c6f2a9a09


HBASE-14045 Bumping thrift version to 0.9.2.


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

Branch: refs/heads/master
Commit: c6f2a9a09b4f632f246c44b98ec0bcbf59d0d139
Parents: 62bce5f
Author: Srikanth Srungarapu <ss...@cloudera.com>
Authored: Wed Jul 15 14:43:33 2015 -0700
Committer: Srikanth Srungarapu <ss...@cloudera.com>
Committed: Wed Jul 15 14:43:33 2015 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c6f2a9a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 569f31f..6e9b229 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1186,7 +1186,7 @@
     <mockito-all.version>1.10.8</mockito-all.version>
     <protobuf.version>2.5.0</protobuf.version>
     <thrift.path>thrift</thrift.path>
-    <thrift.version>0.9.0</thrift.version>
+    <thrift.version>0.9.2</thrift.version>
     <zookeeper.version>3.4.6</zookeeper.version>
     <slf4j.version>1.7.7</slf4j.version>
     <hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>