Skip to content

Commit

Permalink
Merge pull request #4 from StephenBrough/update-target-source
Browse files Browse the repository at this point in the history
Update target and source version
  • Loading branch information
StephenBrough authored Dec 18, 2017
2 parents 77d37c7 + 28ecacd commit bd222a3
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 @@ -9,8 +9,8 @@

<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>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<jackson.version>2.6.0</jackson.version>
<postgis.jdbc.version>2.2.1</postgis.jdbc.version>
Expand Down

0 comments on commit bd222a3

Please sign in to comment.