From 2e0155825ecea5cb4a37d111860028bdfef16c66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 26 Nov 2009 20:57:52 +0100 Subject: [PATCH] Update maven configuration to using Java 6. --- .classpath | 3 +-- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index b1ff7b3..1f3c1ff 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,7 @@ - - + diff --git a/pom.xml b/pom.xml index f820b6f..84ac23a 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 + 1.6 + 1.6 -- 2.7.4