From 1fe7a9f6e537d2aa68c6f078df3bc4c00fdccac5 Mon Sep 17 00:00:00 2001 From: zhihanz Date: Mon, 2 Sep 2024 18:03:31 +0800 Subject: [PATCH] chore: upgrade to v0.3.0 --- 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 f3aa95d0..09cf2263 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.2.9 + 0.3.0 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index 38d91ac4..6119dfff 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.2.9 + 0.3.0 ../pom.xml com.databend databend-client - 0.2.9 + 0.3.0 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index f0362f4b..17d8b8bd 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.2.9 + 0.3.0 ../pom.xml com.databend databend-jdbc - 0.2.9 + 0.3.0 @@ -24,7 +24,7 @@ com.databend databend-client - 0.2.9 + 0.3.0 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index d4d6a33e..5ce8bf19 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.2.9 + 0.3.0 databend-base Databend pom