From 203cf428c964cc1fca892a1b3cdc7da312ef2122 Mon Sep 17 00:00:00 2001 From: ascrutae Date: Sat, 26 Nov 2016 13:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E7=BA=A7?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 5 +++-- skywalking-commons/pom.xml | 16 +--------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 2bbdc2df23..640bfca956 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ UTF-8 + 1.8 @@ -45,8 +46,8 @@ maven-compiler-plugin - 1.7 - 1.7 + ${compiler.version} + ${compiler.version} ${project.build.sourceEncoding} diff --git a/skywalking-commons/pom.xml b/skywalking-commons/pom.xml index b674ecef45..5214b6639b 100644 --- a/skywalking-commons/pom.xml +++ b/skywalking-commons/pom.xml @@ -21,20 +21,6 @@ UTF-8 + 1.6 - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.6.0 - - 1.6 - 1.6 - ${project.build.sourceEncoding} - - - - -- GitLab