Skip to content

Commit f9b0055

Browse files
committed
Release v1.6.0
1 parent cb8572d commit f9b0055

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use third-party builds of this project in any Maven project.
4747
<dependency>
4848
<groupId>io.github.linghengqian</groupId>
4949
<artifactId>hive-server2-jdbc-driver-thin</artifactId>
50-
<version>1.5.0</version>
50+
<version>1.6.0</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.zaxxer</groupId>
@@ -106,6 +106,8 @@ Refer to [CHANGELOG](./doc/CHANGELOG.md).
106106

107107
Refer to [CONTRIBUTING](./doc/CONTRIBUTING.md).
108108

109-
## LICENSE
109+
## License
110110

111111
Refer to [LICENSE](./LICENSE) and [NOTICE](./NOTICE).
112+
113+
The license applies to both the source code and the final JAR distributed on Maven Central.

doc/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## v1
44

5-
### 1.6.0-SNAPSHOT
5+
### 1.6.0
66

77
1. Support connecting to HiveServer2 with ZooKeeper Service Discovery enabled in GraalVM Native Image.
88

99
Build from `apache/hive:rel/release-4.0.1`.
1010

1111
```
12-
io.github.linghengqian:hive-server2-jdbc-driver-thin:1.6.0-SNAPSHOT
13-
io.github.linghengqian:hive-server2-jdbc-driver-uber:1.6.0-SNAPSHOT
12+
io.github.linghengqian:hive-server2-jdbc-driver-thin:1.6.0
13+
io.github.linghengqian:hive-server2-jdbc-driver-uber:1.6.0
1414
```
1515

1616
### 1.5.0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.linghengqian</groupId>
2424
<artifactId>hive-parent</artifactId>
25-
<version>1.6.0-SNAPSHOT</version>
25+
<version>1.6.0</version>
2626
</parent>
2727

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.linghengqian</groupId>
2424
<artifactId>hive-parent</artifactId>
25-
<version>1.6.0-SNAPSHOT</version>
25+
<version>1.6.0</version>
2626
</parent>
2727

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>io.github.linghengqian</groupId>
2323
<artifactId>hive-parent</artifactId>
24-
<version>1.6.0-SNAPSHOT</version>
24+
<version>1.6.0</version>
2525

2626
<packaging>pom</packaging>
2727
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)