diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-11-11 10:16:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 10:16:39 +0800 |
| commit | a38efe2e7baf34cb074c9db095f7db50de0fa156 (patch) | |
| tree | a731f4e931f5ec6ec3087babfa1f4a2ff781b80c /other/java/client | |
| parent | 546f1bcb903dd26ba447cdbedb972736fdb31b42 (diff) | |
| parent | de3bdd0651cb2b83319d78cbb0f9da86cd950bfb (diff) | |
| download | seaweedfs-a38efe2e7baf34cb074c9db095f7db50de0fa156.tar.xz seaweedfs-a38efe2e7baf34cb074c9db095f7db50de0fa156.zip | |
Merge pull request #35 from chrislusf/master
sync
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 2 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 2 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index efbf304c4..09f891a8a 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.2</version> + <version>1.5.3</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 9efc21373..28a62d66f 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.2</version> + <version>1.5.3</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index 04ff52730..78e4986cf 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.2</version> + <version>1.5.3</version> <parent> <groupId>org.sonatype.oss</groupId> |
