You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2020/06/24 10:26:21 UTC

[calcite] branch master updated: [CALCITE-4086] Upgrade Avatica version to 1.17.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b0b435c  [CALCITE-4086] Upgrade Avatica version to 1.17.0
b0b435c is described below

commit b0b435cae05d2d96326e3f7165bfaea4c2b28e52
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Wed Jun 24 00:40:11 2020 +0200

    [CALCITE-4086] Upgrade Avatica version to 1.17.0
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index ea5b9aa..d67b6a2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -25,7 +25,7 @@ kotlin.parallel.tasks.in.project=true
 # Release version can be generated by using -Prelease or -Prc=<int> arguments
 calcite.version=1.24.0
 # This is a version to be used from Maven repository. It can be overridden by localAvatica below
-calcite.avatica.version=1.16.0
+calcite.avatica.version=1.17.0
 
 # The options below configures the use of local clone (e.g. testing development versions)
 # You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>