Skip to content

Commit

Permalink
Declared maven-compiler-version, which was breaking build on 3.3.9 ve…
Browse files Browse the repository at this point in the history
…rsion of Maven.
  • Loading branch information
Nathan Good committed May 2, 2016
1 parent 9aa722d commit 4a35cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down

0 comments on commit 4a35cb5

Please sign in to comment.