This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc-format.git
The following commit(s) were added to refs/heads/main by this push:
new 443238e ORC-FORMAT-23: Setting version to 1.1.0-SNAPSHOT (#24)
443238e is described below
commit 443238e7b0b55630d1aa7361e8f899f06e136288
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Apr 15 13:28:32 2025 +0900
ORC-FORMAT-23: Setting version to 1.1.0-SNAPSHOT (#24)
### What changes were proposed in this pull request?
This PR aims to set versions to 1.1.0-SNAPSHOT.
### Why are the changes needed?
To prepare Apache ORC 1.1.0 release.
### How was this patch tested?
Manual review.
Closes #23
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fa4583c..4ebf162 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
</parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc-format</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache ORC Format</name>