diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index fffaee3a60..6926f07707 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 a68effcaf0..b099112dfb 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 58a07b2ba0..127428342e 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 107b06aedd..52b9510a09 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 c3a1067efa..0bff30a087 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 c7f6f5d7cd..23bdaa09c8 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -266,5 +266,19 @@ + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + + + + +