updated to Java 7

This commit is contained in:
jomu
2013-03-02 15:45:39 +00:00
parent 5760f06884
commit 2cb1fbc521

View File

@ -22,8 +22,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>