Skip to content

Commit

Permalink
Compile for JDK 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pgier committed Apr 8, 2014
1 parent 81ffd8e commit c21d517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<it.maven.home>${basedir}/src/it/resources/apache-maven-3.0.4</it.maven.home>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit c21d517

Please sign in to comment.