You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2019/05/30 22:55:24 UTC

[calcite] 02/02: [CALCITE-3098] Upgrade SQLLine to 1.8.0

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

jhyde pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 6c96d15c47fb545e7a8405f68d090fd7233e553d
Author: Julian Hyde <jh...@apache.org>
AuthorDate: Tue May 28 15:28:11 2019 -0700

    [CALCITE-3098] Upgrade SQLLine to 1.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d5a31eb..3e85f1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@ limitations under the License.
     <slf4j.version>1.7.25</slf4j.version>
     <log4j2.version>2.11.0</log4j2.version>
     <spark.version>2.2.0</spark.version>
-    <sqlline.version>1.7.0</sqlline.version>
+    <sqlline.version>1.8.0</sqlline.version>
     <tpcds.version>1.2</tpcds.version>
     <xalan.version>2.7.1</xalan.version>
     <xerces.version>2.9.1</xerces.version>