From cd40fe513d39dfc94fbf5f35ca0776754e5993cf Mon Sep 17 00:00:00 2001 From: zhihanz Date: Thu, 7 Dec 2023 21:37:12 +0800 Subject: [PATCH 1/2] feat: release databend-jdbc v0.1.4 --- databend-client/pom.xml | 4 ++-- databend-jdbc/pom.xml | 6 +++--- pom.xml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/databend-client/pom.xml b/databend-client/pom.xml index b810962d..e1171cd9 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.1.3 + 0.1.4 ../pom.xml com.databend databend-client - 0.1.3 + 0.1.4 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index 7d01f16b..abf27f3c 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.1.3 + 0.1.4 ../pom.xml com.databend databend-jdbc - 0.1.3 + 0.1.4 @@ -24,7 +24,7 @@ com.databend databend-client - 0.1.3 + 0.1.4 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index 41c58c88..c0ef37c1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.1.3 + 0.1.4 databend-base Databend pom @@ -209,13 +209,13 @@ - + org.apache.maven.plugins maven-checkstyle-plugin From 9bd6292b3a45583c24c300e7c81ead4018354c0f Mon Sep 17 00:00:00 2001 From: zhihanz Date: Thu, 7 Dec 2023 21:38:06 +0800 Subject: [PATCH 2/2] chore: recover skip --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c0ef37c1..72e20485 100644 --- a/pom.xml +++ b/pom.xml @@ -209,13 +209,13 @@ - + org.apache.maven.plugins maven-checkstyle-plugin