From 9cba5ff2b8b3b80068f464fc4cecc3e97b7cf4f1 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Tue, 15 Oct 2013 04:06:17 -0500 Subject: [PATCH] Update maven compiler to 2.3.2 This change removes a redundant addition of source encoding and makes our compiler match the current maven default. This amends the commit 52215c617166dddbe52cf7ee8d37964dc948f753 Upstream issue http://jira.codehaus.org/browse/MCOMPILER-70 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dfdcbdf3..e07c171a 100644 --- a/pom.xml +++ b/pom.xml @@ -43,11 +43,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 2.3.2 1.6 1.6 - ${project.build.sourceEncoding}