From bdf0bddc8544666ce73b0e7e486ddccf214e79ef Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sun, 29 Mar 2015 16:58:50 +0900 Subject: [PATCH] Enforce a release is made with JDK 1.7 (and not w/ 1.8+) Motivations: JDK 1.8 adds default methods to collections classes that reference classes that don't exist in JDK 7. That's binary compatible, but not source compatible. Modifications: Enforce JDK version to be 1.7.* when releasing Result: Fixes #3548 --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dc4f6dfe04..6d5716915c 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,11 @@ + + + + [1.7.0, 1.8.0) + Release process must be performed on linux-x86_64. @@ -877,8 +882,8 @@ - - + + [1.7.0,)