Skip to content

Commit 9f6aeca

Browse files
committed
Preparing for release 2.2.1
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c8c36f2 commit 9f6aeca

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 "2")
3030
SET(CPACK_PACKAGE_VERSION_MINOR "2")
31-
SET(CPACK_PACKAGE_VERSION_PATCH "1-SNAPSHOT")
31+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
3232
SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
3333
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # For clang-tidy.
3434
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")

java/bench/core/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

java/bench/hive/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

java/bench/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/bench/spark/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

java/core/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/examples/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/mapreduce/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

java/pom.xml

Lines changed: 6 additions & 6 deletions
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>2.2.1-SNAPSHOT</version>
24+
<version>2.2.1</version>
2525
<packaging>pom</packaging>
2626

2727
<name>Apache ORC</name>
@@ -81,7 +81,7 @@
8181
<mockito.version>5.10.0</mockito.version>
8282
<orc-format.version>1.1.1</orc-format.version>
8383
<!-- Build Properties -->
84-
<project.build.outputTimestamp>2025-07-26T22:16:58Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2025-09-27T18:58:03Z</project.build.outputTimestamp>
8585
<protobuf.version>3.25.8</protobuf.version>
8686
<slf4j.version>2.0.17</slf4j.version>
8787
<storage-api.version>2.8.1</storage-api.version>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.apache.orc</groupId>
103103
<artifactId>orc-shims</artifactId>
104-
<version>2.2.1-SNAPSHOT</version>
104+
<version>2.2.1</version>
105105
<exclusions>
106106
<exclusion>
107107
<groupId>org.apache.hadoop</groupId>
@@ -116,17 +116,17 @@
116116
<dependency>
117117
<groupId>org.apache.orc</groupId>
118118
<artifactId>orc-core</artifactId>
119-
<version>2.2.1-SNAPSHOT</version>
119+
<version>2.2.1</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.apache.orc</groupId>
123123
<artifactId>orc-mapreduce</artifactId>
124-
<version>2.2.1-SNAPSHOT</version>
124+
<version>2.2.1</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.apache.orc</groupId>
128128
<artifactId>orc-tools</artifactId>
129-
<version>2.2.1-SNAPSHOT</version>
129+
<version>2.2.1</version>
130130
</dependency>
131131

132132
<!-- inter-project dependencies -->

java/shims/pom.xml

Lines changed: 1 addition & 1 deletion
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>2.2.1-SNAPSHOT</version>
20+
<version>2.2.1</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)