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/08/01 00:03:08 UTC

hbase git commit: HBASE-14162 Fixing maven target for regenerating thrift classes fails against 0.9.2

Repository: hbase
Updated Branches:
  refs/heads/branch-1 9227c2b99 -> e3463d6bf


HBASE-14162 Fixing maven target for regenerating thrift classes fails against 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/e3463d6b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e3463d6b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e3463d6b

Branch: refs/heads/branch-1
Commit: e3463d6bf079e99481d59b9cb3c8892c41b1809b
Parents: 9227c2b
Author: Srikanth Srungarapu <ss...@cloudera.com>
Authored: Fri Jul 31 14:59:13 2015 -0700
Committer: Srikanth Srungarapu <ss...@cloudera.com>
Committed: Fri Jul 31 14:59:13 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/e3463d6b/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index f49c6a7..9930d6c 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -355,12 +355,12 @@
                     <requireProperty>
                       <property>thrift.version</property>
                       <message>"The Thrift version must be specified."</message>
-                      <regex>0\.9\.0</regex>
+                      <regex>0\.9\.2</regex>
                       <regexMessage>
 -
 -
 [FATAL] ==========================================================================================
-[FATAL] HBase Thrift requires the thrift generator version 0.9.0.
+[FATAL] HBase Thrift requires the thrift generator version 0.9.2.
 [FATAL] Setting it to something else needs to be reviewed for wire and behavior compatibility.
 [FATAL] ==========================================================================================
 -