This is an automated email from the ASF dual-hosted git repository.
czy006 pushed a commit to branch 0.9.0-rc4
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/0.9.0-rc4 by this push:
new a93a32b4d [hotfix] fix lance maven pom to 0.9.0-incubating
a93a32b4d is described below
commit a93a32b4d817e41af730b2e30bfce6e292dc8575
Author: ConradJam <[email protected]>
AuthorDate: Tue Jul 21 10:30:18 2026 +0800
[hotfix] fix lance maven pom to 0.9.0-incubating
---
amoro-format-lance/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/amoro-format-lance/pom.xml b/amoro-format-lance/pom.xml
index 4d546422c..16049a8f9 100755
--- a/amoro-format-lance/pom.xml
+++ b/amoro-format-lance/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.amoro</groupId>
<artifactId>amoro-parent</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9.0-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>