Update Maven Central links to use central.sonatype.com and repo1.maven.org

Chris Lu
2025-11-27 09:47:19 -08:00
parent fae68740b7
commit 8f2e532d5d
3 changed files with 4 additions and 4 deletions
+1 -1
@@ -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
+2 -2
@@ -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
+1 -1
@@ -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