Commit 52c51d9c authored by Tim Olshansky's avatar Tim Olshansky

Fixed warning about maven-compile-plugin version

parent d15b3743
......@@ -88,6 +88,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</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