You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pa...@apache.org on 2015/09/30 23:09:04 UTC

drill git commit: DRILL-3479: Fix sqlline version for all profiles

Repository: drill
Updated Branches:
  refs/heads/master e7e018a3d -> 83ebc7886


DRILL-3479: Fix sqlline version for all profiles


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/83ebc788
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/83ebc788
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/83ebc788

Branch: refs/heads/master
Commit: 83ebc7886f1a78e8ccca1a50725a000d3ca928c9
Parents: e7e018a
Author: Parth Chandra <pa...@apache.org>
Authored: Wed Sep 30 13:06:16 2015 -0700
Committer: Parth Chandra <pa...@apache.org>
Committed: Wed Sep 30 13:07:11 2015 -0700

----------------------------------------------------------------------
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/83ebc788/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f9ed586..162efb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
     <dep.slf4j.version>1.7.6</dep.slf4j.version>
     <forkCount>2</forkCount>
     <parquet.version>1.6.0rc3-drill-r0.3</parquet.version>
+    <sqlline.version>1.1.9-drill-r7</sqlline.version>
 
     <!--
       Currently Hive storage plugin only supports Apache Hive 1.0.0 or vendor specific variants of the
@@ -1221,7 +1222,7 @@
           <dependency>
             <groupId>sqlline</groupId>
             <artifactId>sqlline</artifactId>
-            <version>1.1.9-drill-r7</version>
+            <version>${sqlline.version}</version>
           </dependency>
 
           <dependency>
@@ -1583,7 +1584,7 @@
           <dependency>
             <groupId>sqlline</groupId>
             <artifactId>sqlline</artifactId>
-            <version>1.1.9-drill-r5</version>
+            <version>${sqlline.version}</version>
           </dependency>
           <!-- Test Dependencies -->
           <dependency>