Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian committed Aug 16, 2024
1 parent 9f1985d commit 315c18e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ More background at https://lists.apache.org/thread/63lr45kyh78s64spwsjxjy8zdyzpr

## Release Note

The current project has not yet carried out any release work.
### 1.0.0

This is the first `Thin JAR` build for the HiveServer2 JDBC Driver on `apache/hive:4.0.0`.
Fixed all class conflicts.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion hive-server2-jdbc-driver-thin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>hive-server2-jdbc-driver-thin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hive-server2-jdbc-driver-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>hive-server2-jdbc-driver-uber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.linghengqian</groupId>
<artifactId>hive-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 315c18e

Please sign in to comment.