Skip to content

Commit 315c18e

Browse files
committed
Release v1.0.0
1 parent 9f1985d commit 315c18e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ More background at https://lists.apache.org/thread/63lr45kyh78s64spwsjxjy8zdyzpr
5656

5757
## Release Note
5858

59-
The current project has not yet carried out any release work.
59+
### 1.0.0
60+
61+
This is the first `Thin JAR` build for the HiveServer2 JDBC Driver on `apache/hive:4.0.0`.
62+
Fixed all class conflicts.
6063

6164
## Contributing
6265

hive-server2-jdbc-driver-thin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.linghengqian</groupId>
88
<artifactId>hive-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>hive-server2-jdbc-driver-thin</artifactId>

hive-server2-jdbc-driver-uber/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.linghengqian</groupId>
88
<artifactId>hive-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>hive-server2-jdbc-driver-uber</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.linghengqian</groupId>
77
<artifactId>hive-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99

1010
<packaging>pom</packaging>
1111
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)