From c45f9e05b3500a6913dd16ca9027e499fa6cdaf3 Mon Sep 17 00:00:00 2001 From: Pierre Sauvage Date: Fri, 22 Mar 2024 15:34:31 +0100 Subject: [PATCH] feat(version): bump version to 2.3.9-1.1 --- accumulo-handler/pom.xml | 2 +- beeline/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 +- itests/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 | 2 +- itests/qtest-accumulo/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 +- 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 ++-- tdp/README.md | 2 +- testutils/pom.xml | 2 +- vector-code-gen/pom.xml | 2 +- 56 files changed, 57 insertions(+), 57 deletions(-) diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index fde88307e57e..a480751f2fb1 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/beeline/pom.xml b/beeline/pom.xml index 150527cfc616..b427a7d9c546 100644 --- a/beeline/pom.xml +++ b/beeline/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/cli/pom.xml b/cli/pom.xml index 711ef5071b25..37ff3abc2fa4 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/common/pom.xml b/common/pom.xml index 7cd74a0cfe1d..2b8d8b903b33 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/contrib/pom.xml b/contrib/pom.xml index 9f01cb86140a..7d14daa28fc6 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml index eb5ff89ec9fe..b06fde57f70f 100644 --- a/druid-handler/pom.xml +++ b/druid-handler/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml index 6cfd03b820cb..bcb159837b6f 100644 --- a/hbase-handler/pom.xml +++ b/hbase-handler/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hcatalog/core/pom.xml b/hcatalog/core/pom.xml index 7d5db7b114fd..e895f1b30c97 100644 --- a/hcatalog/core/pom.xml +++ b/hcatalog/core/pom.xml @@ -25,7 +25,7 @@ org.apache.hive.hcatalog hive-hcatalog - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hcatalog/hcatalog-pig-adapter/pom.xml b/hcatalog/hcatalog-pig-adapter/pom.xml index fdd50d5427f7..c30d76ecf8de 100644 --- a/hcatalog/hcatalog-pig-adapter/pom.xml +++ b/hcatalog/hcatalog-pig-adapter/pom.xml @@ -25,7 +25,7 @@ org.apache.hive.hcatalog hive-hcatalog - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hcatalog/pom.xml b/hcatalog/pom.xml index 1fe852543d9e..dea08eb7dba8 100644 --- a/hcatalog/pom.xml +++ b/hcatalog/pom.xml @@ -24,7 +24,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hcatalog/server-extensions/pom.xml b/hcatalog/server-extensions/pom.xml index 3a1f85f70f54..e37a9bbc71fc 100644 --- a/hcatalog/server-extensions/pom.xml +++ b/hcatalog/server-extensions/pom.xml @@ -25,7 +25,7 @@ org.apache.hive.hcatalog hive-hcatalog - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hcatalog/streaming/pom.xml b/hcatalog/streaming/pom.xml index a24215527981..301887ebd733 100644 --- a/hcatalog/streaming/pom.xml +++ b/hcatalog/streaming/pom.xml @@ -20,7 +20,7 @@ org.apache.hive.hcatalog hive-hcatalog - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/hcatalog/webhcat/java-client/pom.xml b/hcatalog/webhcat/java-client/pom.xml index 27b5743023a8..cec91f280c70 100644 --- a/hcatalog/webhcat/java-client/pom.xml +++ b/hcatalog/webhcat/java-client/pom.xml @@ -25,7 +25,7 @@ org.apache.hive.hcatalog hive-hcatalog - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../../pom.xml diff --git a/hcatalog/webhcat/svr/pom.xml b/hcatalog/webhcat/svr/pom.xml index ea5489e4cb42..d7e14f8c39a4 100644 --- a/hcatalog/webhcat/svr/pom.xml +++ b/hcatalog/webhcat/svr/pom.xml @@ -25,7 +25,7 @@ org.apache.hive.hcatalog hive-hcatalog - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../../pom.xml diff --git a/hplsql/pom.xml b/hplsql/pom.xml index c3f2c7bdad37..daa9cdb0cf48 100644 --- a/hplsql/pom.xml +++ b/hplsql/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/custom-serde/pom.xml b/itests/custom-serde/pom.xml index d32453f6e8e8..deb2ee8ba30f 100644 --- a/itests/custom-serde/pom.xml +++ b/itests/custom-serde/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/custom-udfs/pom.xml b/itests/custom-udfs/pom.xml index f029a8ea467c..17a65a7e83c6 100644 --- a/itests/custom-udfs/pom.xml +++ b/itests/custom-udfs/pom.xml @@ -19,7 +19,7 @@ limitations under the License. org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/custom-udfs/udf-classloader-udf1/pom.xml b/itests/custom-udfs/udf-classloader-udf1/pom.xml index 1fed29e5af6b..f8da4ce6bb32 100644 --- a/itests/custom-udfs/udf-classloader-udf1/pom.xml +++ b/itests/custom-udfs/udf-classloader-udf1/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it-custom-udfs - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/custom-udfs/udf-classloader-udf2/pom.xml b/itests/custom-udfs/udf-classloader-udf2/pom.xml index 2ebd0f3b8e51..847349d7e821 100644 --- a/itests/custom-udfs/udf-classloader-udf2/pom.xml +++ b/itests/custom-udfs/udf-classloader-udf2/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it-custom-udfs - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/custom-udfs/udf-classloader-util/pom.xml b/itests/custom-udfs/udf-classloader-util/pom.xml index f90bb27981e0..6b2047884e7f 100644 --- a/itests/custom-udfs/udf-classloader-util/pom.xml +++ b/itests/custom-udfs/udf-classloader-util/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it-custom-udfs - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/custom-udfs/udf-vectorized-badexample/pom.xml b/itests/custom-udfs/udf-vectorized-badexample/pom.xml index 97509fb132fc..43d204ed8cfb 100644 --- a/itests/custom-udfs/udf-vectorized-badexample/pom.xml +++ b/itests/custom-udfs/udf-vectorized-badexample/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it-custom-udfs - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/hcatalog-unit/pom.xml b/itests/hcatalog-unit/pom.xml index aedbd950fef8..878ff42e33c6 100644 --- a/itests/hcatalog-unit/pom.xml +++ b/itests/hcatalog-unit/pom.xml @@ -25,7 +25,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/hive-blobstore/pom.xml b/itests/hive-blobstore/pom.xml index c4b6637b9458..a189a94d0212 100644 --- a/itests/hive-blobstore/pom.xml +++ b/itests/hive-blobstore/pom.xml @@ -20,7 +20,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/hive-jmh/pom.xml b/itests/hive-jmh/pom.xml index f62d019ee99f..0115a39760f6 100644 --- a/itests/hive-jmh/pom.xml +++ b/itests/hive-jmh/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/hive-minikdc/pom.xml b/itests/hive-minikdc/pom.xml index ac8e5fe894f9..3c0a06e0b6a7 100644 --- a/itests/hive-minikdc/pom.xml +++ b/itests/hive-minikdc/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/hive-unit-hadoop2/pom.xml b/itests/hive-unit-hadoop2/pom.xml index d7d1eae5c264..1ce7bb213323 100644 --- a/itests/hive-unit-hadoop2/pom.xml +++ b/itests/hive-unit-hadoop2/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/hive-unit/pom.xml b/itests/hive-unit/pom.xml index 13f521d567dc..a9ecd546062f 100644 --- a/itests/hive-unit/pom.xml +++ b/itests/hive-unit/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/pom.xml b/itests/pom.xml index a2fd3b464247..f6d8dc4ee64b 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/qtest-accumulo/pom.xml b/itests/qtest-accumulo/pom.xml index 1b84a438356d..5aa1d7f874ea 100644 --- a/itests/qtest-accumulo/pom.xml +++ b/itests/qtest-accumulo/pom.xml @@ -20,7 +20,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/qtest-spark/pom.xml b/itests/qtest-spark/pom.xml index 2346bcb2a681..d3a585c19ae5 100644 --- a/itests/qtest-spark/pom.xml +++ b/itests/qtest-spark/pom.xml @@ -20,7 +20,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml index b6958b8d240e..f940c0e05d44 100644 --- a/itests/qtest/pom.xml +++ b/itests/qtest/pom.xml @@ -20,7 +20,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/test-serde/pom.xml b/itests/test-serde/pom.xml index 16f742eb9053..8bcb87536c66 100644 --- a/itests/test-serde/pom.xml +++ b/itests/test-serde/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/itests/util/pom.xml b/itests/util/pom.xml index c3e26efce98a..f4097541f141 100644 --- a/itests/util/pom.xml +++ b/itests/util/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive-it - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/jdbc-handler/pom.xml b/jdbc-handler/pom.xml index 0c0ead18b243..30840acfb8dd 100644 --- a/jdbc-handler/pom.xml +++ b/jdbc-handler/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 87d1b7343ce0..ca4ba7b3fce5 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/llap-client/pom.xml b/llap-client/pom.xml index 33d994f028ca..9b1e8a8b58c6 100644 --- a/llap-client/pom.xml +++ b/llap-client/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/llap-common/pom.xml b/llap-common/pom.xml index 6c88ffbdb05a..687043cc076d 100644 --- a/llap-common/pom.xml +++ b/llap-common/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/llap-ext-client/pom.xml b/llap-ext-client/pom.xml index 805cc0857bab..a186f5265674 100644 --- a/llap-ext-client/pom.xml +++ b/llap-ext-client/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/llap-server/pom.xml b/llap-server/pom.xml index 71fec63d9a11..6c3dd57683d0 100644 --- a/llap-server/pom.xml +++ b/llap-server/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/llap-tez/pom.xml b/llap-tez/pom.xml index 5b27c27ae8ce..675d5516601d 100644 --- a/llap-tez/pom.xml +++ b/llap-tez/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/metastore/pom.xml b/metastore/pom.xml index ce9de11f52d1..9519eeb534a0 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/packaging/pom.xml b/packaging/pom.xml index 09ec0314fd2d..db2d1bf9e245 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/pom.xml b/pom.xml index 23fcccb6a98c..590a0be985ea 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 pom Hive diff --git a/ql/pom.xml b/ql/pom.xml index 2ccca6bb6d20..530d834547b9 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/serde/pom.xml b/serde/pom.xml index 71ee7a732caa..ab9f52a557af 100644 --- a/serde/pom.xml +++ b/serde/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index c55b0166af2c..4dca36e75d4f 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/service/pom.xml b/service/pom.xml index 031db3d15e27..5b76bd1dff38 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/shims/0.23/pom.xml b/shims/0.23/pom.xml index d95388c92426..e7bd244ec389 100644 --- a/shims/0.23/pom.xml +++ b/shims/0.23/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../../pom.xml diff --git a/shims/aggregator/pom.xml b/shims/aggregator/pom.xml index fe00df5990bf..4f7f9f792cb8 100644 --- a/shims/aggregator/pom.xml +++ b/shims/aggregator/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../../pom.xml diff --git a/shims/common/pom.xml b/shims/common/pom.xml index b9224182d2e6..b6169b25ed8d 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../../pom.xml diff --git a/shims/pom.xml b/shims/pom.xml index bf9db3d13d84..e99c81a4611b 100644 --- a/shims/pom.xml +++ b/shims/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/shims/scheduler/pom.xml b/shims/scheduler/pom.xml index 5b3fac672401..352003d18510 100644 --- a/shims/scheduler/pom.xml +++ b/shims/scheduler/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../../pom.xml diff --git a/spark-client/pom.xml b/spark-client/pom.xml index b97f90dc16e2..13606d2d0411 100644 --- a/spark-client/pom.xml +++ b/spark-client/pom.xml @@ -22,14 +22,14 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 org.apache.hive spark-client jar Spark Remote Client - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 .. diff --git a/tdp/README.md b/tdp/README.md index 398839b00914..b176522dbed9 100644 --- a/tdp/README.md +++ b/tdp/README.md @@ -1,6 +1,6 @@ # TDP Hive Notes -The version 2.3.9-1.0 of Apache Hive is based on the `branch-2.3` tag of the Apache [repository](https://github.com/apache/hive/tree/branch-2.3). +The version 2.3.9-1.1 of Apache Hive is based on the `branch-2.3` tag of the Apache [repository](https://github.com/apache/hive/tree/branch-2.3). **Note**: This is a branch that is only needed for the Spark Dependency. Apache Spark 3.2 depends on version `org.spark-project.hive:2.3.9`. diff --git a/testutils/pom.xml b/testutils/pom.xml index fb68acb1a97d..3c22e0ed94e0 100644 --- a/testutils/pom.xml +++ b/testutils/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml diff --git a/vector-code-gen/pom.xml b/vector-code-gen/pom.xml index c52ace4983f5..776a9f5e9fde 100644 --- a/vector-code-gen/pom.xml +++ b/vector-code-gen/pom.xml @@ -19,7 +19,7 @@ org.apache.hive hive - 2.3.9-1.1-SNAPSHOT + 2.3.9-1.1 ../pom.xml