Skip to content

Commit

Permalink
Preparing for release 1.6.13
Browse files Browse the repository at this point in the history
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Jan 18, 2022
1 parent ec4152f commit dda313e
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project(ORC C CXX)
# Version number of package
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "6")
SET(CPACK_PACKAGE_VERSION_PATCH "13-SNAPSHOT")
SET(CPACK_PACKAGE_VERSION_PATCH "13")
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")

Expand Down
4 changes: 2 additions & 2 deletions java/bench/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<relativePath>..</relativePath>
</parent>

<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks-core</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<packaging>jar</packaging>
<name>ORC Benchmarks Core</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions java/bench/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<relativePath>..</relativePath>
</parent>

<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks-hive</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<packaging>jar</packaging>
<name>ORC Benchmarks Hive</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion java/bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<packaging>pom</packaging>
<name>ORC Benchmarks</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions java/bench/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<relativePath>..</relativePath>
</parent>

<groupId>org.apache.orc</groupId>
<artifactId>orc-benchmarks-spark</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<packaging>jar</packaging>
<name>ORC Benchmarks Spark</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion java/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 5 additions & 5 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.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<packaging>pom</packaging>

<name>Apache ORC</name>
Expand Down Expand Up @@ -437,7 +437,7 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-shims</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand All @@ -452,17 +452,17 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-mapreduce</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-tools</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.6.13-SNAPSHOT</version>
<version>1.6.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit dda313e

Please sign in to comment.