Move to Java 1.7 minspec.

This commit is contained in:
Michael Bayne
2017-09-17 10:31:47 -07:00
parent 23a44e661e
commit d8fa95e15c
+2 -2
View File
@@ -111,8 +111,8 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version> <version>3.3</version>
<configuration> <configuration>
<source>1.6</source> <source>1.7</source>
<target>1.6</target> <target>1.7</target>
<fork>true</fork> <fork>true</fork>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>