From c461c8a84b2cab678912f26d8b8488e6e291d6db Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 18 Apr 2012 23:35:12 +0200 Subject: [PATCH 1/1] Compile with a source setting of Java 1.6. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 1c01d3b..e3a7070 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,16 @@ demoscene-music + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + UTF-8 -- 2.7.4