diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ceee372a8..c2d5d78e27 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 "1-SNAPSHOT") +SET(CPACK_PACKAGE_VERSION_PATCH "1") 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 5f387146c5..5d2c783252 100644 --- a/java/bench/core/pom.xml +++ b/java/bench/core/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.1-SNAPSHOT + 1.9.1 .. diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml index f1126aae02..a4c228807a 100644 --- a/java/bench/hive/pom.xml +++ b/java/bench/hive/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.1-SNAPSHOT + 1.9.1 .. diff --git a/java/bench/pom.xml b/java/bench/pom.xml index dc1fcb3481..09b07e6549 100644 --- a/java/bench/pom.xml +++ b/java/bench/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 ../pom.xml diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml index 3682fc6348..eb2cb113de 100644 --- a/java/bench/spark/pom.xml +++ b/java/bench/spark/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc-benchmarks - 1.9.1-SNAPSHOT + 1.9.1 .. diff --git a/java/core/pom.xml b/java/core/pom.xml index 19aa094cd3..d3329363a7 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 ../pom.xml diff --git a/java/examples/pom.xml b/java/examples/pom.xml index c494688542..8d668da6a0 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 ../pom.xml diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index 81d15880f8..906801af3f 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 ../pom.xml diff --git a/java/pom.xml b/java/pom.xml index be5684eab3..176471c4b7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 pom Apache ORC @@ -75,7 +75,7 @@ 2.7.3 4.11.0 - 2023-06-24T00:15:16Z + 2023-08-11T15:06:15Z 2.0.7 2.8.1 3.0.0-M5 @@ -90,7 +90,7 @@ org.apache.orc orc-shims - 1.9.1-SNAPSHOT + 1.9.1 org.apache.hadoop @@ -105,17 +105,17 @@ org.apache.orc orc-core - 1.9.1-SNAPSHOT + 1.9.1 org.apache.orc orc-mapreduce - 1.9.1-SNAPSHOT + 1.9.1 org.apache.orc orc-tools - 1.9.1-SNAPSHOT + 1.9.1 diff --git a/java/shims/pom.xml b/java/shims/pom.xml index a7e0158619..36e4e12dd5 100644 --- a/java/shims/pom.xml +++ b/java/shims/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 ../pom.xml diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 7ca064bdea..51f12c2e46 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -17,7 +17,7 @@ org.apache.orc orc - 1.9.1-SNAPSHOT + 1.9.1 ../pom.xml