From 7878691befc66ecc372ff41715cbdff97ec7aafd Mon Sep 17 00:00:00 2001 From: William Hyun Date: Sat, 13 Jul 2024 13:47:52 -0700 Subject: [PATCH] Preparing for release 1.9.4 Signed-off-by: William Hyun --- CMakeLists.txt | 2 +- java/bench/core/pom.xml | 2 +- java/bench/hive/pom.xml | 2 +- java/bench/pom.xml | 2 +- java/bench/spark/pom.xml | 2 +- java/core/pom.xml | 2 +- java/examples/pom.xml | 2 +- java/mapreduce/pom.xml | 2 +- java/pom.xml | 12 ++++++------ java/shims/pom.xml | 2 +- java/tools/pom.xml | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 546abea3cd..15763ce214 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ project(ORC C CXX) # Version number of package SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "9") -SET(CPACK_PACKAGE_VERSION_PATCH "4-SNAPSHOT") +SET(CPACK_PACKAGE_VERSION_PATCH "4") SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules") diff --git a/java/bench/core/pom.xml b/java/bench/core/pom.xml index 9535a7e4d5..91de1eaec4 100644 --- a/java/bench/core/pom.xml +++ b/java/bench/core/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.4-SNAPSHOT + 1.9.4 .. diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml index b026b43330..2534df880a 100644 --- a/java/bench/hive/pom.xml +++ b/java/bench/hive/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.4-SNAPSHOT + 1.9.4 .. diff --git a/java/bench/pom.xml b/java/bench/pom.xml index 158a7557e9..ee500cddfe 100644 --- a/java/bench/pom.xml +++ b/java/bench/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 ../pom.xml diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml index 800e334593..a57fa6d2e6 100644 --- a/java/bench/spark/pom.xml +++ b/java/bench/spark/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.4-SNAPSHOT + 1.9.4 .. diff --git a/java/core/pom.xml b/java/core/pom.xml index ebc8b256ab..df999c5fda 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 ../pom.xml diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 1a220836f5..03a917c8b6 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 ../pom.xml diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index 07a0683a91..c02cdbfc6b 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 ../pom.xml diff --git a/java/pom.xml b/java/pom.xml index 780c058f02..909930cc62 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 pom Apache ORC @@ -75,7 +75,7 @@ 2.7.3 4.11.0 - 2024-03-17T04:45:32Z + 2024-07-13T20:46:56Z 2.0.7 2.8.1 3.0.0-M5 @@ -90,7 +90,7 @@ org.apache.orc orc-shims - 1.9.4-SNAPSHOT + 1.9.4 org.apache.hadoop @@ -105,17 +105,17 @@ org.apache.orc orc-core - 1.9.4-SNAPSHOT + 1.9.4 org.apache.orc orc-mapreduce - 1.9.4-SNAPSHOT + 1.9.4 org.apache.orc orc-tools - 1.9.4-SNAPSHOT + 1.9.4 diff --git a/java/shims/pom.xml b/java/shims/pom.xml index ce6b5f2230..ebb34fe715 100644 --- a/java/shims/pom.xml +++ b/java/shims/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 ../pom.xml diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 2b47c021a4..526c6920b0 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.4-SNAPSHOT + 1.9.4 ../pom.xml