Skip to content

Commit

Permalink
Preparing for release 1.8.7
Browse files Browse the repository at this point in the history
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Apr 10, 2024
1 parent bee1b78 commit 8d3c982
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 "7-SNAPSHOT")
SET(CPACK_PACKAGE_VERSION_PATCH "7")
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")

Expand Down
2 changes: 1 addition & 1 deletion java/bench/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/bench/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/bench/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<packaging>pom</packaging>

<name>Apache ORC</name>
Expand Down Expand Up @@ -74,7 +74,7 @@
<min.hadoop.version>2.7.3</min.hadoop.version>
<mockito.version>4.6.1</mockito.version>
<!-- Build Properties -->
<project.build.outputTimestamp>2023-11-05T06:52:37Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-10T18:29:27Z</project.build.outputTimestamp>
<slf4j.version>1.7.36</slf4j.version>
<storage-api.version>2.8.1</storage-api.version>
<surefire.version>3.0.0-M5</surefire.version>
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-shims</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -104,17 +104,17 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-mapreduce</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-tools</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
</dependency>

<!-- inter-project depedencies -->
Expand Down
2 changes: 1 addition & 1 deletion java/shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.8.7-SNAPSHOT</version>
<version>1.8.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8d3c982

Please sign in to comment.