1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-18 01:10:34 +02:00

HDFS: move to 1.0.8

This commit is contained in:
Chris Lu 2019-02-20 00:57:31 -08:00
parent 0fa1be8c4b
commit 097b7a321e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
<parent>
<groupId>org.sonatype.oss</groupId>

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<seaweedfs.client.version>1.0.7</seaweedfs.client.version>
<seaweedfs.client.version>1.0.8</seaweedfs.client.version>
<hadoop.version>3.1.1</hadoop.version>
</properties>