This is an automated email from the ASF dual-hosted git repository.

william pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 343efc07309aec4b1e704e888eb6102cc2f30609
Author: William Hyun <[email protected]>
AuthorDate: Sat Jul 13 13:57:37 2024 -0700

    Preparing branch for post 1.9.4 development
    
    Signed-off-by: William 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 15763ce21..c601c8f36 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")
+SET(CPACK_PACKAGE_VERSION_PATCH "5-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 91de1eaec..059348857 100644
--- a/java/bench/core/pom.xml
+++ b/java/bench/core/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/hive/pom.xml b/java/bench/hive/pom.xml
index 2534df880..71c31dcca 100644
--- a/java/bench/hive/pom.xml
+++ b/java/bench/hive/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index ee500cddf..8aefe0b60 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/bench/spark/pom.xml b/java/bench/spark/pom.xml
index a57fa6d2e..e42d5b60b 100644
--- a/java/bench/spark/pom.xml
+++ b/java/bench/spark/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc-benchmarks</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
diff --git a/java/core/pom.xml b/java/core/pom.xml
index df999c5fd..624e02ee1 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index 03a917c8b..c13ed0d6b 100644
--- a/java/examples/pom.xml
+++ b/java/examples/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index c02cdbfc6..4a9fa9959 100644
--- a/java/mapreduce/pom.xml
+++ b/java/mapreduce/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index 909930cc6..00577b6ca 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc</artifactId>
-  <version>1.9.4</version>
+  <version>1.9.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache ORC</name>
@@ -75,7 +75,7 @@
     <min.hadoop.version>2.7.3</min.hadoop.version>
     <mockito.version>4.11.0</mockito.version>
     <!-- Build Properties -->
-    
<project.build.outputTimestamp>2024-07-13T20:46:56Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-07-13T20:57:15Z</project.build.outputTimestamp>
     <slf4j.version>2.0.7</slf4j.version>
     <storage-api.version>2.8.1</storage-api.version>
     <surefire.version>3.0.0-M5</surefire.version>
@@ -90,7 +90,7 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-shims</artifactId>
-        <version>1.9.4</version>
+        <version>1.9.5-SNAPSHOT</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.hadoop</groupId>
@@ -105,17 +105,17 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-core</artifactId>
-        <version>1.9.4</version>
+        <version>1.9.5-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-mapreduce</artifactId>
-        <version>1.9.4</version>
+        <version>1.9.5-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-tools</artifactId>
-        <version>1.9.4</version>
+        <version>1.9.5-SNAPSHOT</version>
       </dependency>
 
       <!-- inter-project depedencies -->
diff --git a/java/shims/pom.xml b/java/shims/pom.xml
index ebb34fe71..4fd199f05 100644
--- a/java/shims/pom.xml
+++ b/java/shims/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 526c6920b..b7f7d262d 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.9.4</version>
+    <version>1.9.5-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Reply via email to