From 718a090b327d1cbc783c7cf339564e3d90b4aad4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 6 Apr 2015 20:30:37 -0700 Subject: [PATCH] Restore Java 6 source/target settings Update spring-boot-actuator to restore Java 6 compatibility. --- spring-boot-actuator/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 3a280571fc2..508e125c14f 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -16,7 +16,6 @@ http://www.spring.io - 1.8 ${basedir}/..