You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/01/03 02:08:36 UTC

[GitHub] karanmehta93 commented on a change in pull request #1: PHOENIX-5063 Create a new repo for the phoenix query server

karanmehta93 commented on a change in pull request #1: PHOENIX-5063 Create a new repo for the phoenix query server
URL: https://github.com/apache/phoenix-queryserver/pull/1#discussion_r244901802
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -0,0 +1,553 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         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>
+
+    <groupId>org.apache.phoenix</groupId>
+    <artifactId>phoenix-queryserver</artifactId>
+    <version>4.15.0-HBase-1.4-SNAPSHOT</version>
 
 Review comment:
   Phoenix-connectors started off in this way, so I followed it. But yes, we can update it. We will need to have 4 branches here as well. 1.0.0-HBase-1.4, 1.0.0-HBase-1.3, 1.0.0-HBase-1.2 and master
   
   FYI: https://github.com/apache/phoenix-connectors/blob/4.x-HBase-1.4/presto-phoenix-shaded/pom.xml

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services