From 639ea26a73cd808dfa0cb153c38138795f52e280 Mon Sep 17 00:00:00 2001 From: stfm Date: Tue, 21 Nov 2017 23:20:51 +0100 Subject: [PATCH] change maven compiler source and target from 1.6 to 1.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 90c93d6..d215b74 100644 --- a/pom.xml +++ b/pom.xml @@ -11,8 +11,8 @@ - 1.6 - 1.6 + 1.7 + 1.7 1.4 2.9