Skip to content

Commit

Permalink
fixing build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnymertz committed Jul 5, 2019
1 parent 341d054 commit af89683
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
</developer>
</developers>

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

<dependencies>

<dependency>
Expand Down

0 comments on commit af89683

Please sign in to comment.