diff options
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 3 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 3 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 9c2815c46..6e65da253 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>3.55</version> + <version>3.59</version> <parent> <groupId>org.sonatype.oss</groupId> @@ -96,6 +96,7 @@ <configuration> <source>8</source> <target>8</target> + <release>8</release> </configuration> </plugin> <plugin> 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> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index 58f6cf1ce..423d0af02 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>3.55</version> + <version>3.59</version> <parent> <groupId>org.sonatype.oss</groupId> @@ -90,6 +90,7 @@ <configuration> <source>8</source> <target>8</target> + <release>8</release> </configuration> </plugin> <plugin> |
