You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by pe...@apache.org on 2018/03/11 03:46:11 UTC

[incubator-skywalking] branch asf/release updated: Remove the base dir.

This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch asf/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/asf/release by this push:
     new 22213a8  Remove the base dir.
22213a8 is described below

commit 22213a8b7c4253faad58a96ef7194ac72a20ce65
Author: peng-yongsheng <80...@qq.com>
AuthorDate: Sun Mar 11 11:46:05 2018 +0800

    Remove the base dir.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 20b39b3..f4a7197 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,7 +276,7 @@
                         <id>validate</id>
                         <phase>validate</phase>
                         <configuration>
-                            <configLocation>${basedir}/checkStyle.xml</configLocation>
+                            <configLocation>checkStyle.xml</configLocation>
                             <encoding>UTF-8</encoding>
                             <consoleOutput>true</consoleOutput>
                             <includeTestSourceDirectory>true</includeTestSourceDirectory>

-- 
To stop receiving notification emails like this one, please contact
pengys@apache.org.