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 61193b9  ORC-FORMAT-26: Setting version to 1.2.0-SNAPSHOT (#27)
61193b9 is described below

commit 61193b9b945871b39c15579f619e1eabebd96e23
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Fri Apr 25 10:42:52 2025 +0900

    ORC-FORMAT-26: Setting version to 1.2.0-SNAPSHOT (#27)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to set versions to 1.2.0-SNAPSHOT in `main` branch.
    
    ### Why are the changes needed?
    
    To prepare Apache ORC 1.2.0 release.
    
    ### How was this patch tested?
    
    Manual review.
    
    Closes #26
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4ebf162..c90fe59 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.2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache ORC Format</name>

Reply via email to