This is an automated email from the ASF dual-hosted git repository.
vgumashta pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.5 by this push:
new 4e7d9c2 Preparing branch for post 1.5.4 development
4e7d9c2 is described below
commit 4e7d9c2e126cebd075f51b9d6ab2c30f4c8943c0
Author: Vaibhav Gumashta <[email protected]>
AuthorDate: Thu Dec 20 16:33:01 2018 -0800
Preparing branch for post 1.5.4 development
---
CMakeLists.txt | 2 +-
java/core/pom.xml | 2 +-
java/examples/pom.xml | 2 +-
java/mapreduce/pom.xml | 2 +-
java/pom.xml | 10 +++++-----
java/shims/pom.xml | 2 +-
java/tools/pom.xml | 2 +-
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fd2ab9..85ac419 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ project(ORC)
# Version number of package
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "5")
-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} "${CMAKE_SOURCE_DIR}/cmake_modules")
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 928e082..fce3679 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.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index c2eb5af..18f72ab 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.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index 4729093..4b1c8d0 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.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/java/pom.xml b/java/pom.xml
index 950b97f..65d6d1a 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
</parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
- <version>1.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache ORC</name>
@@ -351,7 +351,7 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-shims</artifactId>
- <version>1.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
@@ -366,17 +366,17 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
- <version>1.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-mapreduce</artifactId>
- <version>1.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-tools</artifactId>
- <version>1.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
</dependency>
<!-- inter-project depedencies -->
diff --git a/java/shims/pom.xml b/java/shims/pom.xml
index e617c21..ff36e41 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.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 7ee6e03..8236180 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.5.4</version>
+ <version>1.5.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>