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

@@ -17,7 +17,6 @@
<url>http://www.spring.io</url>
</organization>
<properties>
<java.version>1.7</java.version>
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>