From 42e7fdee925a83cef82c6fba6cd39136cc476be1 Mon Sep 17 00:00:00 2001 From: Wesley Wolfe Date: Tue, 15 Oct 2013 03:52:52 -0500 Subject: 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 4775b25a5932a2a24da2c55356936e2f98bff98c 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 7c23af9d..caf3f720 100644 --- a/pom.xml +++ b/pom.xml @@ -276,11 +276,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 2.3.2 1.6 1.6 - ${project.build.sourceEncoding} -- cgit v1.2.3