Skip to content

Commit

Permalink
changed the default jdk from 1.5 to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Oct 28, 2017
1 parent 5683d4f commit 11bdaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit 11bdaf4

Please sign in to comment.