From d371417f8f04bb2eabb12de3793e5519ba0ae452 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 2 May 2013 21:14:08 +0200 Subject: [PATCH] =?utf8?q?Configure=20maven=E2=80=99s=20compiler=20plugin?= =?utf8?q?=20to=20use=20Java=201.6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index ce27ee6..2d6e010 100644 --- a/pom.xml +++ b/pom.xml @@ -36,4 +36,18 @@ UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + 1.6 + 1.6 + + + + + -- 2.7.4