From d038abbbcef65cc09e73bd77c3786382542f6a58 Mon Sep 17 00:00:00 2001 From: phillips1021 Date: Wed, 6 Nov 2013 14:28:42 -0600 Subject: [PATCH] added sourceEncoding property, changed source and target values to be 1.8 instead of 8, added version 3.1 for maven compiler plugin --- pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0a48c2e5..49a05e46 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,10 @@ manning lambdasinaction 1.0 + + + UTF-8 + @@ -22,9 +26,10 @@ org.apache.maven.plugins maven-compiler-plugin + 3.1 - 8 - 8 + 1.8 + 1.8