From 666b381da16f9e9fea5c4e893bdc3f58deb44853 Mon Sep 17 00:00:00 2001 From: dmitrybugakov Date: Mon, 9 Oct 2023 19:15:24 +0200 Subject: [PATCH] (release) prepare for next development iteration --- 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 69389a3f..ef71a6a4 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.7.1 + 2.8.0-SNAPSHOT ../../pom.xml diff --git a/clickhouse-integration/pom.xml b/clickhouse-integration/pom.xml index 2fc86997..cdae6047 100644 --- a/clickhouse-integration/pom.xml +++ b/clickhouse-integration/pom.xml @@ -20,7 +20,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.7.1 + 2.8.0-SNAPSHOT clickhouse-integration diff --git a/clickhouse-native-jdbc-shaded/pom.xml b/clickhouse-native-jdbc-shaded/pom.xml index 7955d445..cc8dccb5 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.7.1 + 2.8.0-SNAPSHOT clickhouse-native-jdbc-shaded diff --git a/clickhouse-native-jdbc/pom.xml b/clickhouse-native-jdbc/pom.xml index f76ca3c5..180ecccb 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.7.1 + 2.8.0-SNAPSHOT clickhouse-native-jdbc diff --git a/examples/pom.xml b/examples/pom.xml index a2e9c28e..3bb10623 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -20,7 +20,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.7.1 + 2.8.0-SNAPSHOT examples diff --git a/pom.xml b/pom.xml index 39b10335..27eef0d6 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.github.housepower clickhouse-native-jdbc-parent - 2.7.1 + 2.8.0-SNAPSHOT pom ClickHouse Native JDBC POM