update to v3.1.3

(cherry picked from commit b8fa68603c5dd89c410e9c579e2bb8a75c86ea8b)
This commit is contained in:
yangzhao_kl 2022-09-13 22:18:40 +08:00 committed by openeuler-sync-bot
parent d928ae7da5
commit 32300216bd
3 changed files with 101 additions and 98 deletions

View File

@ -1,8 +1,8 @@
%define __os_install_post %{nil}
Name: hive
Version: 3.1.2
Release: 3
Version: 3.1.3
Release: 1
Summary: The Apache Hadoop data warehouse
License: Apache-2.0 and Python-2.0 and MPL-2.0 and BSD and ICU
@ -94,7 +94,7 @@ ln -s %{_datadir}/%{name}/bin/ext %{buildroot}%{_bindir}/ext
# conf
for f in hive-default.xml hive-env.sh hive-exec-log4j2.properties hive-log4j2.properties; do
cp -p packaging/target/apache-hive-3.1.2-bin/conf/${f}.template %{buildroot}%{_datadir}/%{name}/conf/${f}
cp -p packaging/target/apache-hive-%{version}-bin/conf/${f}.template %{buildroot}%{_datadir}/%{name}/conf/${f}
ln -s %{_datadir}/%{name}/conf/${f} %{buildroot}%{_sysconfdir}/%{name}/${f}
done
@ -127,6 +127,9 @@ ln -s %{_javadir}/%{name}/%{name}-shims.jar %{buildroot}%{_datadir}/hadoop/mapre
%changelog
* Tue Sep 13 2022 Zhao Yang <yangzhao1@kylinos.cn> 3.1.3-1
- update to version 3.1.3
* Wed Jul 14 2021 Ge Wang <wangge20@huawei.com> 3.1.2-3
- Modify sql script's privilege

View File

