From fc9af962eca0a88b28b4c5252883446c4d57eb11 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 12 Jul 2020 14:51:24 -0700 Subject: 1.3.2 --- other/java/client/pom.xml.deploy | 170 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 other/java/client/pom.xml.deploy (limited to 'other/java/client/pom.xml.deploy') diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy new file mode 100644 index 000000000..3d4a1aff4 --- /dev/null +++ b/other/java/client/pom.xml.deploy @@ -0,0 +1,170 @@ + + + 4.0.0 + + com.github.chrislusf + seaweedfs-client + 1.3.2 + + + org.sonatype.oss + oss-parent + 9 + + + + 3.9.1 + + 1.23.0 + 28.0-jre + + + + + com.moandjiezana.toml + toml4j + 0.7.2 + + + + com.google.protobuf + protobuf-java + ${protobuf.version} + + + com.google.guava + guava + ${guava.version} + + + io.grpc + grpc-netty-shaded + ${grpc.version} + + + io.grpc + grpc-protobuf + ${grpc.version} + + + io.grpc + grpc-stub + ${grpc.version} + + + org.slf4j + slf4j-api + 1.7.25 + + + org.apache.httpcomponents + httpmime + 4.5.6 + + + junit + junit + 4.12 + test + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + kr.motd.maven + os-maven-plugin + 1.6.2 + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + + + + + + compile + compile-custom + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + + -- cgit v1.2.3 From bc3be0bb3756c559ba3495929f40982dba679fd5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 15 Jul 2020 13:25:44 -0700 Subject: Hadoop: 1.3.3 improve memory efficiency --- other/java/client/pom.xml.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml.deploy') diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 3d4a1aff4..d35415a9d 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 1.3.2 + 1.3.3 org.sonatype.oss -- cgit v1.2.3 From 86c81375462c874c34770bdd10df187075f10389 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 15 Jul 2020 13:49:06 -0700 Subject: 1.3.4 --- other/java/client/pom.xml.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml.deploy') diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index d35415a9d..8cf72c02c 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 1.3.3 + 1.3.4 org.sonatype.oss -- cgit v1.2.3 From 7bca72deedb872402b4e597976eb198f3dad2d74 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 15 Jul 2020 23:33:31 -0700 Subject: reuse bytebuffer --- other/java/client/pom.xml.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml.deploy') diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 8cf72c02c..65493d5cf 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 1.3.4 + 1.3.5 org.sonatype.oss -- cgit v1.2.3 From 54445b207ddf6de5db128d307ec7a8554e529946 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 16 Jul 2020 16:20:01 -0700 Subject: Hadoop: 1.3.6 --- other/java/client/pom.xml.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/pom.xml.deploy') diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 65493d5cf..62134715f 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ com.github.chrislusf seaweedfs-client - 1.3.5 + 1.3.6 org.sonatype.oss -- cgit v1.2.3