Skip to content

Commit

Permalink
(release) prepare release v2.6.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Nov 10, 2021
1 parent f99ab4e commit 19afb85
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clickhouse-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>clickhouse-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clickhouse-native-jdbc-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>clickhouse-native-jdbc-shaded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clickhouse-native-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>clickhouse-native-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.housepower</groupId>
<artifactId>clickhouse-native-jdbc-parent</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<packaging>pom</packaging>

<name>ClickHouse Native JDBC POM</name>
Expand Down

0 comments on commit 19afb85

Please sign in to comment.