From 5c8e631008b5eb79cc32af5a810e58c700abaf7f Mon Sep 17 00:00:00 2001 From: zhihanz Date: Fri, 23 Feb 2024 14:29:09 +0800 Subject: [PATCH] release 0.1.9 --- README.md | 2 +- databend-client/pom.xml | 4 ++-- databend-jdbc/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 870b6411..3b99c5d8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.1.8 + 0.1.9 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index cc49d6f8..cb786250 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.1.8 + 0.1.9 ../pom.xml com.databend databend-client - 0.1.8 + 0.1.9 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index fe6bd9a7..fbf998c0 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.1.8 + 0.1.9 ../pom.xml com.databend databend-jdbc - 0.1.8 + 0.1.9 @@ -24,7 +24,7 @@ com.databend databend-client - 0.1.8 + 0.1.9 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index 24e4faca..aa3c25d6 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.1.8 + 0.1.9 databend-base Databend pom