This is an automated email from the ASF dual-hosted git repository.

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit e633bd4cfe2afec6598305ede9ca9781ec72e71b
Author: Vincent Poon <[email protected]>
AuthorDate: Fri Jan 18 17:18:39 2019 -0800

    Set version to 4.15.0-HBase-1.4-PPS-0.3-SNAPSHOT
---
 presto-phoenix-shaded/pom.xml                                  | 5 +++--
 presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml | 2 +-
 presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml     | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/presto-phoenix-shaded/pom.xml b/presto-phoenix-shaded/pom.xml
index 895b172..96cca23 100644
--- a/presto-phoenix-shaded/pom.xml
+++ b/presto-phoenix-shaded/pom.xml
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>phoenix</artifactId>
-        <version>4.14.1-HBase-1.4</version>
+        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
     </parent>
 
     <name>Presto Apache Phoenix Shaded</name>
     <description>Shaded version of Apache Phoenix for Presto</description>
     <artifactId>presto-phoenix-shaded</artifactId>
-    <version>4.14.1-HBase-1.4-PPS-0.1</version>
+    <version>4.15.0-HBase-1.4-PPS-0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <licenses>
@@ -24,6 +24,7 @@
     </licenses>
 
     <properties>
+        <phoenix.version>4.15.0-HBase-1.4-SNAPSHOT</phoenix.version>
         <!-- Don't make a test-jar -->
         <maven.test.skip>true</maven.test.skip>
         <shadeBase>org.apache.phoenix.shaded</shadeBase>
diff --git a/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml 
b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
index 998fcaf..95d593e 100644
--- a/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.14.1-HBase-1.4-PPS-0.1</version>
+        <version>4.15.0-HBase-1.4-PPS-0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml 
b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
index 5a20f0f..3f3ede7 100644
--- a/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
+++ b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.14.1-HBase-1.4-PPS-0.1</version>
+        <version>4.15.0-HBase-1.4-PPS-0.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
         <dependency>
             <groupId>org.apache.phoenix</groupId>
             <artifactId>phoenix-core</artifactId>
-            <version>${project.version}</version>
+            <version>${phoenix.version}</version>
             <exclusions>
             <!-- Presto uses jcl-over-slf4j and log4j-over-slf4j
             to route to slf4j-jdk14 -->

Reply via email to