Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step to Java 8
  • Loading branch information
ajs6f committed Jan 29, 2015
1 parent 024fef3 commit 4c528f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -587,8 +587,8 @@
<version>3.1</version>
<configuration>
<debug>true</debug>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
Expand Down

0 comments on commit 4c528f1

Please sign in to comment.