This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-1.8 in repository https://gitbox.apache.org/repos/asf/orc.git
commit 74135daa721248e3d4c92e8ba6b7a75d4a958d5c Author: Dongjoon Hyun <[email protected]> AuthorDate: Tue Jan 10 03:09:37 2023 -0800 Preparing for release 1.8.2 Signed-off-by: Dongjoon Hyun <[email protected]> --- 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 f04530b9f..c0439e9ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ project(ORC C CXX) # Version number of package SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "8") -SET(CPACK_PACKAGE_VERSION_PATCH "2-SNAPSHOT") +SET(CPACK_PACKAGE_VERSION_PATCH "2") 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 685a4d20f..38b109b11 100644 --- a/java/bench/core/pom.xml +++ b/java/bench/core/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc-benchmarks</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>..</relativePath> </parent> diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml index e43d82451..dcea34e36 100644 --- a/java/bench/hive/pom.xml +++ b/java/bench/hive/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc-benchmarks</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>..</relativePath> </parent> diff --git a/java/bench/pom.xml b/java/bench/pom.xml index e0faa4ea2..5960ece0b 100644 --- a/java/bench/pom.xml +++ b/java/bench/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml index 080104a5f..932ff0384 100644 --- a/java/bench/spark/pom.xml +++ b/java/bench/spark/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc-benchmarks</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>..</relativePath> </parent> diff --git a/java/core/pom.xml b/java/core/pom.xml index 1e50863f1..74fa86ad4 100644 --- a/java/core/pom.xml +++ b/java/core/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/examples/pom.xml b/java/examples/pom.xml index a4e67c7c1..b9c36bb07 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index 9a1cc623a..f8cf954e1 100644 --- a/java/mapreduce/pom.xml +++ b/java/mapreduce/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/pom.xml b/java/pom.xml index ca9da2161..fb21ae8a7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <packaging>pom</packaging> <name>Apache ORC</name> @@ -63,7 +63,7 @@ <properties> <!-- Build Properties --> - <project.build.outputTimestamp>2022-11-29T16:52:33Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-10T11:08:40Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation> @@ -602,7 +602,7 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-shims</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <exclusions> <exclusion> <groupId>org.apache.hadoop</groupId> @@ -617,17 +617,17 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-core</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-mapreduce</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-tools</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> </dependency> <!-- inter-project depedencies --> diff --git a/java/shims/pom.xml b/java/shims/pom.xml index 305b8666f..ba778d48d 100644 --- a/java/shims/pom.xml +++ b/java/shims/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/tools/pom.xml b/java/tools/pom.xml index b91a5ef5c..15de56471 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.orc</groupId> <artifactId>orc</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.8.2</version> <relativePath>../pom.xml</relativePath> </parent>
