This is an automated email from the ASF dual-hosted git repository.
JingsongLi 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 09eb340772 [fix] connect lumina jni and jindo mvn repo timeout (#8784)
09eb340772 is described below
commit 09eb340772ad489160260c7b11b30900e84ee221
Author: jerry <[email protected]>
AuthorDate: Tue Jul 21 18:31:44 2026 +0800
[fix] connect lumina jni and jindo mvn repo timeout (#8784)
---
paimon-filesystems/paimon-jindo/pom.xml | 2 +-
paimon-filesystems/paimon-jindodls/pom.xml | 2 +-
paimon-lumina/pom.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/paimon-filesystems/paimon-jindo/pom.xml
b/paimon-filesystems/paimon-jindo/pom.xml
index 99de8c5b82..d9d008cc75 100644
--- a/paimon-filesystems/paimon-jindo/pom.xml
+++ b/paimon-filesystems/paimon-jindo/pom.xml
@@ -38,7 +38,7 @@
<repositories>
<repository>
<id>jindodata</id>
-
<url>https://jindodata-binary.oss-cn-shanghai.aliyuncs.com/mvn-repo/</url>
+
<url>https://jindodata-binary.oss-accelerate.aliyuncs.com/mvn-repo/</url>
</repository>
</repositories>
diff --git a/paimon-filesystems/paimon-jindodls/pom.xml
b/paimon-filesystems/paimon-jindodls/pom.xml
index 802f9be0de..e8f0900fab 100644
--- a/paimon-filesystems/paimon-jindodls/pom.xml
+++ b/paimon-filesystems/paimon-jindodls/pom.xml
@@ -38,7 +38,7 @@
<repositories>
<repository>
<id>jindodata</id>
-
<url>https://jindodata-binary.oss-cn-shanghai.aliyuncs.com/mvn-repo/</url>
+
<url>https://jindodata-binary.oss-accelerate.aliyuncs.com/mvn-repo/</url>
</repository>
</repositories>
diff --git a/paimon-lumina/pom.xml b/paimon-lumina/pom.xml
index ee7dedc3ea..ff0986f14a 100644
--- a/paimon-lumina/pom.xml
+++ b/paimon-lumina/pom.xml
@@ -34,11 +34,11 @@ under the License.
<repositories>
<repository>
<id>lumina</id>
-
<url>https://dlf-mvn-repo.oss-cn-shanghai.aliyuncs.com/mvn-repo/release</url>
+
<url>https://dlf-mvn-repo.oss-accelerate.aliyuncs.com/mvn-repo/release</url>
</repository>
<repository>
<id>jindodata</id>
-
<url>https://jindodata-binary.oss-cn-shanghai.aliyuncs.com/mvn-repo/</url>
+
<url>https://jindodata-binary.oss-accelerate.aliyuncs.com/mvn-repo/</url>
</repository>
</repositories>