Commit 0ea33cb4 authored by David Trott's avatar David Trott

Locking down the compiler plugin to avoid warning messages when releasing using Maven 3.

parent 294f73c9
......@@ -34,6 +34,7 @@
<plugin>
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment