diff options
| author | chrislu <chrislu@roblox.com> | 2021-12-05 18:05:24 -0800 |
|---|---|---|
| committer | chrislu <chrislu@roblox.com> | 2021-12-05 18:05:24 -0800 |
| commit | 5ea9715721fbad50a2b28bd5d3c65e13c0b57cb2 (patch) | |
| tree | 47dc3d7a5e057a6b16431c6320127c0723f49829 /other/java/examples | |
| parent | df9a72b87f574d21e0556c08c8f07d624ff4fdf9 (diff) | |
| download | seaweedfs-2.81.tar.xz seaweedfs-2.81.zip | |
2.812.81
also sync java client version to SeaweedFS version
Diffstat (limited to 'other/java/examples')
| -rw-r--r-- | other/java/examples/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml index 58e675977..6126c9075 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.7.0</version> + <version>2.81</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-hadoop2-client</artifactId> - <version>1.7.0</version> + <version>2.81</version> <scope>compile</scope> </dependency> <dependency> @@ -29,4 +29,4 @@ </dependencies> -</project>
\ No newline at end of file +</project> |
