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/18 23:58:41 UTC

[phoenix-connectors] 02/15: Change groupId and version.

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 0dca440174d0b6466074d655910ea5fd0a921b77
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 13:52:20 2018 +0900

    Change groupId and version.
---
 hbase-testing-util-shaded/pom.xml | 4 ++--
 phoenix-core-shaded/pom.xml       | 4 ++--
 pom.xml                           | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/hbase-testing-util-shaded/pom.xml b/hbase-testing-util-shaded/pom.xml
index d4aac34..cc5c242 100644
--- a/hbase-testing-util-shaded/pom.xml
+++ b/hbase-testing-util-shaded/pom.xml
@@ -2,9 +2,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.facebook.presto</groupId>
+		<groupId>com.github.combineads</groupId>
 		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>1.3</version>
+		<version>4.13.1</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/phoenix-core-shaded/pom.xml b/phoenix-core-shaded/pom.xml
index 59ed5a2..a5100e8 100644
--- a/phoenix-core-shaded/pom.xml
+++ b/phoenix-core-shaded/pom.xml
@@ -2,9 +2,9 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
-		<groupId>com.facebook.presto</groupId>
+		<groupId>com.github.combineads</groupId>
 		<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-		<version>1.3</version>
+		<version>4.13.1</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index ff6c6c5..da7c2c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,9 @@
 	<modelVersion>4.0.0</modelVersion>
 	<name>Presto - Phoenix Connector Shaded</name>
 
-	<groupId>com.facebook.presto</groupId>
+	<groupId>com.github.combineads</groupId>
 	<artifactId>presto-phoenix-connector-shaded-root</artifactId>
-	<version>1.3</version>
+	<version>4.13.1</version>
 
 	<packaging>pom</packaging>