Depot needs java 1.6

This commit is contained in:
Dave Hoover
2011-07-01 18:11:14 +00:00
parent 27f33b8d90
commit 3c1e6f7538
+2 -2
View File
@@ -86,8 +86,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</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>