This is an automated email from the ASF dual-hosted git repository. dkuzmenko pushed a commit to annotated tag release-4.0.0-alpha-2-rc1 in repository https://gitbox.apache.org/repos/asf/hive.git
commit 36f5d91acb0fac00a5d46049bd45b744fe9aaab6 Author: Denys Kuzmenko <[email protected]> AuthorDate: Mon Nov 7 18:50:33 2022 +0100 Copyright licences update --- pom.xml | 1 + standalone-metastore/pom.xml | 1 + storage-api/pom.xml | 1 + upgrade-acid/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index f250c2b622a..6dc5e69a8ba 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ <module>kafka-handler</module> </modules> <properties> + <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp> <standalone-metastore.version>4.0.0-alpha-2</standalone-metastore.version> <hive.version.shortname>4.0.0-alpha-2</hive.version.shortname> <!-- Build Properties --> diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 37280a3837e..982f847646c 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -30,6 +30,7 @@ <module>metastore-tools</module> </modules> <properties> + <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp> <hive.version>4.0.0-alpha-2</hive.version> <hive.version.shortname>4.0.0-alpha-2</hive.version.shortname> <standalone.metastore.path.to.root>.</standalone.metastore.path.to.root> diff --git a/storage-api/pom.xml b/storage-api/pom.xml index aa9e663cbd2..47d6ea687bc 100644 --- a/storage-api/pom.xml +++ b/storage-api/pom.xml @@ -25,6 +25,7 @@ <packaging>jar</packaging> <name>Hive Storage API</name> <properties> + <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons-logging.version>1.1.3</commons-logging.version> diff --git a/upgrade-acid/pom.xml b/upgrade-acid/pom.xml index 23d97619c63..eec84af448f 100644 --- a/upgrade-acid/pom.xml +++ b/upgrade-acid/pom.xml @@ -27,6 +27,7 @@ <name>Hive Upgrade Acid</name> <packaging>pom</packaging> <properties> + <project.build.outputTimestamp>2022-07-10T09:19:36Z</project.build.outputTimestamp> <!-- Build properties --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source>
