From e06a43c733d53322e9a0a0b64c1ccf5e370411d3 Mon Sep 17 00:00:00 2001 From: linghengqian Date: Fri, 6 Sep 2024 20:22:51 +0800 Subject: [PATCH] Release v1.4.0 --- .github/workflows/test.yml | 2 +- .gitignore | 2 +- .licenserc.yaml | 4 ++-- doc/CHANGELOG.md | 10 ++++++++++ hive-server2-jdbc-driver-thin/pom.xml | 4 ++-- .../io.grpc/grpc-netty-shaded/native-image.properties | 2 +- .../server2/jdbc/driver/thin/HiveServer2ThinTest.java | 2 +- hive-server2-jdbc-driver-uber/pom.xml | 4 ++-- .../io.grpc/grpc-netty-shaded/native-image.properties | 2 +- .../server2/jdbc/driver/uber/HiveServer2UberTest.java | 2 +- pom.xml | 4 ++-- 11 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc5dbfe..a751746 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -# Copyright 2024 linghengqian@outlook.com +# Copyright 2024 Qiheng He # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.gitignore b/.gitignore index 21c1e2a..37e1e8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2024 linghengqian@outlook.com +# Copyright 2024 Qiheng He # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.licenserc.yaml b/.licenserc.yaml index a6f7f4e..4dc91dc 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 linghengqian@outlook.com +# Copyright 2024 Qiheng He # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: linghengqian@outlook.com + copyright-owner: Qiheng He paths-ignore: - 'dist' - 'licenses' diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 5b85c29..b4bbed9 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,16 @@ ## v1 +### 1.4.0 + +Updates Apache-2.0 license header. +Build from `apache/hive:rel/release-4.0.0`. + +``` +io.github.linghengqian:hive-server2-jdbc-driver-thin:1.4.0 +io.github.linghengqian:hive-server2-jdbc-driver-uber:1.4.0 +``` + ### 1.3.0 Fixes incorrect package used in unit tests. diff --git a/hive-server2-jdbc-driver-thin/pom.xml b/hive-server2-jdbc-driver-thin/pom.xml index 30036d7..b71eb49 100644 --- a/hive-server2-jdbc-driver-thin/pom.xml +++ b/hive-server2-jdbc-driver-thin/pom.xml @@ -1,6 +1,6 @@