Skip to content

Commit

Permalink
Set java source and target version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocelyn Mérand committed Apr 11, 2018
1 parent 96f820a commit ea51a17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<name>Git Hook Plugin</name>
<description>Maven plugin to configure and install local git hooks</description>
<url>https://github.com/olukyrich/githook-maven-plugin</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit ea51a17

Please sign in to comment.