Compile samples and integration tests with Java 8

Update the samples and integration tests to use Java 8. There's no
specific reason to keep them on Java 6 and it helps keep Eclipse happy
if we upgrade.
This commit is contained in:
Phillip Webb
2015-10-07 09:54:44 -07:00
parent cb6e30c8f5
commit 09395f956a
12 changed files with 4 additions and 11 deletions

View File

@@ -18,7 +18,6 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<java.version>1.7</java.version>
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>
</properties>
<dependencies>