Compiler to use Java 6 as source and target

As the sources cannot be compiled with Java 5 the compliance level has
been changed to Java 6.
This commit is contained in:
Thomas Küstermann
2016-09-09 12:29:11 +02:00
parent caa8a5ca16
commit 4fad760399
+2 -2
View File
@@ -109,8 +109,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</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>