From 6efa7bb1364b0ba7d1485d0ea93b8d08f69b43e6 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 7 Jun 2016 20:32:24 +0200 Subject: [PATCH] Managing compiler-version through maven.compiler.*-settings Like recommended on: https://maven.apache.org/plugins/maven-pmd-plugin/examples/targetJdk.html --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e699542..aff5b72 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,10 @@ + UTF-8 + 1.7 + 1.7 + UTF-8 @@ -254,9 +258,6 @@ maven-compiler-plugin 3.3 - 1.7 - 1.7 - utf8 true @@ -314,7 +315,6 @@ 3.5 true - 1.5 -- 2.20.1