From 4fad760399f332d469ade2f40764d24600e44e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=BCstermann?= Date: Fri, 9 Sep 2016 12:29:11 +0200 Subject: [PATCH] Compiler to use Java 6 as source and target As the sources cannot be compiled with Java 5 the compliance level has been changed to Java 6. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 96de9f2..c5f0621 100644 --- a/pom.xml +++ b/pom.xml @@ -109,8 +109,8 @@ maven-compiler-plugin 3.3 - 1.5 - 1.5 + 1.6 + 1.6 true true true