Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Property Update: UTF-8, Java 1.7.
  • Loading branch information
bmarwell committed Apr 6, 2016
1 parent 3a8916b commit 26edbaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -27,4 +27,9 @@
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
</project>

0 comments on commit 26edbaf

Please sign in to comment.