This is an automated email from the ASF dual-hosted git repository. william pushed a commit to branch branch-1.0 in repository https://gitbox.apache.org/repos/asf/orc-format.git
commit 56c63cf250686bf9d7d4271a049abd7fd9ec084b Author: William Hyun <[email protected]> AuthorDate: Tue Jan 2 19:01:02 2024 -0800 Preparing branch for post 1.0.0 development Signed-off-by: William Hyun <[email protected]> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e7e9077..36eda49 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</version> + <version>1.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Apache ORC Format</name>
