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

karanmehta93 pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git

commit 0543cf143aff79b5353182e4cdc93086d5bc9bba
Author: Karan Mehta <karanmeht...@gmail.com>
AuthorDate: Wed Jan 9 11:51:24 2019 -0800

    PHOENIX-5063 Specify phoenix version via property
---
 pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index da10477..29f0983 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>org.apache.phoenix</groupId>
     <artifactId>phoenix-queryserver</artifactId>
-    <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Phoenix Query Server</name>
 
@@ -46,6 +46,9 @@
         <!-- General Properties -->
         <top.dir>${project.basedir}</top.dir>
 
+        <!-- Phoenix Versions -->
+        <phoenix.version>4.14.1-HBase-1.4</phoenix.version>
+
         <!-- Hadoop Versions -->
         <hbase.version>1.4.0</hbase.version>
         <hadoop-two.version>2.7.5</hadoop-two.version>
@@ -385,12 +388,12 @@
             <dependency>
                 <groupId>org.apache.phoenix</groupId>
                 <artifactId>phoenix-core</artifactId>
-                <version>${project.version}</version>
+                <version>${phoenix.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.phoenix</groupId>
                 <artifactId>phoenix-core</artifactId>
-                <version>${project.version}</version>
+                <version>${phoenix.version}</version>
                 <classifier>tests</classifier>
                 <scope>test</scope>
             </dependency>

Reply via email to