diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2020-10-19 09:42:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 09:42:43 +0800 |
| commit | 6e63e5eaf0c713cac3ee48c16bc1803c3509afdc (patch) | |
| tree | e9b3c7577f44a85c8986f2637b08fffbf90c52a6 /other/java/client | |
| parent | 62af2d961d62f01510d0ad25569f4b82e4809996 (diff) | |
| parent | b7c224cf61a053ea0f867f67850484d7e58f3aad (diff) | |
| download | seaweedfs-6e63e5eaf0c713cac3ee48c16bc1803c3509afdc.tar.xz seaweedfs-6e63e5eaf0c713cac3ee48c16bc1803c3509afdc.zip | |
Merge pull request #29 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 9fbc074ec..75552be65 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.0</version> + <version>1.5.1</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index f5fb65143..da3b79708 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.0</version> + <version>1.5.1</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index 9f96294de..a02f550dd 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.0</version> + <version>1.5.1</version> <parent> <groupId>org.sonatype.oss</groupId> |
