From fca7a8dc96898b12fbf1b81cccaeb67d362d9f39 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 23 Apr 2014 16:51:02 +0100 Subject: [PATCH] Enforce Java 1.7 during the release Add enforcer rules to ensure that only Java 1.7 is used during the release. Fixes gh-712 --- spring-boot-parent/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index f5dd2f701e5..c1c1c0256ee 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -542,6 +542,9 @@ + + (1.7,1.8) + @@ -561,12 +564,15 @@ maven-enforcer-plugin - enforce-milestone-rules + enforce-release-rules enforce + + (1.7,1.8) +