This is an automated email from the ASF dual-hosted git repository. vincentpoon pushed a commit to branch 4.14-HBase-1.4 in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
commit dc046606c55f9e9de5ef564b8fecece4867800b6 Author: Vincent Poon <[email protected]> AuthorDate: Wed Jan 30 16:23:03 2019 -0800 4.14-HBase-1.4-PPS-0.3 release --- presto-phoenix-shaded/pom.xml | 6 +++--- presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml | 2 +- presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/presto-phoenix-shaded/pom.xml b/presto-phoenix-shaded/pom.xml index 7820ddc..d28a47e 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.15.0-HBase-1.4-SNAPSHOT</version> + <version>4.14.1-HBase-1.4</version> </parent> <name>Presto Apache Phoenix Shaded</name> <description>Shaded version of Apache Phoenix for Presto</description> <artifactId>presto-phoenix-shaded</artifactId> - <version>4.15.0-HBase-1.4-PPS-0.3-SNAPSHOT</version> + <version>4.14.1-HBase-1.4-PPS-0.3</version> <packaging>pom</packaging> <licenses> @@ -24,7 +24,7 @@ </licenses> <properties> - <phoenix.version>4.15.0-HBase-1.4-SNAPSHOT</phoenix.version> + <phoenix.version>4.14.1-HBase-1.4</phoenix.version> <shadeBase>org.apache.phoenix.shaded</shadeBase> </properties> 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 092c412..cae8efe 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.15.0-HBase-1.4-PPS-0.3-SNAPSHOT</version> + <version>4.14.1-HBase-1.4-PPS-0.3</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 9d56cf7..bca3d9a 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.15.0-HBase-1.4-PPS-0.3-SNAPSHOT</version> + <version>4.14.1-HBase-1.4-PPS-0.3</version> <relativePath>..</relativePath> </parent>
