aboutsummaryrefslogtreecommitdiff
path: root/other/java/examples
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-30 06:18:41 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-30 06:18:41 -0800
commit87d1bfa862e60b53eda7487dd523a04bf4c730c4 (patch)
tree6f447f89e6cbbd659f70102c01e07335b801df3c /other/java/examples
parent6f4aab51f9d7e8d9721c3c4fd7b57da7ab8b6d8e (diff)
downloadseaweedfs-87d1bfa862e60b53eda7487dd523a04bf4c730c4.tar.xz
seaweedfs-87d1bfa862e60b53eda7487dd523a04bf4c730c4.zip
Hadoop Compatible FS: 1.5.7
Diffstat (limited to 'other/java/examples')
-rw-r--r--other/java/examples/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml
index f7c48d0ab..b1f416941 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.6</version>
+ <version>1.5.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
- <version>1.5.6</version>
+ <version>1.5.7</version>
<scope>compile</scope>
</dependency>
<dependency>