From 8f2e532d5d6ee143b12ba1626ed4e141af31c1d1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 27 Nov 2025 09:47:19 -0800 Subject: [PATCH] Update Maven Central links to use central.sonatype.com and repo1.maven.org --- Client-Libraries.md | 2 +- Hadoop-Compatible-File-System.md | 4 ++-- SeaweedFS-Java-Client.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Client-Libraries.md b/Client-Libraries.md index 245b29c..d6ac499 100644 --- a/Client-Libraries.md +++ b/Client-Libraries.md @@ -43,4 +43,4 @@ SeaweedFS uses GRPC internally. You can use them too. Just check https://github. When developing HDFS compatible file system, which allows replacing HDFS with SeaweedFS, a Java implementation of the GRPC client API is developed. * Java GRPC client Source code: https://github.com/seaweedfs/seaweedfs/tree/master/other/java/client -* Java GRPC client Maven Repo: https://mvnrepository.com/artifact/com.seaweedfs/seaweedfs-client +* Java GRPC client Maven Repo: https://central.sonatype.com/artifact/com.seaweedfs/seaweedfs-client diff --git a/Hadoop-Compatible-File-System.md b/Hadoop-Compatible-File-System.md index 6b5a9c0..fb2c5d8 100644 --- a/Hadoop-Compatible-File-System.md +++ b/Hadoop-Compatible-File-System.md @@ -24,8 +24,8 @@ Maven ``` Or you can download the latest version from MavenCentral -* https://mvnrepository.com/artifact/com.seaweedfs/seaweedfs-hadoop3-client - * [seaweedfs-hadoop3-client-4.00.jar](https://oss.sonatype.org/service/local/repositories/releases/content/com.seaweedfs/seaweedfs-hadoop3-client/4.00/seaweedfs-hadoop3-client-4.00.jar) +* https://central.sonatype.com/artifact/com.seaweedfs/seaweedfs-hadoop3-client + * [seaweedfs-hadoop3-client-4.00.jar](https://repo1.maven.org/maven2/com/seaweedfs/seaweedfs-hadoop3-client/4.00/seaweedfs-hadoop3-client-4.00.jar) # Test SeaweedFS on Hadoop diff --git a/SeaweedFS-Java-Client.md b/SeaweedFS-Java-Client.md index 0323fbd..73a7c1b 100644 --- a/SeaweedFS-Java-Client.md +++ b/SeaweedFS-Java-Client.md @@ -26,7 +26,7 @@ Maven ``` Or you can download the latest version from MavenCentral -https://mvnrepository.com/artifact/com.seaweedfs/seaweedfs-client +https://central.sonatype.com/artifact/com.seaweedfs/seaweedfs-client ## Features