File tree 5 files changed +10
-8
lines changed
hive-server2-jdbc-driver-thin
hive-server2-jdbc-driver-uber
5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Use third-party builds of this project in any Maven project.
47
47
<dependency >
48
48
<groupId >io.github.linghengqian</groupId >
49
49
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
50
- <version >1.5 .0</version >
50
+ <version >1.6 .0</version >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >com.zaxxer</groupId >
@@ -106,6 +106,8 @@ Refer to [CHANGELOG](./doc/CHANGELOG.md).
106
106
107
107
Refer to [ CONTRIBUTING] ( ./doc/CONTRIBUTING.md ) .
108
108
109
- ## LICENSE
109
+ ## License
110
110
111
111
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.
Original file line number Diff line number Diff line change 2
2
3
3
## v1
4
4
5
- ### 1.6.0-SNAPSHOT
5
+ ### 1.6.0
6
6
7
7
1 . Support connecting to HiveServer2 with ZooKeeper Service Discovery enabled in GraalVM Native Image.
8
8
9
9
Build from ` apache/hive:rel/release-4.0.1 ` .
10
10
11
11
```
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
14
14
```
15
15
16
16
### 1.5.0
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.github.linghengqian</groupId >
24
24
<artifactId >hive-parent</artifactId >
25
- <version >1.6.0-SNAPSHOT </version >
25
+ <version >1.6.0</version >
26
26
</parent >
27
27
28
28
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.github.linghengqian</groupId >
24
24
<artifactId >hive-parent</artifactId >
25
- <version >1.6.0-SNAPSHOT </version >
25
+ <version >1.6.0</version >
26
26
</parent >
27
27
28
28
<artifactId >hive-server2-jdbc-driver-uber</artifactId >
Original file line number Diff line number Diff line change 21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >io.github.linghengqian</groupId >
23
23
<artifactId >hive-parent</artifactId >
24
- <version >1.6.0-SNAPSHOT </version >
24
+ <version >1.6.0</version >
25
25
26
26
<packaging >pom</packaging >
27
27
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments