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 @@