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 2021/08/26 14:21:24 UTC

[skywalking-java] branch module-name-fix created (now 3e6cdce)

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

wusheng pushed a change to branch module-name-fix
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git.


      at 3e6cdce  Rename common modules.

This branch includes the following new commits:

     new 3e6cdce  Rename common modules.

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-java] 01/01: Rename common modules.

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

wusheng pushed a commit to branch module-name-fix
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git

commit 3e6cdce06598902675d1a5f492c25dd03141f818
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Aug 26 22:12:56 2021 +0800

    Rename common modules.
---
 apm-commons/apm-datacarrier/pom.xml | 2 +-
 apm-commons/apm-util/pom.xml        | 2 +-
 apm-protocol/apm-network/pom.xml    | 2 +-
 apm-sniffer/apm-agent-core/pom.xml  | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/apm-commons/apm-datacarrier/pom.xml b/apm-commons/apm-datacarrier/pom.xml
index fbb048f..be9034d 100644
--- a/apm-commons/apm-datacarrier/pom.xml
+++ b/apm-commons/apm-datacarrier/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>apm-datacarrier</artifactId>
+    <artifactId>java-agent-datacarrier</artifactId>
 
     <dependencies>
         <dependency>
diff --git a/apm-commons/apm-util/pom.xml b/apm-commons/apm-util/pom.xml
index 75a591e..d4201d7 100644
--- a/apm-commons/apm-util/pom.xml
+++ b/apm-commons/apm-util/pom.xml
@@ -24,7 +24,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>apm-util</artifactId>
+    <artifactId>java-agent-util</artifactId>
     <packaging>jar</packaging>
 
     <name>apm-util</name>
diff --git a/apm-protocol/apm-network/pom.xml b/apm-protocol/apm-network/pom.xml
index 644641a..a502664 100644
--- a/apm-protocol/apm-network/pom.xml
+++ b/apm-protocol/apm-network/pom.xml
@@ -25,7 +25,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>apm-network</artifactId>
+    <artifactId>java-agent-network</artifactId>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/apm-sniffer/apm-agent-core/pom.xml b/apm-sniffer/apm-agent-core/pom.xml
index 71d25e7..1fd296a 100644
--- a/apm-sniffer/apm-agent-core/pom.xml
+++ b/apm-sniffer/apm-agent-core/pom.xml
@@ -57,12 +57,12 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.skywalking</groupId>
-            <artifactId>apm-network</artifactId>
+            <artifactId>java-agent-network</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.skywalking</groupId>
-            <artifactId>apm-util</artifactId>
+            <artifactId>java-agent-util</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
@@ -115,7 +115,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.skywalking</groupId>
-            <artifactId>apm-datacarrier</artifactId>
+            <artifactId>java-agent-datacarrier</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>