You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/06/18 07:38:20 UTC

[skywalking] branch master updated: fix code comment (#2896)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aba908  fix code comment (#2896)
2aba908 is described below

commit 2aba908cdef908b310501a3d7bb9bbeb56f020b6
Author: zhangwei <26...@users.noreply.github.com>
AuthorDate: Tue Jun 18 15:38:14 2019 +0800

    fix code comment (#2896)
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6134e5c..dd88547 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,10 +459,8 @@
                 </configuration>
             </plugin>
             <plugin>
-                <!-- 源码插件 -->
                 <artifactId>maven-source-plugin</artifactId>
                 <version>${maven-source-plugin.version}</version>
-                <!-- 发布时自动将源码同时发布的配置 -->
                 <executions>
                     <execution>
                         <id>attach-sources</id>