This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 3bb1b7ee07 [hotfix] Fix version of paimon-hadoop-uber
3bb1b7ee07 is described below
commit 3bb1b7ee0734534eb4cb7a19f890df953de66cda
Author: JingsongLi <[email protected]>
AuthorDate: Tue Sep 16 13:02:00 2025 +0800
[hotfix] Fix version of paimon-hadoop-uber
---
paimon-filesystems/paimon-hadoop-uber/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paimon-filesystems/paimon-hadoop-uber/pom.xml
b/paimon-filesystems/paimon-hadoop-uber/pom.xml
index f00a757fad..2c58981f21 100644
--- a/paimon-filesystems/paimon-hadoop-uber/pom.xml
+++ b/paimon-filesystems/paimon-hadoop-uber/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>paimon-filesystems</artifactId>
<groupId>org.apache.paimon</groupId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.4-SNAPSHOT</version>
</parent>
<artifactId>paimon-hadoop-uber</artifactId>