Skip to content

Commit a765c31

Browse files
committed
Preparing for release 1.9.3
Signed-off-by: Gang Wu <[email protected]>
1 parent 542353d commit a765c31

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 "9")
31-
SET(CPACK_PACKAGE_VERSION_PATCH "3-SNAPSHOT")
31+
SET(CPACK_PACKAGE_VERSION_PATCH "3")
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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
24+
<version>1.9.3</version>
2525
<packaging>pom</packaging>
2626

2727
<name>Apache ORC</name>
@@ -75,7 +75,7 @@
7575
<min.hadoop.version>2.7.3</min.hadoop.version>
7676
<mockito.version>4.11.0</mockito.version>
7777
<!-- Build Properties -->
78-
<project.build.outputTimestamp>2023-11-05T04:12:53Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2024-03-17T04:44:11Z</project.build.outputTimestamp>
7979
<slf4j.version>2.0.7</slf4j.version>
8080
<storage-api.version>2.8.1</storage-api.version>
8181
<surefire.version>3.0.0-M5</surefire.version>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.orc</groupId>
9292
<artifactId>orc-shims</artifactId>
93-
<version>1.9.3-SNAPSHOT</version>
93+
<version>1.9.3</version>
9494
<exclusions>
9595
<exclusion>
9696
<groupId>org.apache.hadoop</groupId>
@@ -105,17 +105,17 @@
105105
<dependency>
106106
<groupId>org.apache.orc</groupId>
107107
<artifactId>orc-core</artifactId>
108-
<version>1.9.3-SNAPSHOT</version>
108+
<version>1.9.3</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.apache.orc</groupId>
112112
<artifactId>orc-mapreduce</artifactId>
113-
<version>1.9.3-SNAPSHOT</version>
113+
<version>1.9.3</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.orc</groupId>
117117
<artifactId>orc-tools</artifactId>
118-
<version>1.9.3-SNAPSHOT</version>
118+
<version>1.9.3</version>
119119
</dependency>
120120

121121
<!-- 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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</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.9.3-SNAPSHOT</version>
20+
<version>1.9.3</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)