From 72e51a2fe4a91065647eeaf05252a1d14465b2eb Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot 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 By: Wesley Wolfe --- paper-api/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index dfdcbdf38a..e07c171a6c 100644 --- a/paper-api/pom.xml +++ b/paper-api/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}