Skip to content

Commit 1eaf337

Browse files
committed
Release v1.1.0
1 parent eb30306 commit 1eaf337

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ More background at https://lists.apache.org/thread/63lr45kyh78s64spwsjxjy8zdyzpr
6161

6262
## Release Note
6363

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+
6475
### 1.0.0
6576

6677
This is the first `Thin JAR` build and an accompanying, intuitive `Uber JAR` build for the HiveServer2 JDBC driver from

doc/CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ gnome-text-editor ~/.m2/settings.xml
6161
</settings>
6262
```
6363

64+
Modify the `project.version` or `parent.version` of all `pom.xml` to the version we need to release.
65+
6466
Then execute the following command.
6567

6668
```shell

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.1.0-SNAPSHOT</version>
9+
<version>1.1.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.1.0-SNAPSHOT</version>
9+
<version>1.1.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.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99

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

0 commit comments

Comments
 (0)