You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/07/24 05:44:30 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6006 Bump queryserver version to 6.0

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c72a5b  PHOENIX-6006 Bump queryserver version to 6.0
7c72a5b is described below

commit 7c72a5b76c4c3916b79e62e8de8a61b6b3996b19
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Jul 23 09:49:49 2020 +0200

    PHOENIX-6006 Bump queryserver version to 6.0
    
    Closes #45
---
 phoenix-queryserver-assembly/pom.xml      | 2 +-
 phoenix-queryserver-client/pom.xml        | 2 +-
 phoenix-queryserver-it/pom.xml            | 2 +-
 phoenix-queryserver-load-balancer/pom.xml | 2 +-
 phoenix-queryserver-orchestrator/pom.xml  | 2 +-
 phoenix-queryserver/pom.xml               | 2 +-
 pom.xml                                   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/phoenix-queryserver-assembly/pom.xml b/phoenix-queryserver-assembly/pom.xml
index a8d9bde..3b45559 100644
--- a/phoenix-queryserver-assembly/pom.xml
+++ b/phoenix-queryserver-assembly/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>phoenix-queryserver-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>phoenix-queryserver-assembly</artifactId>
diff --git a/phoenix-queryserver-client/pom.xml b/phoenix-queryserver-client/pom.xml
index 8d6dbff..fd0e9bb 100644
--- a/phoenix-queryserver-client/pom.xml
+++ b/phoenix-queryserver-client/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix-queryserver-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>phoenix-queryserver-client</artifactId>
diff --git a/phoenix-queryserver-it/pom.xml b/phoenix-queryserver-it/pom.xml
index 961d65b..8b0552d 100644
--- a/phoenix-queryserver-it/pom.xml
+++ b/phoenix-queryserver-it/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix-queryserver-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>phoenix-queryserver-it</artifactId>
diff --git a/phoenix-queryserver-load-balancer/pom.xml b/phoenix-queryserver-load-balancer/pom.xml
index 7a52fca..68ea55d 100644
--- a/phoenix-queryserver-load-balancer/pom.xml
+++ b/phoenix-queryserver-load-balancer/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix-queryserver-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>phoenix-queryserver-load-balancer</artifactId>
   <name>Phoenix Query Server Load Balancer</name>
diff --git a/phoenix-queryserver-orchestrator/pom.xml b/phoenix-queryserver-orchestrator/pom.xml
index c05737b..68452aa 100644
--- a/phoenix-queryserver-orchestrator/pom.xml
+++ b/phoenix-queryserver-orchestrator/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>phoenix-queryserver-parent</artifactId>
         <groupId>org.apache.phoenix</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>phoenix-queryserver-orchestrator</artifactId>
diff --git a/phoenix-queryserver/pom.xml b/phoenix-queryserver/pom.xml
index 2d057ef..d5be630 100644
--- a/phoenix-queryserver/pom.xml
+++ b/phoenix-queryserver/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix-queryserver-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>phoenix-queryserver</artifactId>
diff --git a/pom.xml b/pom.xml
index d8a37a2..de7b1f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix-queryserver-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>6.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Phoenix Query Server Maven Parent Project</name>