Skip to content

Commit

Permalink
[pinpoint-apm#9932] Rename artifactId to pipoint-thrift-datasender
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed May 30, 2023
1 parent 8e3ad78 commit 44c7ea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</dependency>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>thrift-datasender</artifactId>
<artifactId>pinpoint-thrift-datasender</artifactId>
</dependency>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
</dependency>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>thrift-datasender</artifactId>
<artifactId>pinpoint-thrift-datasender</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion thrift-datasender/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>2.6.0-SNAPSHOT</version>
</parent>

<artifactId>thrift-datasender</artifactId>
<artifactId>pinpoint-thrift-datasender</artifactId>
<packaging>jar</packaging>
<description>pinpoint profiler thrift(deprecated)</description>

Expand Down

0 comments on commit 44c7ea3

Please sign in to comment.