From b1ebec37817c5f8073f2d935dc91b9d13aceed16 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 24 Aug 2013 19:57:20 -0700 Subject: [PATCH] Set source/target version to 1.6 for int. tests --- .../spring-boot-loader/src/it/executable-jar/pom.xml | 9 +++++++++ .../spring-boot-loader/src/it/executable-war/pom.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml index 821178099d6..3cbaaa60689 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml @@ -8,6 +8,15 @@ jar + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + org.apache.maven.plugins maven-dependency-plugin diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml index 21ba1b2325b..79c79d11e3e 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml @@ -8,6 +8,15 @@ war + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + + org.apache.maven.plugins maven-war-plugin