pom.xml now targets Java 1.6 since Matlab can't handle 1.7.
@@ -73,8 +73,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
The note is not visible to the blocked user.