Skip to content

Commit 535d046

Browse files
committed
[#9932] Rename artifactId to pipoint-thrift-datasender
1 parent 8e3ad78 commit 535d046

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

collector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</dependency>
7373
<dependency>
7474
<groupId>com.navercorp.pinpoint</groupId>
75-
<artifactId>thrift-datasender</artifactId>
75+
<artifactId>pinpoint-thrift-datasender</artifactId>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.navercorp.pinpoint</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
</dependency>
412412
<dependency>
413413
<groupId>com.navercorp.pinpoint</groupId>
414-
<artifactId>thrift-datasender</artifactId>
414+
<artifactId>pinpoint-thrift-datasender</artifactId>
415415
<version>${project.version}</version>
416416
</dependency>
417417
<dependency>

thrift-datasender/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>2.6.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>thrift-datasender</artifactId>
12+
<artifactId>pinpoint-thrift-datasender</artifactId>
1313
<packaging>jar</packaging>
1414
<description>pinpoint profiler thrift(deprecated)</description>
1515

0 commit comments

Comments
 (0)