This is an automated email from the ASF dual-hosted git repository. ngangam pushed a commit to annotated tag branch-3.1.2-rc0 in repository https://gitbox.apache.org/repos/asf/hive.git
commit 4dd93e2514c971553b3f735cd4a79c26c63c629b Author: Naveen Gangam <ngan...@cloudera.com> AuthorDate: Mon Jan 13 15:23:02 2020 -0500 Preparing for 3.1.2 release (Naveen Gangam) --- RELEASE_NOTES.txt | 37 ++++------------------ accumulo-handler/pom.xml | 2 +- beeline/pom.xml | 2 +- classification/pom.xml | 2 +- cli/pom.xml | 2 +- common/pom.xml | 2 +- contrib/pom.xml | 2 +- druid-handler/pom.xml | 2 +- hbase-handler/pom.xml | 2 +- hcatalog/core/pom.xml | 2 +- hcatalog/hcatalog-pig-adapter/pom.xml | 2 +- hcatalog/pom.xml | 2 +- hcatalog/server-extensions/pom.xml | 2 +- hcatalog/streaming/pom.xml | 2 +- hcatalog/webhcat/java-client/pom.xml | 2 +- hcatalog/webhcat/svr/pom.xml | 2 +- hplsql/pom.xml | 2 +- itests/custom-serde/pom.xml | 2 +- itests/custom-udfs/pom.xml | 2 +- itests/custom-udfs/udf-classloader-udf1/pom.xml | 2 +- itests/custom-udfs/udf-classloader-udf2/pom.xml | 2 +- itests/custom-udfs/udf-classloader-util/pom.xml | 2 +- .../custom-udfs/udf-vectorized-badexample/pom.xml | 2 +- itests/hcatalog-unit/pom.xml | 2 +- itests/hive-blobstore/pom.xml | 2 +- itests/hive-jmh/pom.xml | 2 +- itests/hive-minikdc/pom.xml | 2 +- itests/hive-unit-hadoop2/pom.xml | 2 +- itests/hive-unit/pom.xml | 2 +- itests/pom.xml | 4 +-- itests/qtest-accumulo/pom.xml | 2 +- itests/qtest-druid/pom.xml | 2 +- itests/qtest-spark/pom.xml | 2 +- itests/qtest/pom.xml | 2 +- itests/test-serde/pom.xml | 2 +- itests/util/pom.xml | 2 +- jdbc-handler/pom.xml | 2 +- jdbc/pom.xml | 2 +- kryo-registrator/pom.xml | 2 +- llap-client/pom.xml | 2 +- llap-common/pom.xml | 2 +- llap-ext-client/pom.xml | 2 +- llap-server/pom.xml | 2 +- llap-tez/pom.xml | 2 +- metastore/pom.xml | 2 +- packaging/pom.xml | 2 +- pom.xml | 2 +- ql/pom.xml | 2 +- serde/pom.xml | 2 +- service-rpc/pom.xml | 2 +- service/pom.xml | 2 +- shims/0.23/pom.xml | 2 +- shims/aggregator/pom.xml | 2 +- shims/common/pom.xml | 2 +- shims/pom.xml | 2 +- shims/scheduler/pom.xml | 2 +- spark-client/pom.xml | 4 +-- standalone-metastore/pom.xml | 2 +- streaming/pom.xml | 2 +- testutils/pom.xml | 2 +- upgrade-acid/pom.xml | 2 +- vector-code-gen/pom.xml | 2 +- 62 files changed, 70 insertions(+), 93 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index adecbdd..28e33eb 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,33 +1,10 @@ -Release Notes - Hive - Version 3.1.2 +Release Notes - Hive - Version 3.1.3 -** Sub-task - * [HIVE-21290] - Restore historical way of handling timestamps in Parquet while keeping the new semantics at the same time - * [HIVE-21291] - Restore historical way of handling timestamps in Avro while keeping the new semantics at the same time ** Bug - * [HIVE-18624] - Parsing time is extremely high (~10 min) for queries with complex select expressions - * [HIVE-18874] - JDBC: HiveConnection shades log4j interfaces - * [HIVE-20010] - Fix create view over literals - * [HIVE-20057] - For ALTER TABLE t SET TBLPROPERTIES ('EXTERNAL'='TRUE'); `TBL_TYPE` attribute change not reflecting for non-CAPS - * [HIVE-20126] - OrcInputFormat does not pass conf to orc reader options - * [HIVE-20555] - HiveServer2: Preauthenticated subject for http transport is not retained for entire duration of http communication in some cases - * [HIVE-20593] - Load Data for partitioned ACID tables fails with bucketId out of range: -1 - * [HIVE-21039] - CURRENT_TIMESTAMP returns value in UTC time zone - * [HIVE-21156] - SharedWorkOptimizer may preserve filter in TS incorrectly - * [HIVE-21236] - SharedWorkOptimizer should check table properties - * [HIVE-21342] - Analyze compute stats for column leave behind staging dir on hdfs - * [HIVE-21376] - Incompatible change in Hive bucket computation - * [HIVE-21540] - Query with join condition having date literal throws SemanticException. - * [HIVE-21564] - Load data into a bucketed table is ignoring partitions specs and loads data into default partition. - * [HIVE-21600] - GenTezUtils.removeSemiJoinOperator may throw out of bounds exception for TS with multiple children - * [HIVE-21613] - Queries with join condition having timestamp or timestamp with local time zone literal throw SemanticException - * [HIVE-21755] - Backport HIVE-21462 to branch-3: Upgrading SQL server backed metastore when changing data type of a column with constraints - * [HIVE-21756] - Backport HIVE-21404 to branch-3: MSSQL upgrade script alters the wrong column - * [HIVE-21758] - DBInstall tests broken on master and branch-3.1 - * [HIVE-21808] - Backport HIVE-21786 to branch-3.1 - * [HIVE-21821] - Backport HIVE-21739 to branch-3.1 - * [HIVE-22105] - Update ORC to 1.5.6. + * [HIVE-22405] - Add ColumnVector support for ProlepticCalendar + * [HIVE-22407] - Hive metastore upgrade scripts have incorrect (or outdated) comment syntax + * [HIVE-22410] - CachedStore Prewarm Failure NPE + * [HIVE-22589] - Add storage support for ProlepticCalendar ** Improvement - * [HIVE-21980] - Parsing time can be high in case of deeply nested subqueries -** Task - * [HIVE-19667] - Remove distribution management tag from pom.xml - + * [HIVE-22241] - Implement UDF to interpret date/timestamp using its internal representation and Gregorian-Julian hybrid calendar + * [HIVE-22384] - Hive MetaStore CachedStore Funcion Cache Dev diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index 71f7a39..952e1def 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/beeline/pom.xml b/beeline/pom.xml index 1c1b400..67df62b 100644 --- a/beeline/pom.xml +++ b/beeline/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/classification/pom.xml b/classification/pom.xml index 4d19d84..f894a63 100644 --- a/classification/pom.xml +++ b/classification/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/cli/pom.xml b/cli/pom.xml index 6e8c366..880b821 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/common/pom.xml b/common/pom.xml index 10eb1f2..bc372c3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/contrib/pom.xml b/contrib/pom.xml index 7f3a62e..47f856b 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml index e048751..1ea4935 100644 --- a/druid-handler/pom.xml +++ b/druid-handler/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml index 9e695b0..6ea0374 100644 --- a/hbase-handler/pom.xml +++ b/hbase-handler/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml index d485625..fe4e152 100644 --- a/hcatalog/core/pom.xml +++ b/hcatalog/core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml index 4f10614..68e5cda 100644 --- a/hcatalog/hcatalog-pig-adapter/pom.xml +++ b/hcatalog/hcatalog-pig-adapter/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml index 36d5375..f6f302c 100644 --- a/hcatalog/pom.xml +++ b/hcatalog/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hcatalog/server-extensions/pom.xml b/hcatalog/server-extensions/pom.xml index d2e84a3..3fb2740 100644 --- a/hcatalog/server-extensions/pom.xml +++ b/hcatalog/server-extensions/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hcatalog/streaming/pom.xml b/hcatalog/streaming/pom.xml index 03d40d9..b90eec8 100644 --- a/hcatalog/streaming/pom.xml +++ b/hcatalog/streaming/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/hcatalog/webhcat/java-client/pom.xml b/hcatalog/webhcat/java-client/pom.xml index d3dc3b1..49fab91 100644 --- a/hcatalog/webhcat/java-client/pom.xml +++ b/hcatalog/webhcat/java-client/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml index 26aeaa8..b73e7d7 100644 --- a/hcatalog/webhcat/svr/pom.xml +++ b/hcatalog/webhcat/svr/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.hive.hcatalog</groupId> <artifactId>hive-hcatalog</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/hplsql/pom.xml b/hplsql/pom.xml index 201780a..bd1f1c2 100644 --- a/hplsql/pom.xml +++ b/hplsql/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/custom-serde/pom.xml b/itests/custom-serde/pom.xml index eae83df..c86143d 100644 --- a/itests/custom-serde/pom.xml +++ b/itests/custom-serde/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/custom-udfs/pom.xml b/itests/custom-udfs/pom.xml index 405fed9..3a4e64e 100644 --- a/itests/custom-udfs/pom.xml +++ b/itests/custom-udfs/pom.xml @@ -19,7 +19,7 @@ limitations under the License. <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/custom-udfs/udf-classloader-udf1/pom.xml b/itests/custom-udfs/udf-classloader-udf1/pom.xml index 1ca78bc..7df2a22 100644 --- a/itests/custom-udfs/udf-classloader-udf1/pom.xml +++ b/itests/custom-udfs/udf-classloader-udf1/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it-custom-udfs</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/custom-udfs/udf-classloader-udf2/pom.xml b/itests/custom-udfs/udf-classloader-udf2/pom.xml index a6a2ac5..237cec2 100644 --- a/itests/custom-udfs/udf-classloader-udf2/pom.xml +++ b/itests/custom-udfs/udf-classloader-udf2/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it-custom-udfs</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/custom-udfs/udf-classloader-util/pom.xml b/itests/custom-udfs/udf-classloader-util/pom.xml index 4fef7b6..ce9ba50 100644 --- a/itests/custom-udfs/udf-classloader-util/pom.xml +++ b/itests/custom-udfs/udf-classloader-util/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it-custom-udfs</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/custom-udfs/udf-vectorized-badexample/pom.xml b/itests/custom-udfs/udf-vectorized-badexample/pom.xml index b8d9b2e..41c4384 100644 --- a/itests/custom-udfs/udf-vectorized-badexample/pom.xml +++ b/itests/custom-udfs/udf-vectorized-badexample/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it-custom-udfs</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/hcatalog-unit/pom.xml b/itests/hcatalog-unit/pom.xml index 1ceed94..810d57b 100644 --- a/itests/hcatalog-unit/pom.xml +++ b/itests/hcatalog-unit/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/hive-blobstore/pom.xml b/itests/hive-blobstore/pom.xml index 1b5a0bd..8f3f9bf 100644 --- a/itests/hive-blobstore/pom.xml +++ b/itests/hive-blobstore/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/hive-jmh/pom.xml b/itests/hive-jmh/pom.xml index 7a91b7b..b381da8 100644 --- a/itests/hive-jmh/pom.xml +++ b/itests/hive-jmh/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/hive-minikdc/pom.xml b/itests/hive-minikdc/pom.xml index 33b810c..7cf3c50 100644 --- a/itests/hive-minikdc/pom.xml +++ b/itests/hive-minikdc/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/hive-unit-hadoop2/pom.xml b/itests/hive-unit-hadoop2/pom.xml index e851bef..4e99b78 100644 --- a/itests/hive-unit-hadoop2/pom.xml +++ b/itests/hive-unit-hadoop2/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml index d400baa..a5710f4b 100644 --- a/itests/hive-unit/pom.xml +++ b/itests/hive-unit/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/pom.xml b/itests/pom.xml index 66d5d72..a4dc8a9 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> <packaging>pom</packaging> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <name>Hive Integration - Parent</name> <properties> diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml index 8b0e228..76767d7 100644 --- a/itests/qtest-accumulo/pom.xml +++ b/itests/qtest-accumulo/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/qtest-druid/pom.xml b/itests/qtest-druid/pom.xml index 095e0e0..1213fbb 100644 --- a/itests/qtest-druid/pom.xml +++ b/itests/qtest-druid/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hive-it</artifactId> <groupId>org.apache.hive</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/qtest-spark/pom.xml b/itests/qtest-spark/pom.xml index 05c8ebe..ab20bfb 100644 --- a/itests/qtest-spark/pom.xml +++ b/itests/qtest-spark/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml index dd79073..1952708 100644 --- a/itests/qtest/pom.xml +++ b/itests/qtest/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/test-serde/pom.xml b/itests/test-serde/pom.xml index fd54c63..a6557c8 100644 --- a/itests/test-serde/pom.xml +++ b/itests/test-serde/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/itests/util/pom.xml b/itests/util/pom.xml index 38500cf..addf892 100644 --- a/itests/util/pom.xml +++ b/itests/util/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive-it</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/jdbc-handler/pom.xml b/jdbc-handler/pom.xml index f1012a3..1e143dd 100644 --- a/jdbc-handler/pom.xml +++ b/jdbc-handler/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 8277320..a0ffbc1 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/kryo-registrator/pom.xml b/kryo-registrator/pom.xml index 6c785cd..3b8bbcb 100644 --- a/kryo-registrator/pom.xml +++ b/kryo-registrator/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>hive</artifactId> <groupId>org.apache.hive</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <artifactId>hive-kryo-registrator</artifactId> diff --git a/llap-client/pom.xml b/llap-client/pom.xml index ae4c98a..87975c4 100644 --- a/llap-client/pom.xml +++ b/llap-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/llap-common/pom.xml b/llap-common/pom.xml index 1103cea..7f1c856 100644 --- a/llap-common/pom.xml +++ b/llap-common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/llap-ext-client/pom.xml b/llap-ext-client/pom.xml index d01f1a5..eb5350b 100644 --- a/llap-ext-client/pom.xml +++ b/llap-ext-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/llap-server/pom.xml b/llap-server/pom.xml index 2883f57..3c1518f 100644 --- a/llap-server/pom.xml +++ b/llap-server/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/llap-tez/pom.xml b/llap-tez/pom.xml index f759407..6a6bc80 100644 --- a/llap-tez/pom.xml +++ b/llap-tez/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/metastore/pom.xml b/metastore/pom.xml index ff591ad..fda68c7 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/packaging/pom.xml b/packaging/pom.xml index 83660b8..5832967 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 1605934..16cc2dd 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <packaging>pom</packaging> <name>Hive</name> diff --git a/ql/pom.xml b/ql/pom.xml index c26f761..db53950 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/serde/pom.xml b/serde/pom.xml index e288ca3..c2f9de1 100644 --- a/serde/pom.xml +++ b/serde/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index 3feed39..9fa64c8 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/service/pom.xml b/service/pom.xml index e08de56..e02208d 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/shims/0.23/pom.xml b/shims/0.23/pom.xml index 4759b09..c125a30 100644 --- a/shims/0.23/pom.xml +++ b/shims/0.23/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/shims/aggregator/pom.xml b/shims/aggregator/pom.xml index 29f3a05..39a1afb 100644 --- a/shims/aggregator/pom.xml +++ b/shims/aggregator/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/shims/common/pom.xml b/shims/common/pom.xml index 5e990e5..1dd52f3 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/shims/pom.xml b/shims/pom.xml index d4accfb..7898fcb 100644 --- a/shims/pom.xml +++ b/shims/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/shims/scheduler/pom.xml b/shims/scheduler/pom.xml index ed2418c..040aa0a 100644 --- a/shims/scheduler/pom.xml +++ b/shims/scheduler/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../../pom.xml</relativePath> </parent> diff --git a/spark-client/pom.xml b/spark-client/pom.xml index 0da57c9..2a55940 100644 --- a/spark-client/pom.xml +++ b/spark-client/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> </parent> <groupId>org.apache.hive</groupId> <artifactId>hive-spark-client</artifactId> <packaging>jar</packaging> <name>Hive Spark Remote Client</name> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <properties> <hive.path.to.root>..</hive.path.to.root> diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 5a2e9a9..fe7a455 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -25,7 +25,7 @@ <groupId>org.apache.hive</groupId> <artifactId>hive-standalone-metastore</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <packaging>jar</packaging> <name>Hive Standalone Metastore</name> diff --git a/streaming/pom.xml b/streaming/pom.xml index 66c9a7f..8507092 100644 --- a/streaming/pom.xml +++ b/streaming/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/testutils/pom.xml b/testutils/pom.xml index 14164c8..ed43e63 100644 --- a/testutils/pom.xml +++ b/testutils/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/upgrade-acid/pom.xml b/upgrade-acid/pom.xml index 8f61356..f95117e 100644 --- a/upgrade-acid/pom.xml +++ b/upgrade-acid/pom.xml @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <!--this module is added to parent pom so that it builds and releases with the reset of Hive--> <groupId>org.apache.hive</groupId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <artifactId>hive-upgrade-acid</artifactId> <name>Hive Upgrade Acid</name> <packaging>jar</packaging> diff --git a/vector-code-gen/pom.xml b/vector-code-gen/pom.xml index 0cf7a67..7ccc31d 100644 --- a/vector-code-gen/pom.xml +++ b/vector-code-gen/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.hive</groupId> <artifactId>hive</artifactId> - <version>3.1.3-SNAPSHOT</version> + <version>3.1.3</version> <relativePath>../pom.xml</relativePath> </parent>