Skip to content

Commit 59d9eba

Browse files
committed
Preparing for release 1.8.8
Signed-off-by: Gang Wu <[email protected]>
1 parent c58d598 commit 59d9eba

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project(ORC C CXX)
2828
# Version number of package
2929
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
3030
SET(CPACK_PACKAGE_VERSION_MINOR "8")
31-
SET(CPACK_PACKAGE_VERSION_PATCH "8-SNAPSHOT")
31+
SET(CPACK_PACKAGE_VERSION_PATCH "8")
3232
SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
3333
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake_modules")
3434

java/bench/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc-benchmarks</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

java/bench/hive/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc-benchmarks</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

java/bench/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/bench/spark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc-benchmarks</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

java/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/mapreduce/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</parent>
2222
<groupId>org.apache.orc</groupId>
2323
<artifactId>orc</artifactId>
24-
<version>1.8.8-SNAPSHOT</version>
24+
<version>1.8.8</version>
2525
<packaging>pom</packaging>
2626

2727
<name>Apache ORC</name>
@@ -74,7 +74,7 @@
7474
<min.hadoop.version>2.7.3</min.hadoop.version>
7575
<mockito.version>4.6.1</mockito.version>
7676
<!-- Build Properties -->
77-
<project.build.outputTimestamp>2024-04-10T18:31:33Z</project.build.outputTimestamp>
77+
<project.build.outputTimestamp>2024-11-06T08:45:57Z</project.build.outputTimestamp>
7878
<slf4j.version>1.7.36</slf4j.version>
7979
<storage-api.version>2.8.1</storage-api.version>
8080
<surefire.version>3.0.0-M5</surefire.version>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.apache.orc</groupId>
9191
<artifactId>orc-shims</artifactId>
92-
<version>1.8.8-SNAPSHOT</version>
92+
<version>1.8.8</version>
9393
<exclusions>
9494
<exclusion>
9595
<groupId>org.apache.hadoop</groupId>
@@ -104,17 +104,17 @@
104104
<dependency>
105105
<groupId>org.apache.orc</groupId>
106106
<artifactId>orc-core</artifactId>
107-
<version>1.8.8-SNAPSHOT</version>
107+
<version>1.8.8</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>org.apache.orc</groupId>
111111
<artifactId>orc-mapreduce</artifactId>
112-
<version>1.8.8-SNAPSHOT</version>
112+
<version>1.8.8</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.apache.orc</groupId>
116116
<artifactId>orc-tools</artifactId>
117-
<version>1.8.8-SNAPSHOT</version>
117+
<version>1.8.8</version>
118118
</dependency>
119119

120120
<!-- inter-project depedencies -->

java/shims/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.apache.orc</groupId>
1919
<artifactId>orc</artifactId>
20-
<version>1.8.8-SNAPSHOT</version>
20+
<version>1.8.8</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)