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 3a7130de1b4b7da5952d0a5488ddaa0b7be2b65a Author: Vincent Poon <[email protected]> AuthorDate: Thu Dec 6 15:06:17 2018 -0800 Prepare for next release iteration --- pom.xml | 4 ++-- presto-hbase-testing-util-shaded/pom.xml | 2 +- presto-phoenix-client-shaded/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 55d1272..2cb2c23 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <description>Shaded version of Apache Phoenix for Presto</description> <groupId>org.apache.phoenix</groupId> <artifactId>presto-phoenix-shaded</artifactId> - <version>4.14.1-HBase-1.3</version> + <version>4.15.0-HBase-1.4-SNAPSHOT</version> <packaging>pom</packaging> <licenses> @@ -19,7 +19,7 @@ </licenses> <properties> - <phoenix.version>4.14.1-HBase-1.3</phoenix.version> + <phoenix.version>4.15.0-HBase-1.4-SNAPSHOT</phoenix.version> <hbase.version>1.3.1</hbase.version> <shadeBase>com.facebook.presto.phoenix.shaded</shadeBase> </properties> diff --git a/presto-hbase-testing-util-shaded/pom.xml b/presto-hbase-testing-util-shaded/pom.xml index 08c50db..81bea93 100644 --- a/presto-hbase-testing-util-shaded/pom.xml +++ b/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.3</version> + <version>4.15.0-HBase-1.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-client-shaded/pom.xml index bb7fe03..1d58c3a 100644 --- a/presto-phoenix-client-shaded/pom.xml +++ b/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.3</version> + <version>4.15.0-HBase-1.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
