PHOENIX-4166 Use Tephra HBase 1.3 compat module

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

Branch: refs/heads/master
Commit: 0a1b33aa2eeda721aadb2369f0aa2d612fb4a24c
Parents: 815ce00
Author: James Taylor <[email protected]>
Authored: Thu Sep 21 20:13:52 2017 -0700
Committer: James Taylor <[email protected]>
Committed: Fri Sep 22 21:18:17 2017 -0700

----------------------------------------------------------------------
 phoenix-core/pom.xml | 2 +-
 pom.xml              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0a1b33aa/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 117cebc..72fe3e0 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -249,7 +249,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.tephra</groupId>
-      <artifactId>tephra-hbase-compat-1.1</artifactId>
+      <artifactId>tephra-hbase-compat-1.3</artifactId>
     </dependency>
   
     <!-- Make sure we have all the antlr dependencies -->

http://git-wip-us.apache.org/repos/asf/phoenix/blob/0a1b33aa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 64681a0..fe3dd89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <joni.version>2.1.2</joni.version>
     <avatica.version>1.10.0</avatica.version>
     <jettyVersion>8.1.7.v20120910</jettyVersion>
-    <tephra.version>0.12.0-incubating</tephra.version>
+    <tephra.version>0.13.0-incubating</tephra.version>
     <spark.version>2.0.2</spark.version>
     <scala.version>2.11.8</scala.version>
     <scala.binary.version>2.11</scala.binary.version>
@@ -795,7 +795,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.tephra</groupId>
-        <artifactId>tephra-hbase-compat-1.1</artifactId>
+        <artifactId>tephra-hbase-compat-1.3</artifactId>
         <version>${tephra.version}</version>
       </dependency>
 

Reply via email to