diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml
index 3c983f9e5..7e5c3f732 100644
--- a/other/java/client/pom.xml
+++ b/other/java/client/pom.xml
@@ -3,15 +3,32 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-client
3.71
-
- org.sonatype.oss
- oss-parent
- 9
-
+ SeaweedFS Java Client
+ A java client for SeaweedFS.
+ https://github.com/seaweedfs/seaweedfs
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+ Chris Lu
+ chris.lu@gmail.com
+ SeaweedFS
+ https://seaweedfs.com
+
+
+
+ scm:git:git://github.com/seaweedfs/seaweedfs.git
+ scm:git:ssh://github.com:seaweedfs/seaweedfs.git
+ https://github.com/seaweedfs/seaweedfs/tree/master
+
3.16.3
@@ -75,12 +92,6 @@
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
@@ -134,14 +145,13 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.5.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy
index cf98f2467..7e5c3f732 100644
--- a/other/java/client/pom.xml.deploy
+++ b/other/java/client/pom.xml.deploy
@@ -3,21 +3,38 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-client
3.71
-
- org.sonatype.oss
- oss-parent
- 9
-
+ SeaweedFS Java Client
+ A java client for SeaweedFS.
+ https://github.com/seaweedfs/seaweedfs
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+ Chris Lu
+ chris.lu@gmail.com
+ SeaweedFS
+ https://seaweedfs.com
+
+
+
+ scm:git:git://github.com/seaweedfs/seaweedfs.git
+ scm:git:ssh://github.com:seaweedfs/seaweedfs.git
+ https://github.com/seaweedfs/seaweedfs/tree/master
+
- 3.9.1
+ 3.16.3
- 1.23.0
- 28.0-jre
+ 1.53.0
+ 32.0.0-jre
@@ -65,17 +82,16 @@
junit
junit
- 4.12
+ 4.13.1
test
+
+ javax.annotation
+ javax.annotation-api
+ 1.3.2
+
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
@@ -129,14 +145,13 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.5.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml
index b2386e019..f6751512f 100644
--- a/other/java/client/pom_debug.xml
+++ b/other/java/client/pom_debug.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-client
3.71
diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml
index b3fc1c024..534febb6e 100644
--- a/other/java/examples/pom.xml
+++ b/other/java/examples/pom.xml
@@ -9,13 +9,13 @@
1.0-SNAPSHOT
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-client
3.71
compile
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-hadoop2-client
3.71
compile
diff --git a/other/java/hdfs-over-ftp/pom.xml b/other/java/hdfs-over-ftp/pom.xml
index 5e82dfc63..6cf1c86ea 100644
--- a/other/java/hdfs-over-ftp/pom.xml
+++ b/other/java/hdfs-over-ftp/pom.xml
@@ -49,7 +49,7 @@
1.1.1
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-hadoop3-client
1.6.2
@@ -117,4 +117,4 @@
-
\ No newline at end of file
+
diff --git a/other/java/hdfs2/dependency-reduced-pom.xml b/other/java/hdfs2/dependency-reduced-pom.xml
index fb44ffdc3..bba755a11 100644
--- a/other/java/hdfs2/dependency-reduced-pom.xml
+++ b/other/java/hdfs2/dependency-reduced-pom.xml
@@ -1,15 +1,31 @@
-
- oss-parent
- org.sonatype.oss
- 9
- ../pom.xml/pom.xml
-
4.0.0
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-hadoop2-client
+ SeaweedFS HDFS2 Client
${seaweedfs.client.version}
+ A java client for SeaweedFS.
+ https://github.com/seaweedfs/seaweedfs
+
+
+ Chris Lu
+ chris.lu@gmail.com
+ SeaweedFS
+ https://seaweedfs.com
+
+
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+ scm:git:git://github.com/seaweedfs/seaweedfs.git
+ scm:git:ssh://github.com:seaweedfs/seaweedfs.git
+ https://github.com/seaweedfs/seaweedfs/tree/master
+
@@ -85,14 +101,13 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.5.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
@@ -311,12 +326,6 @@
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
3.71
3.2.4
diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml
index baa889c65..e3aa2ab44 100644
--- a/other/java/hdfs2/pom.xml
+++ b/other/java/hdfs2/pom.xml
@@ -9,22 +9,33 @@
3.2.4
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-hadoop2-client
${seaweedfs.client.version}
-
- org.sonatype.oss
- oss-parent
- 9
-
+ SeaweedFS HDFS2 Client
+ A java client for SeaweedFS.
+ https://github.com/seaweedfs/seaweedfs
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+ Chris Lu
+ chris.lu@gmail.com
+ SeaweedFS
+ https://seaweedfs.com
+
+
+
+ scm:git:git://github.com/seaweedfs/seaweedfs.git
+ scm:git:ssh://github.com:seaweedfs/seaweedfs.git
+ https://github.com/seaweedfs/seaweedfs/tree/master
+
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
@@ -104,14 +115,13 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.5.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
@@ -151,7 +161,7 @@
provided
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-client
${seaweedfs.client.version}
diff --git a/other/java/hdfs3/dependency-reduced-pom.xml b/other/java/hdfs3/dependency-reduced-pom.xml
index 877948e56..dddf529dc 100644
--- a/other/java/hdfs3/dependency-reduced-pom.xml
+++ b/other/java/hdfs3/dependency-reduced-pom.xml
@@ -1,15 +1,31 @@
-
- oss-parent
- org.sonatype.oss
- 9
- ../pom.xml/pom.xml
-
4.0.0
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-hadoop3-client
+ SeaweedFS HDFS3 Client
${seaweedfs.client.version}
+ A java client for SeaweedFS.
+ https://github.com/seaweedfs/seaweedfs
+
+
+ Chris Lu
+ chris.lu@gmail.com
+ SeaweedFS
+ https://seaweedfs.com
+
+
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+ scm:git:git://github.com/seaweedfs/seaweedfs.git
+ scm:git:ssh://github.com:seaweedfs/seaweedfs.git
+ https://github.com/seaweedfs/seaweedfs/tree/master
+
@@ -85,14 +101,13 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.5.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
@@ -311,12 +326,6 @@
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
3.71
3.2.4
diff --git a/other/java/hdfs3/pom.xml b/other/java/hdfs3/pom.xml
index 09b990839..067d649ff 100644
--- a/other/java/hdfs3/pom.xml
+++ b/other/java/hdfs3/pom.xml
@@ -9,22 +9,33 @@
3.2.4
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-hadoop3-client
${seaweedfs.client.version}
-
- org.sonatype.oss
- oss-parent
- 9
-
+ SeaweedFS HDFS3 Client
+ A java client for SeaweedFS.
+ https://github.com/seaweedfs/seaweedfs
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+ Chris Lu
+ chris.lu@gmail.com
+ SeaweedFS
+ https://seaweedfs.com
+
+
+
+ scm:git:git://github.com/seaweedfs/seaweedfs.git
+ scm:git:ssh://github.com:seaweedfs/seaweedfs.git
+ https://github.com/seaweedfs/seaweedfs/tree/master
+
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
@@ -104,14 +115,13 @@
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
+ org.sonatype.central
+ central-publishing-maven-plugin
+ 0.5.0
true
- ossrh
- https://oss.sonatype.org/
- true
+ central
+ true
@@ -151,7 +161,7 @@
provided
- com.github.chrislusf
+ com.seaweedfs
seaweedfs-client
${seaweedfs.client.version}