Skip to content

Commit

Permalink
Remove groupId declaration for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Oct 7, 2021
1 parent aea7d4b commit f66139a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clickhouse-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>${revision}</version>
</parent>

<groupId>${project.parent.groupId}</groupId>
<artifactId>clickhouse-http-client</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>
Expand Down
1 change: 0 additions & 1 deletion clickhouse-tcp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>${revision}</version>
</parent>

<groupId>${project.parent.groupId}</groupId>
<artifactId>clickhouse-tcp-client</artifactId>
<version>${revision}</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit f66139a

Please sign in to comment.