From 506e57663a2bdbca32fb6cc1a89d42d1e2449b67 Mon Sep 17 00:00:00 2001 From: Mattias Severson Date: Sat, 19 Apr 2014 10:36:21 +0200 Subject: [PATCH] Relaxed configuration of the maven-enforcer-plugin This commit resolves #695 by changing the configuration so that all Java versions from 1.7 and above are allowed. --- spring-boot-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 62827f6a0e..f5dd2f701e 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -342,7 +342,7 @@ - (1.7,1.8) + 1.7