Target JDK 1.6.

This commit is contained in:
Michael Bayne
2018-03-27 14:21:31 -07:00
parent 9ce251b177
commit a7a50773de
+2 -2
View File
@@ -59,8 +59,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<fork>true</fork>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>