You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2020/01/17 17:33:48 UTC

[calcite-avatica] branch master updated: Bump Avatica version to 1.17.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7afdce  Bump Avatica version to 1.17.0
f7afdce is described below

commit f7afdced5d1886bf65da2994ae6d8a060f277f13
Author: Josh Elser <el...@apache.org>
AuthorDate: Fri Jan 17 12:33:34 2020 -0500

    Bump 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 07ba4d7..432aff7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
 # This is version for Calcite Avatica itself
 # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
 # Release version can be generated by using -Prelease or -Prc=<int> arguments
-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>