@ -4,8 +4,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-beeline</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/beeline/target/hive-beeline-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/beeline/target/hive-beeline-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -15,7 +15,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-beeline</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/beeline/pom.xml</path>
<properties>
<type>jar</type>
@ -26,8 +26,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-cli</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/cli/target/hive-cli-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/cli/target/hive-cli-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -48,8 +48,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/common/target/hive-common-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/common/target/hive-common-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -59,7 +59,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-common</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/common/pom.xml</path>
<properties>
<type>jar</type>
@ -70,8 +70,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-contrib</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/contrib/target/hive-contrib-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/contrib/target/hive-contrib-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -81,7 +81,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-contrib</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/contrib/pom.xml</path>
<properties>
<type>jar</type>
@ -92,8 +92,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/ql/target/hive-exec-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/ql/target/hive-exec-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -103,7 +103,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/ql/pom.xml</path>
<properties>
<type>jar</type>
@ -114,8 +114,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/jdbc/target/hive-jdbc-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/jdbc/target/hive-jdbc-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -125,7 +125,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/jdbc/pom.xml</path>
<properties>
<type>jar</type>
@ -136,8 +136,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/metastore/target/hive-metastore-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/metastore/target/hive-metastore-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -147,7 +147,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/metastore/pom.xml</path>
<properties>
<type>jar</type>
@ -158,8 +158,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/serde/target/hive-serde-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/serde/target/hive-serde-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -169,7 +169,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/serde/pom.xml</path>
<properties>
<type>jar</type>
@ -180,8 +180,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/service/target/hive-service-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/service/target/hive-service-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -191,7 +191,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/service/pom.xml</path>
<properties>
<type>jar</type>
@ -202,8 +202,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-shims</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/shims/aggregator/target/hive-shims-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/shims/aggregator/target/hive-shims-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -213,7 +213,7 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-shims</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/shims/pom.xml</path>
<properties>
<type>jar</type>
@ -225,8 +225,8 @@
<artifact>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-core</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hcatalog/core/target/hive-hcatalog-core-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/core/target/hive-hcatalog-core-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -236,7 +236,7 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-core</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/core/pom.xml</path>
<properties>
<type>jar</type>
@ -247,8 +247,8 @@
<artifact>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-pig-adapter</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hcatalog/hcatalog-pig-adapter/target/hive-hcatalog-pig-adapter-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/hcatalog-pig-adapter/target/hive-hcatalog-pig-adapter-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -258,7 +258,7 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-pig-adapter</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/hcatalog-pig-adapter/pom.xml</path>
<properties>
<type>jar</type>
@ -270,7 +270,7 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/pom.xml</path>
<properties>
<type>jar</type>
@ -281,8 +281,8 @@
<artifact>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-server-extensions</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hcatalog/server-extensions/target/hive-hcatalog-server-extensions-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/server-extensions/target/hive-hcatalog-server-extensions-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -292,7 +292,7 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hcatalog-server-extensions</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/server-extensions/pom.xml</path>
<properties>
<type>jar</type>
@ -303,8 +303,8 @@
<artifact>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat-java-client</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hcatalog/webhcat/java-client/target/hive-webhcat-java-client-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/webhcat/java-client/target/hive-webhcat-java-client-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -314,7 +314,7 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat-java-client</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/webhcat/java-client/pom.xml</path>
<properties>
<type>jar</type>
@ -325,8 +325,8 @@
<artifact>
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hcatalog/webhcat/svr/target/hive-webhcat-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/webhcat/svr/target/hive-webhcat-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -336,7 +336,7 @@
<groupId>org.apache.hive.hcatalog</groupId>
<artifactId>hive-webhcat</artifactId>
<extension>pom</extension>
<version>3.1.2</version>
<version>3.1.3</version>
<path>absolute-prefix/hcatalog/webhcat/svr/pom.xml</path>
<properties>
<type>jar</type>
@ -348,8 +348,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-accumulo-handler</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/accumulo-handler/target/hive-accumulo-handler-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/accumulo-handler/target/hive-accumulo-handler-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -358,8 +358,8 @@
<!--artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-ant</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/ant/target/hive-ant-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/ant/target/hive-ant-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -368,8 +368,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-hbase-handler</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hbase-handler/target/hive-hbase-handler-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hbase-handler/target/hive-hbase-handler-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -378,8 +378,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-hplsql</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hplsql/target/hive-hplsql-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hplsql/target/hive-hplsql-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -388,8 +388,8 @@
<!--artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-hwi</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/hwi/target/hive-hwi-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/hwi/target/hive-hwi-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -398,8 +398,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-client</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/llap-client/target/hive-llap-client-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/llap-client/target/hive-llap-client-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -408,8 +408,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-common</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/llap-common/target/hive-llap-common-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/llap-common/target/hive-llap-common-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -418,8 +418,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-ext-client</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/llap-ext-client/target/hive-llap-ext-client-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/llap-ext-client/target/hive-llap-ext-client-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -428,8 +428,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-server</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/llap-server/target/hive-llap-server-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/llap-server/target/hive-llap-server-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -438,8 +438,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-tez</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/llap-tez/target/hive-llap-tez-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/llap-tez/target/hive-llap-tez-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -448,8 +448,8 @@
<!--artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-orc</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/orc/target/hive-orc-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/orc/target/hive-orc-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -458,8 +458,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service-rpc</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/service-rpc/target/hive-service-rpc-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/service-rpc/target/hive-service-rpc-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -469,8 +469,8 @@
<artifact>
<groupId>org.apache.hive.shims</groupId>
<artifactId>hive-shims-0.23</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/shims/0.23/target/hive-shims-0.23-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/shims/0.23/target/hive-shims-0.23-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -479,8 +479,8 @@
<artifact>
<groupId>org.apache.hive.shims</groupId>
<artifactId>hive-shims-common</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/shims/common/target/hive-shims-common-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/shims/common/target/hive-shims-common-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -489,8 +489,8 @@
<artifact>
<groupId>org.apache.hive.shims</groupId>
<artifactId>hive-shims-scheduler</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/shims/scheduler/target/hive-shims-scheduler-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/shims/scheduler/target/hive-shims-scheduler-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -500,8 +500,8 @@
<!--artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-storage-api</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/storage-api/target/hive-storage-api-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/storage-api/target/hive-storage-api-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -510,8 +510,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-testutils</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/testutils/target/hive-testutils-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/testutils/target/hive-testutils-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -520,8 +520,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-classification</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/classification/target/hive-classification-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/classification/target/hive-classification-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -530,8 +530,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-druid-handler</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/druid-handler/target/hive-druid-handler-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/druid-handler/target/hive-druid-handler-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -540,8 +540,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc-handler</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/jdbc-handler/target/hive-jdbc-handler-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/jdbc-handler/target/hive-jdbc-handler-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -550,8 +550,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-kryo-registrator</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/kryo-registrator/target/hive-kryo-registrator-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/kryo-registrator/target/hive-kryo-registrator-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -560,8 +560,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-standalone-metastore</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/standalone-metastore/target/hive-standalone-metastore-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/standalone-metastore/target/hive-standalone-metastore-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -570,8 +570,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-streaming</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/streaming/target/hive-streaming-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/streaming/target/hive-streaming-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -580,8 +580,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-upgrade-acid</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/upgrade-acid/target/hive-upgrade-acid-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/upgrade-acid/target/hive-upgrade-acid-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>
@ -590,8 +590,8 @@
<artifact>
<groupId>org.apache.hive</groupId>
<artifactId>hive-vector-code-gen</artifactId>
<version>3.1.2</version>
<path>absolute-prefix/vector-code-gen/target/hive-vector-code-gen-3.1.2.jar</path>
<version>3.1.3</version>
<path>absolute-prefix/vector-code-gen/target/hive-vector-code-gen-3.1.3.jar</path>
<properties>
<type>jar</type>
<requiresJava>1.6</requiresJava>