From 9f58e2452c206ec0bb3a1c0641791a1e20b31f83 Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Mon, 19 May 2014 11:36:31 +0200 Subject: [PATCH] DATAREST-305 - Enable Java 8 build in maven configuration. Extended closed interval in maven enforcerer plugin configuration to include Java 8 (1.8). Original pull request: #138. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 289674691..fc4744ab5 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ - [1.7,1.8) + [1.7,1.9)