File tree 5 files changed +16
-3
lines changed
hive-server2-jdbc-driver-thin
hive-server2-jdbc-driver-uber
5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,17 @@ More background at https://lists.apache.org/thread/63lr45kyh78s64spwsjxjy8zdyzpr
61
61
62
62
## Release Note
63
63
64
+ ### 1.1.0
65
+
66
+ Provides built-in GraalVM Reachability Metadata.
67
+ Build from ` apache/hive:rel/release-4.0.0 ` .
68
+
69
+ ```
70
+ io.github.linghengqian:hive-server2-jdbc-driver-thin:1.1.0
71
+
72
+ io.github.linghengqian:hive-server2-jdbc-driver-uber:1.1.0
73
+ ```
74
+
64
75
### 1.0.0
65
76
66
77
This is the first ` Thin JAR ` build and an accompanying, intuitive ` Uber JAR ` build for the HiveServer2 JDBC driver from
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ gnome-text-editor ~/.m2/settings.xml
61
61
</settings >
62
62
```
63
63
64
+ Modify the ` project.version ` or ` parent.version ` of all ` pom.xml ` to the version we need to release.
65
+
64
66
Then execute the following command.
65
67
66
68
``` shell
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.linghengqian</groupId >
8
8
<artifactId >hive-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.github.linghengqian</groupId >
8
8
<artifactId >hive-parent</artifactId >
9
- <version >1.1.0-SNAPSHOT </version >
9
+ <version >1.1.0</version >
10
10
</parent >
11
11
12
12
<artifactId >hive-server2-jdbc-driver-uber</artifactId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.github.linghengqian</groupId >
7
7
<artifactId >hive-parent</artifactId >
8
- <version >1.1.0-SNAPSHOT </version >
8
+ <version >1.1.0</version >
9
9
10
10
<packaging >pom</packaging >
11
11
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments