Upgrade to Java 7.

JDK 5 has been EOL'd for a good while. Same with JDK 6.
This commit is contained in:
Bram 2014-01-22 15:11:07 +01:00
parent 3b77548d76
commit 1c05a103e4

View File

@ -53,8 +53,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>