diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-05 11:47:56 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-05 11:47:56 -0800 |
| commit | 9c1efdf11bc17c9881ac4d3e9aad74d8a6448677 (patch) | |
| tree | 8638b606d8a178bf6c02e89b435a5f15f94b02f8 /other/java/examples | |
| parent | 8f3a51f2b8896254c74040b0fed9ed307d8efb34 (diff) | |
| download | seaweedfs-9c1efdf11bc17c9881ac4d3e9aad74d8a6448677.tar.xz seaweedfs-9c1efdf11bc17c9881ac4d3e9aad74d8a6448677.zip | |
HCFS: 1.5.9
Diffstat (limited to 'other/java/examples')
| -rw-r--r-- | other/java/examples/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml index 12196324e..22159f114 100644 --- a/other/java/examples/pom.xml +++ b/other/java/examples/pom.xml @@ -11,13 +11,13 @@ <dependency> <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.8</version> + <version>1.5.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-hadoop2-client</artifactId> - <version>1.5.8</version> + <version>1.5.9</version> <scope>compile</scope> </dependency> <dependency> |
