From 9d434392e46252bf6ad2a6414527d2e619f858e6 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 23 Jun 2023 17:14:17 -0700 Subject: [PATCH] Preparing for release 1.9.0 Signed-off-by: Dongjoon 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 efc8d85a36..dcd4e7fd13 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 "0-SNAPSHOT") +SET(CPACK_PACKAGE_VERSION_PATCH "0") 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 bc1912c027..edba6f8e49 100644 --- a/java/bench/core/pom.xml +++ b/java/bench/core/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.0-SNAPSHOT + 1.9.0 .. diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml index 0c3767a471..aa7b2660ed 100644 --- a/java/bench/hive/pom.xml +++ b/java/bench/hive/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.0-SNAPSHOT + 1.9.0 .. diff --git a/java/bench/pom.xml b/java/bench/pom.xml index 450016c0d7..60cfdcd591 100644 --- a/java/bench/pom.xml +++ b/java/bench/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 ../pom.xml diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml index 9f8f041d7a..a60a2c2507 100644 --- a/java/bench/spark/pom.xml +++ b/java/bench/spark/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.0-SNAPSHOT + 1.9.0 .. diff --git a/java/core/pom.xml b/java/core/pom.xml index 1f764c2e24..c6eeb2428b 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 ../pom.xml diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 81f4c866c7..38aff50f10 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 ../pom.xml diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index 47eeca1a68..aefb69252c 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 ../pom.xml diff --git a/java/pom.xml b/java/pom.xml index 0eeb56348b..b33b927246 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 pom Apache ORC @@ -75,7 +75,7 @@ 2.7.3 4.11.0 - 2022-05-06T16:02:45Z + 2023-06-24T00:13:21Z 2.0.7 2.8.1 3.0.0-M5 @@ -90,7 +90,7 @@ org.apache.orc orc-shims - 1.9.0-SNAPSHOT + 1.9.0 org.apache.hadoop @@ -105,17 +105,17 @@ org.apache.orc orc-core - 1.9.0-SNAPSHOT + 1.9.0 org.apache.orc orc-mapreduce - 1.9.0-SNAPSHOT + 1.9.0 org.apache.orc orc-tools - 1.9.0-SNAPSHOT + 1.9.0 diff --git a/java/shims/pom.xml b/java/shims/pom.xml index ee36b144cc..94653cabd9 100644 --- a/java/shims/pom.xml +++ b/java/shims/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 ../pom.xml diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 034877391f..198835ccf9 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.0-SNAPSHOT + 1.9.0 ../pom.xml