From 317f36d6163c76134f99d9f2a2d260c21f58e2d2 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 3 Dec 2021 17:42:25 +0800 Subject: [PATCH] (release) prepare release v2.6.2-rc1 --- clickhouse-integration/clickhouse-integration-spark/pom.xml | 2 +- clickhouse-integration/pom.xml | 2 +- clickhouse-native-jdbc-shaded/pom.xml | 2 +- clickhouse-native-jdbc/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clickhouse-integration/clickhouse-integration-spark/pom.xml b/clickhouse-integration/clickhouse-integration-spark/pom.xml index 09a688c9..5670f7e5 100644 --- a/clickhouse-integration/clickhouse-integration-spark/pom.xml +++ b/clickhouse-integration/clickhouse-integration-spark/pom.xml @@ -19,7 +19,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.6.3-SNAPSHOT + 2.6.2 ../../pom.xml diff --git a/clickhouse-integration/pom.xml b/clickhouse-integration/pom.xml index 583778c3..41324707 100644 --- a/clickhouse-integration/pom.xml +++ b/clickhouse-integration/pom.xml @@ -20,7 +20,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.6.3-SNAPSHOT + 2.6.2 clickhouse-integration diff --git a/clickhouse-native-jdbc-shaded/pom.xml b/clickhouse-native-jdbc-shaded/pom.xml index ee19bb6a..0cd27908 100644 --- a/clickhouse-native-jdbc-shaded/pom.xml +++ b/clickhouse-native-jdbc-shaded/pom.xml @@ -20,7 +20,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.6.3-SNAPSHOT + 2.6.2 clickhouse-native-jdbc-shaded diff --git a/clickhouse-native-jdbc/pom.xml b/clickhouse-native-jdbc/pom.xml index 4ceccbe2..f5900df4 100644 --- a/clickhouse-native-jdbc/pom.xml +++ b/clickhouse-native-jdbc/pom.xml @@ -20,7 +20,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.6.3-SNAPSHOT + 2.6.2 clickhouse-native-jdbc diff --git a/examples/pom.xml b/examples/pom.xml index 8edce5f3..23c31b7b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.6.3-SNAPSHOT + 2.6.2 examples diff --git a/pom.xml b/pom.xml index e3634901..25a549fd 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.6.3-SNAPSHOT + 2.6.2 pom ClickHouse Native JDBC POM