diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-01-30 06:18:41 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-01-30 06:18:41 -0800 |
| commit | 87d1bfa862e60b53eda7487dd523a04bf4c730c4 (patch) | |
| tree | 6f447f89e6cbbd659f70102c01e07335b801df3c /other/java/examples | |
| parent | 6f4aab51f9d7e8d9721c3c4fd7b57da7ab8b6d8e (diff) | |
| download | seaweedfs-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.xml | 4 |
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> |
