Skip to content

Commit

Permalink
Got building with maven and Java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Mar 10, 2014
1 parent fc1f0bc commit 6682892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 105 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -25,8 +25,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

This file was deleted.

0 comments on commit 6682892

Please sign in to comment.