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 7679f6c54963583186fd91413c5441e87ebc8399 Author: Dongjoon Hyun <[email protected]> AuthorDate: Tue Nov 29 08:52:56 2022 -0800 Preparing branch for post 1.8.2 development 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 f8ec8ff1c..f04530b9f 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 "1") +SET(CPACK_PACKAGE_VERSION_PATCH "2-SNAPSHOT") 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 efe2a10bd..685a4d20f 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml index c95079841..e43d82451 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/java/bench/pom.xml b/java/bench/pom.xml index 7872d3d0c..e0faa4ea2 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml index 4c86362d3..080104a5f 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/java/core/pom.xml b/java/core/pom.xml index 9f5b9388b..1e50863f1 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 01b9a0cab..a4e67c7c1 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml index a16966d4c..9a1cc623a 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/pom.xml b/java/pom.xml index 0df1939a1..066dfa43c 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.1</version> + <version>1.8.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache ORC</name> @@ -63,7 +63,7 @@ <properties> <!-- Build Properties --> - <project.build.outputTimestamp>2022-11-29T16:49:15Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-11-29T16:52:33Z</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> @@ -587,7 +587,7 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-shims</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> <exclusions> <exclusion> <groupId>org.apache.hadoop</groupId> @@ -602,17 +602,17 @@ <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-core</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-mapreduce</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.orc</groupId> <artifactId>orc-tools</artifactId> - <version>1.8.1</version> + <version>1.8.2-SNAPSHOT</version> </dependency> <!-- inter-project depedencies --> diff --git a/java/shims/pom.xml b/java/shims/pom.xml index 71a56a5a6..305b8666f 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 8e73f953a..b91a5ef5c 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.1</version> + <version>1.8.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
