[Major] Project now requires Java8

This commit is contained in:
Robert von Burg 2015-01-22 18:04:33 +01:00
parent 99887642a6
commit 1652de3503
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 8498efc8fe502250ea089cd71c5523b2477c8d56
Subproject commit 7dc9b20ce0a9415fa9a34114be831f3806ae1b8c

View File

@ -38,7 +38,7 @@
<developers>
<developer>
<id>eitch</id>
<name>Robert von Vurg</name>
<name>Robert von Burg</name>
<email>eitch@eitchnet.ch</email>
<url>http://www.eitchnet.ch</url>
<organization>eitchnet.ch</organization>
@ -230,8 +230,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<compilerArgument>-Xlint:all</compilerArgument>