From aafa5c0a738f31048c9bf24dd9d64bdac9674edb Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 17 Feb 2014 12:06:42 -0800 Subject: [PATCH] Update to more recent compiler plugin. Also bumped source/target to 1.6. Hopefully this won't result in backlash from cavemen still using JMustache on JDK 1.5. --- pom.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 3a3722b..7f252ca 100644 --- a/pom.xml +++ b/pom.xml @@ -83,15 +83,18 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.1 - 1.5 - 1.5 + 1.6 + 1.6 true true true - - -Xlint" "-Xlint:-serial" "-Xlint:-path + + -Xlint + -Xlint:-serial + -Xlint:-path + com/samskivert/gwt/** @@ -170,7 +173,7 @@ 2.5 - + org.codehaus.mojo cobertura-maven-plugin