Skip to content

Commit

Permalink
Merge pull request #645 from zhicwu/update-poms
Browse files Browse the repository at this point in the history
Add missing properties
  • Loading branch information
zhicwu authored Apr 27, 2021
2 parents 023b174 + 9603356 commit 9b72c8a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clickhouse-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>clickhouse-benchmark</name>
<name>${project.artifactId}</name>
<description>Benchmarks for ClickHouse clients</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-benchmark</url>

<properties>
<clickhouse4j-driver.version>1.4.4</clickhouse4j-driver.version>
Expand Down
4 changes: 4 additions & 0 deletions clickhouse-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>Unified Java client for ClickHouse</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-client</url>

<properties>
<javacc-plugin.version>4.1.4</javacc-plugin.version>
</properties>
Expand Down
4 changes: 4 additions & 0 deletions clickhouse-grpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>gRPC client for ClickHouse</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-grpc-client</url>

<dependencies>
<dependency>
<groupId>${project.parent.groupId}</groupId>
Expand Down
4 changes: 4 additions & 0 deletions clickhouse-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>HTTP client for ClickHouse</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-http-client</url>

<properties>
<httpclient.version>4.5.13</httpclient.version>
</properties>
Expand Down
4 changes: 4 additions & 0 deletions clickhouse-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>JDBC driver for ClickHouse</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-jdbc</url>

<developers>
<developer>
<id>serebrserg</id>
Expand Down
4 changes: 4 additions & 0 deletions clickhouse-mysql-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>MySQL client for ClickHouse</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-mysql-client</url>

<properties>
<mariadb-driver.version>2.7.2</mariadb-driver.version>
<mysql-driver.version>8.0.23</mysql-driver.version>
Expand Down
4 changes: 4 additions & 0 deletions clickhouse-native-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<version>${revision}</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
<description>Native client for ClickHouse</description>
<url>https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-native-client</url>

<dependencies>
<dependency>
<groupId>${parent.groupId}</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
<version>${flatten-plugin.version}</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>ossrh</flattenMode>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9b72c8a

Please sign in to comment.