You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/04/23 09:44:07 UTC

[skywalking] branch aritifactid created (now 28ce429)

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

tanjian pushed a change to branch aritifactid
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 28ce429  fix  skywalking refister-receiver artifactId

This branch includes the following new commits:

     new 28ce429  fix  skywalking refister-receiver artifactId

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: fix skywalking refister-receiver artifactId

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 28ce4294972b6bf01106b8f230508706f0283837
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Thu Apr 23 17:37:29 2020 +0800

    fix  skywalking refister-receiver artifactId
---
 .../skywalking-management-receiver-plugin/pom.xml                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml b/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml
index 5f4f8ec..29972b1 100644
--- a/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml
+++ b/oap-server/server-receiver-plugin/skywalking-management-receiver-plugin/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>skywalking-register-receiver-plugin</artifactId>
+    <artifactId>skywalking-management-receiver-plugin</artifactId>
     <packaging>jar</packaging>
 
     <dependencies>