aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-11-13 08:23:53 -0800
committerchrislu <chris.lu@gmail.com>2023-11-13 08:23:53 -0800
commitcd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06 (patch)
tree6ec9a2366f010f794e4b102ead83b6c8a6ef9a54 /other
parentd3556479beaaa18797e6ece29a28185f27b2b628 (diff)
downloadseaweedfs-cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06.tar.xz
seaweedfs-cd01a2346aa14c2fa0a2efeed9e6cf5a9a452b06.zip
Java 3.59
fix https://github.com/seaweedfs/seaweedfs/issues/5001
Diffstat (limited to 'other')
-rw-r--r--other/java/client/pom.xml3
-rw-r--r--other/java/client/pom.xml.deploy3
-rw-r--r--other/java/client/pom_debug.xml3
-rw-r--r--other/java/examples/pom.xml4
-rw-r--r--other/java/hdfs2/dependency-reduced-pom.xml3
-rw-r--r--other/java/hdfs2/pom.xml3
-rw-r--r--other/java/hdfs3/dependency-reduced-pom.xml3
-rw-r--r--other/java/hdfs3/pom.xml3
8 files changed, 16 insertions, 9 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>
diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml
index dd9931d14..5add3b8d9 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.55</version>
+ <version>3.59</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId>
- <version>3.55</version>
+ <version>3.59</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/other/java/hdfs2/dependency-reduced-pom.xml b/other/java/hdfs2/dependency-reduced-pom.xml
index f8ea01de5..139837f27 100644
--- a/other/java/hdfs2/dependency-reduced-pom.xml
+++ b/other/java/hdfs2/dependency-reduced-pom.xml
@@ -17,6 +17,7 @@
<configuration>
<source>8</source>
<target>8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>
@@ -317,7 +318,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
- <seaweedfs.client.version>3.55</seaweedfs.client.version>
+ <seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version>
</properties>
</project>
diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml
index 4eb315dc2..59490a8ba 100644
--- a/other/java/hdfs2/pom.xml
+++ b/other/java/hdfs2/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <seaweedfs.client.version>3.55</seaweedfs.client.version>
+ <seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version>
</properties>
@@ -33,6 +33,7 @@
<configuration>
<source>8</source>
<target>8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>
diff --git a/other/java/hdfs3/dependency-reduced-pom.xml b/other/java/hdfs3/dependency-reduced-pom.xml
index 4fe4ee4fb..e9bf4407b 100644
--- a/other/java/hdfs3/dependency-reduced-pom.xml
+++ b/other/java/hdfs3/dependency-reduced-pom.xml
@@ -17,6 +17,7 @@
<configuration>
<source>8</source>
<target>8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>
@@ -317,7 +318,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
- <seaweedfs.client.version>3.55</seaweedfs.client.version>
+ <seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version>
</properties>
</project>
diff --git a/other/java/hdfs3/pom.xml b/other/java/hdfs3/pom.xml
index 95b971021..6e8c9e92a 100644
--- a/other/java/hdfs3/pom.xml
+++ b/other/java/hdfs3/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <seaweedfs.client.version>3.55</seaweedfs.client.version>
+ <seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version>
</properties>
@@ -33,6 +33,7 @@
<configuration>
<source>8</source>
<target>8</target>
+ <release>8</release>
</configuration>
</plugin>
<plugin>