Skip to content

Commit eaee8c0

Browse files
committed
Release v2.0.0
1 parent 376f729 commit eaee8c0

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ All release products have been verified and usable in the GraalVM Native Image c
100100
For HotSpot VM, all JAR products can be run on any `OpenJDK 17` and later distribution.
101101

102102
For the Docker Image of `apache/hive:4.1.0`,
103-
you can use `2.0.0-SNAPSHOT` of `io.github.linghengqian:hive-server2-jdbc-driver-thin` or `io.github.linghengqian:hive-server2-jdbc-driver-uber`.
104-
**This sub-task has not yet been completed.**
103+
you can use `2.0.0` of `io.github.linghengqian:hive-server2-jdbc-driver-thin` or `io.github.linghengqian:hive-server2-jdbc-driver-uber`.
105104

106105
## FAQ
107106

pom.xml

Lines changed: 1 addition & 1 deletion
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>2.0.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525

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

reachability-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<artifactId>hive-server2-jdbc-driver-reachability-metadata</artifactId>
2828
<name>${project.groupId}:${project.artifactId}</name>

subprojects/doc/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
## v2
44

5-
1. Bump base HiveServer2 JDBC Driver version to `4.1.0`.
5+
1. Bump base HiveServer2 JDBC Driver version from `4.0.1` to `4.1.0`.
66
2. Fix the warning message
77
`[WARNING] 2 problems were encountered while building the effective model for org.apache.yetus:audience-annotations:jar:0.5.0 during dependency collection step for project (use -X to see details)`
88
passed by HiveServer2 JDBC Driver.
99
3. Add more GraalVM Reachability Metadata for `org.apache.hadoop:hadoop-common:3.4.1`.
1010
4. Add more GraalVM Reachability Metadata for `org.apache.hive:hive-jdbc:4.1.0`.
1111
5. Add more GraalVM Reachability Metadata for `org.apache.hive:hive-jdbc:4.1.0:standalone`.
1212
6. Add more GraalVM Reachability Metadata for `org.apache.zookeeper:zookeeper:3.8.4`.
13-
7. Bump the minimum JDK runtime requirement to `OpenJDK 17`.
13+
7. Bump the minimum JDK runtime requirement from `OpenJDK 8` to `OpenJDK 17`.
1414

1515
Build from `apache/hive:rel/release-4.1.0`.
1616

1717
```
18-
io.github.linghengqian:hive-server2-jdbc-driver-thin:2.0.0-SNAPSHOT
19-
io.github.linghengqian:hive-server2-jdbc-driver-uber:2.0.0-SNAPSHOT
18+
io.github.linghengqian:hive-server2-jdbc-driver-thin:2.0.0
19+
io.github.linghengqian:hive-server2-jdbc-driver-uber:2.0.0
2020
```
2121

2222
## v1
@@ -94,7 +94,7 @@ io.github.linghengqian:hive-server2-jdbc-driver-uber:1.6.0
9494

9595
### 1.5.0
9696

97-
1. Bump base HiveServer2 JDBC Driver version to `4.0.1`.
97+
1. Bump base HiveServer2 JDBC Driver version from `4.0.0` to `4.0.1`.
9898
2. Support using Thin JAR and Uber JAR of HiveServer2 JDBC Driver under `OpenJDK 23`.
9999
3. Supports using Thin JAR and Uber JAR of HiveServer2 JDBC Driver in GraalVM Native Image compiled by `GraalVM CE For JDK 23`.
100100

subprojects/doc/QuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use third-party builds of this project in any Maven project.
1313
<dependency>
1414
<groupId>io.github.linghengqian</groupId>
1515
<artifactId>hive-server2-jdbc-driver-thin</artifactId>
16-
<version>1.8.2</version>
16+
<version>2.0.0</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.zaxxer</groupId>

thin/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<artifactId>hive-server2-jdbc-driver-thin</artifactId>
2828
<name>${project.groupId}:${project.artifactId}</name>

uber/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.0.0-SNAPSHOT</version>
25+
<version>2.0.0</version>
2626
</parent>
2727
<artifactId>hive-server2-jdbc-driver-uber</artifactId>
2828
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)