set both target and source to 1.6 in the pom

This commit is contained in:
Michael Hunger
2011-03-04 02:14:19 +01:00
parent c738effd39
commit 67c2c58b42

View File

@@ -269,8 +269,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>false</showDeprecation>