Simon Hunt
Committed by Gerrit Code Review

CORD GUI - Changed pom to use 1.7 compiler.

Change-Id: I20d552a97c5b8476e61fef3a61ff32efcbfb1e50
......@@ -98,8 +98,8 @@
<!-- https://jira.codehaus.org/browse/MCOMPILER-205 -->
<version>2.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
......