Skip to content

Commit

Permalink
Update pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Smith authored and Steven Smith committed Jul 19, 2015
1 parent 3b17a15 commit 2b39ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<!-- JAR creation plugin -->
<plugin>
Expand Down

0 comments on commit 2b39ead

Please sign in to comment.