diff options
| author | chrislu <chris.lu@gmail.com> | 2022-10-02 18:54:39 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-10-02 18:54:39 -0700 |
| commit | 707abd5b2d457e390140dd5e1a765dde184d7328 (patch) | |
| tree | c2128bff73812ad3164e523ba33cd71cc78aa6af /other/java/examples | |
| parent | 29632d5a34b2b8fba4060642b212ea46a3a09a91 (diff) | |
| download | seaweedfs-707abd5b2d457e390140dd5e1a765dde184d7328.tar.xz seaweedfs-707abd5b2d457e390140dd5e1a765dde184d7328.zip | |
3.30 java
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 7a5994072..3f5ef1cc3 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>3.13</version> + <version>3.30</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-hadoop2-client</artifactId> - <version>3.13</version> + <version>3.30</version> <scope>compile</scope> </dependency> <dependency> |
