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/client | |
| parent | df9a72b87f574d21e0556c08c8f07d624ff4fdf9 (diff) | |
| download | seaweedfs-5ea9715721fbad50a2b28bd5d3c65e13c0b57cb2.tar.xz seaweedfs-5ea9715721fbad50a2b28bd5d3c65e13c0b57cb2.zip | |
2.812.81
also sync java client version to SeaweedFS version
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 2 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 2 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 309c2b1ed..693258944 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.7.0</version> + <version>2.81</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 8b96c9801..1cc960a7e 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.7.0</version> + <version>2.81</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index de120869d..abad31578 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.7.0</version> + <version>2.81</version> <parent> <groupId>org.sonatype.oss</groupId> |
