Temp revert to make CI happy (but everything else sad)

This commit is contained in:
Joakim Erdfelt 2015-04-10 06:47:28 -07:00
parent ffadcd6757
commit 645ee9223c
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<!-- this SHOULD be 1.8 (for test cases) -->
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>

View File

@ -18,7 +18,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<!-- this SHOULD be 1.8 -->
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>