From 67d6f77b74c53797d5871eca62af5a09967340ec Mon Sep 17 00:00:00 2001 From: hantmac Date: Fri, 18 Apr 2025 18:44:34 +0800 Subject: [PATCH] fix: upgrade to 037 --- 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 a49012db..b07ed816 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.3.6 + 0.3.7 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index 15b91f33..ff83905b 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.3.6 + 0.3.7 ../pom.xml com.databend databend-client - 0.3.6 + 0.3.7 ${project.parent.basedir} diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index 77ef0a12..e8aea1aa 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.3.6 + 0.3.7 ../pom.xml com.databend databend-jdbc - 0.3.6 + 0.3.7 ${project.parent.basedir} @@ -21,7 +21,7 @@ com.databend databend-client - 0.3.6 + 0.3.7 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index a93bf26b..ef62c50b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.3.6 + 0.3.7 databend-base Databend pom