Skip to content

Commit

Permalink
Merge pull request #62 from ChristianMurphy/build/maven-target-java-8
Browse files Browse the repository at this point in the history
build(maven): set Java 8 as target version
  • Loading branch information
ChristianMurphy authored Nov 1, 2017
2 parents e01cf95 + 0f68433 commit f1e2651
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 @@ -682,8 +682,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f1e2651

Please sign in to comment.