diff options
| author | chrislu <chris.lu@gmail.com> | 2023-11-13 08:23:53 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-11-13 08:23:53 -0800 |
| commit | cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06 (patch) | |
| tree | 6ec9a2366f010f794e4b102ead83b6c8a6ef9a54 /other/java/client/pom.xml.deploy | |
| parent | d3556479beaaa18797e6ece29a28185f27b2b628 (diff) | |
| download | seaweedfs-cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06.tar.xz seaweedfs-cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06.zip | |
Java 3.59
fix https://github.com/seaweedfs/seaweedfs/issues/5001
Diffstat (limited to 'other/java/client/pom.xml.deploy')
| -rw-r--r-- | other/java/client/pom.xml.deploy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 2422e3894..ee1326636 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>3.55</version> + <version>3.59</version> <parent> <groupId>org.sonatype.oss</groupId> @@ -91,6 +91,7 @@ <configuration> <source>8</source> <target>8</target> + <release>8</release> </configuration> </plugin> <plugin> |
