This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-1.1 in repository https://gitbox.apache.org/repos/asf/orc-format.git
commit 37ce39b42f9751cdf5b0db8761708acda4fe7bd6 Author: Dongjoon Hyun <[email protected]> AuthorDate: Tue Apr 15 13:34:26 2025 +0900 Preparing for release 1.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ebf162..83d004f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <groupId>org.apache.orc</groupId> <artifactId>orc-format</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <packaging>jar</packaging> <name>Apache ORC Format</name>
