Skip to content

Commit 2cb1394

Browse files
committed
Preparing for release 2.1.0
1 parent cfc90d1 commit 2cb1394

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

CMakeLists.txt

+2-2
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 "1")
31-
SET(CPACK_PACKAGE_VERSION_PATCH "0-SNAPSHOT")
31+
SET(CPACK_PACKAGE_VERSION_PATCH "0")
3232
SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
3333
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")
3434
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # For clang-tidy.
@@ -226,4 +226,4 @@ if (BUILD_CPP_TESTS)
226226
endif ()
227227
endif ()
228228

229-
INCLUDE(CheckFormat)
229+
INCLUDE(CheckFormat)

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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
20+
<version>2.1.0</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>2.1.0-SNAPSHOT</version>
24+
<version>2.1.0</version>
2525
<packaging>pom</packaging>
2626

2727
<name>Apache ORC</name>
@@ -78,7 +78,7 @@
7878
<mockito.version>5.10.0</mockito.version>
7979
<orc-format.version>1.0.0</orc-format.version>
8080
<!-- Build Properties -->
81-
<project.build.outputTimestamp>2024-01-08T16:47:56Z</project.build.outputTimestamp>
81+
<project.build.outputTimestamp>2025-01-05T19:42:46Z</project.build.outputTimestamp>
8282
<protobuf.version>3.25.5</protobuf.version>
8383
<slf4j.version>2.0.16</slf4j.version>
8484
<storage-api.version>2.8.1</storage-api.version>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.apache.orc</groupId>
100100
<artifactId>orc-shims</artifactId>
101-
<version>2.1.0-SNAPSHOT</version>
101+
<version>2.1.0</version>
102102
<exclusions>
103103
<exclusion>
104104
<groupId>org.apache.hadoop</groupId>
@@ -113,17 +113,17 @@
113113
<dependency>
114114
<groupId>org.apache.orc</groupId>
115115
<artifactId>orc-core</artifactId>
116-
<version>2.1.0-SNAPSHOT</version>
116+
<version>2.1.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.apache.orc</groupId>
120120
<artifactId>orc-mapreduce</artifactId>
121-
<version>2.1.0-SNAPSHOT</version>
121+
<version>2.1.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.apache.orc</groupId>
125125
<artifactId>orc-tools</artifactId>
126-
<version>2.1.0-SNAPSHOT</version>
126+
<version>2.1.0</version>
127127
</dependency>
128128

129129
<!-- inter-project dependencies -->

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

0 commit comments

Comments
 (0)