aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs2
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-07-17 15:46:16 -0700
committerChris Lu <chris.lu@gmail.com>2020-07-17 15:46:20 -0700
commit3abd74b1d7d1685ca4ddcd741ddf3ac0585b848a (patch)
tree948c87642df891417d982093514780613f153cd5 /other/java/hdfs2
parent0b9d73fb7c213d466fd0aef4615709c34a949bed (diff)
downloadseaweedfs-3abd74b1d7d1685ca4ddcd741ddf3ac0585b848a.tar.xz
seaweedfs-3abd74b1d7d1685ca4ddcd741ddf3ac0585b848a.zip
1.3.8
Diffstat (limited to 'other/java/hdfs2')
-rw-r--r--other/java/hdfs2/dependency-reduced-pom.xml6
-rw-r--r--other/java/hdfs2/pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/other/java/hdfs2/dependency-reduced-pom.xml b/other/java/hdfs2/dependency-reduced-pom.xml
index 218021a58..287200fd1 100644
--- a/other/java/hdfs2/dependency-reduced-pom.xml
+++ b/other/java/hdfs2/dependency-reduced-pom.xml
@@ -15,8 +15,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>7</source>
- <target>7</target>
+ <source>8</source>
+ <target>8</target>
</configuration>
</plugin>
<plugin>
@@ -127,7 +127,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
- <seaweedfs.client.version>1.3.6</seaweedfs.client.version>
+ <seaweedfs.client.version>1.3.8</seaweedfs.client.version>
<hadoop.version>2.9.2</hadoop.version>
</properties>
</project>
diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml
index 94f80a114..150e37e41 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>1.3.6</seaweedfs.client.version>
+ <seaweedfs.client.version>1.3.8</seaweedfs.client.version>
<hadoop.version>2.9.2</hadoop.version>
</properties>
@@ -31,8 +31,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>7</source>
- <target>7</target>
+ <source>8</source>
+ <target>8</target>
</configuration>
</plugin>
<plugin>