From 678f36cfefc7709818f53fc5f679bb96faed6a43 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Wed, 29 Jul 2015 18:18:20 +0200 Subject: [PATCH] configure JRE that is different from compiler target level --- spring-boot-actuator/pom.xml | 16 ++++++++++++++++ spring-boot-autoconfigure/pom.xml | 16 ++++++++++++++++ spring-boot-devtools/pom.xml | 16 ++++++++++++++++ .../spring-boot-loader-tools/pom.xml | 15 +++++++++++++++ spring-boot-tools/spring-boot-loader/pom.xml | 16 ++++++++++++++++ spring-boot/pom.xml | 14 ++++++++++++++ 6 files changed, 93 insertions(+) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index fffaee3a60f..6926f07707d 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -303,4 +303,20 @@ test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + + + + + + diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index a68effcaf09..b099112dfbf 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -573,4 +573,20 @@ snakeyaml + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + + + + + + diff --git a/spring-boot-devtools/pom.xml b/spring-boot-devtools/pom.xml index 58a07b2ba02..127428342e3 100644 --- a/spring-boot-devtools/pom.xml +++ b/spring-boot-devtools/pom.xml @@ -74,4 +74,20 @@ test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + + + + + + diff --git a/spring-boot-tools/spring-boot-loader-tools/pom.xml b/spring-boot-tools/spring-boot-loader-tools/pom.xml index 107b06aedda..52b9510a09f 100644 --- a/spring-boot-tools/spring-boot-loader-tools/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/pom.xml @@ -137,5 +137,20 @@ + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + + + + + + diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index c3a1067efa2..0bff30a0878 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -82,4 +82,20 @@ + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + + + + + + diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index c7f6f5d7cdb..23bdaa09c88 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -266,5 +266,19 @@ + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + + + + +