diff --git a/README.md b/README.md index 367b46e..8bdf533 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Add following code block as a dependency com.databend databend-jdbc - 0.2.2 + 0.2.3 ``` diff --git a/databend-client/pom.xml b/databend-client/pom.xml index c16cf19..952e524 100644 --- a/databend-client/pom.xml +++ b/databend-client/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.2.2 + 0.2.3 ../pom.xml com.databend databend-client - 0.2.2 + 0.2.3 diff --git a/databend-jdbc/pom.xml b/databend-jdbc/pom.xml index 1e45151..0ba9c6b 100644 --- a/databend-jdbc/pom.xml +++ b/databend-jdbc/pom.xml @@ -6,12 +6,12 @@ com.databend databend-base - 0.2.2 + 0.2.3 ../pom.xml com.databend databend-jdbc - 0.2.2 + 0.2.3 @@ -24,7 +24,7 @@ com.databend databend-client - 0.2.2 + 0.2.3 com.squareup.okhttp3 diff --git a/pom.xml b/pom.xml index 20f667a..dc4c259 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.databend databend-base - 0.2.2 + 0.2.3 databend-base Databend pom