Skip to content

Commit e06a43c

Browse files
committed
Release v1.4.0
1 parent d4458d7 commit e06a43c

File tree

11 files changed

+24
-14
lines changed

11 files changed

+24
-14
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 linghengqian@outlook.com
1+
# Copyright 2024 Qiheng He
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 linghengqian@outlook.com
1+
# Copyright 2024 Qiheng He
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.licenserc.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 linghengqian@outlook.com
1+
# Copyright 2024 Qiheng He
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
header:
1616
license:
1717
spdx-id: Apache-2.0
18-
copyright-owner: linghengqian@outlook.com
18+
copyright-owner: Qiheng He
1919
paths-ignore:
2020
- 'dist'
2121
- 'licenses'

doc/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## v1
44

5+
### 1.4.0
6+
7+
Updates Apache-2.0 license header.
8+
Build from `apache/hive:rel/release-4.0.0`.
9+
10+
```
11+
io.github.linghengqian:hive-server2-jdbc-driver-thin:1.4.0
12+
io.github.linghengqian:hive-server2-jdbc-driver-uber:1.4.0
13+
```
14+
515
### 1.3.0
616

717
Fixes incorrect package used in unit tests.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2024 linghengqian@outlook.com
3+
~ Copyright 2024 Qiheng He
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.linghengqian</groupId>
2424
<artifactId>hive-parent</artifactId>
25-
<version>1.4.0-SNAPSHOT</version>
25+
<version>1.4.0</version>
2626
</parent>
2727

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

hive-server2-jdbc-driver-thin/src/main/resources/META-INF/native-image/io.grpc/grpc-netty-shaded/native-image.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 linghengqian@outlook.com
1+
# Copyright 2024 Qiheng He
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

hive-server2-jdbc-driver-thin/src/test/java/io/github/linghengqian/hive/server2/jdbc/driver/thin/HiveServer2ThinTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 linghengqian@outlook.com
2+
* Copyright 2024 Qiheng He
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2024 linghengqian@outlook.com
3+
~ Copyright 2024 Qiheng He
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.linghengqian</groupId>
2424
<artifactId>hive-parent</artifactId>
25-
<version>1.4.0-SNAPSHOT</version>
25+
<version>1.4.0</version>
2626
</parent>
2727

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

hive-server2-jdbc-driver-uber/src/main/resources/META-INF/native-image/io.grpc/grpc-netty-shaded/native-image.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 linghengqian@outlook.com
1+
# Copyright 2024 Qiheng He
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

hive-server2-jdbc-driver-uber/src/test/java/io/github/linghengqian/hive/server2/jdbc/driver/uber/HiveServer2UberTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 linghengqian@outlook.com
2+
* Copyright 2024 Qiheng He
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2024 linghengqian@outlook.com
3+
~ Copyright 2024 Qiheng He
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>io.github.linghengqian</groupId>
2323
<artifactId>hive-parent</artifactId>
24-
<version>1.4.0-SNAPSHOT</version>
24+
<version>1.4.0</version>
2525

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

0 commit comments

Comments
 (0)