diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-07-17 15:46:16 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-07-17 15:46:20 -0700 |
| commit | 3abd74b1d7d1685ca4ddcd741ddf3ac0585b848a (patch) | |
| tree | 948c87642df891417d982093514780613f153cd5 /other/java/hdfs3/pom.xml | |
| parent | 0b9d73fb7c213d466fd0aef4615709c34a949bed (diff) | |
| download | seaweedfs-3abd74b1d7d1685ca4ddcd741ddf3ac0585b848a.tar.xz seaweedfs-3abd74b1d7d1685ca4ddcd741ddf3ac0585b848a.zip | |
1.3.8
Diffstat (limited to 'other/java/hdfs3/pom.xml')
| -rw-r--r-- | other/java/hdfs3/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/other/java/hdfs3/pom.xml b/other/java/hdfs3/pom.xml index a03068a48..cf7a6a632 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>1.3.6</seaweedfs.client.version> + <seaweedfs.client.version>1.3.8</seaweedfs.client.version> <hadoop.version>3.1.1</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> |
