You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vi...@apache.org on 2018/12/19 20:11:21 UTC

[phoenix-connectors] 01/02: Presto-phoenix-shaded 4.14.1-HBase-1.4 release

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 a0ea39cd72d68d08871461e48c2f737733b91742
Author: Vincent Poon <vi...@apache.org>
AuthorDate: Wed Dec 19 12:09:38 2018 -0800

    Presto-phoenix-shaded 4.14.1-HBase-1.4 release
---
 presto-phoenix-shaded/pom.xml                            |  2 +-
 .../presto-hbase-testing-util-shaded/pom.xml             | 14 +++++++++++---
 .../presto-phoenix-client-shaded/pom.xml                 | 16 ++++++++++++----
 3 files changed, 24 insertions(+), 8 deletions(-)

diff --git a/presto-phoenix-shaded/pom.xml b/presto-phoenix-shaded/pom.xml
index 03ce587..c9c8249 100644
--- a/presto-phoenix-shaded/pom.xml
+++ b/presto-phoenix-shaded/pom.xml
@@ -6,7 +6,7 @@
     <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>
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 1986988..eeee34b 100644
--- a/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
@@ -5,16 +5,24 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+        <version>4.14.1-HBase-1.4</version>
         <relativePath>..</relativePath>
     </parent>
 
+    <artifactId>presto-hbase-testing-util-shaded</artifactId>
     <name>Presto HBase Testing Util Shaded</name>
     <description>Shaded version of Apache HBase - Testing Util</description>
-
-    <artifactId>presto-hbase-testing-util-shaded</artifactId>
     <packaging>jar</packaging>
 
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+            <comments />
+        </license>
+    </licenses>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.hbase</groupId>
diff --git a/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
index e9c1710..c83658b 100644
--- a/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
+++ b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
@@ -5,16 +5,24 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+        <version>4.14.1-HBase-1.4</version>
         <relativePath>..</relativePath>
     </parent>
 
+    <artifactId>presto-phoenix-client-shaded</artifactId>
     <name>Presto Apache Phoenix Client Shaded</name>
     <description>Shaded version of Apache Phoenix Client for Presto</description>
-
-    <artifactId>presto-phoenix-client-shaded</artifactId>
     <packaging>jar</packaging>
 
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+            <comments />
+        </license>
+    </licenses>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.phoenix</groupId>
@@ -49,7 +57,7 @@
                                     implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                             </transformers>
                             <relocations>
-                            <relocation>
+                                <relocation>
                                     <pattern>com.google.common</pattern>
                                     <shadedPattern>${shadeBase}.com.google.common</shadedPattern>
                                 </relocation>