From 26d900f3ad31c99b1c29d58669b118f75b5236c2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 10 Jan 2014 12:32:18 -0800 Subject: [PATCH] Revert "Allow maven build with JDK 1.8" Revert commit fd15b62a9d36cf7f0c592f90283107671d758d32 to ensure that we don't accidentally use Java 8 features. --- spring-boot-parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 9abbc34133..ef6f3f6969 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -263,7 +263,7 @@ [1.3.1,) - enforce + enforce-once @@ -325,12 +325,12 @@ enforce-rules - enforce + enforce-once - (1.7,1.8] + (1.7,1.8)