This commit is contained in:
Chris Lu
2020-07-17 15:46:16 -07:00
parent 0b9d73fb7c
commit 3abd74b1d7
8 changed files with 42 additions and 19 deletions

View File

@@ -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>