Skip to content

Commit c8f75ef

Browse files
committed
docs:rename project artifactID.
1 parent db4968f commit c8f75ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

polaris-agent-build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>java-agent</artifactId>
6+
<artifactId>polaris-java-agent</artifactId>
77
<groupId>com.tencent.polaris</groupId>
88
<version>${revision}</version>
99
<relativePath>../pom.xml</relativePath>

polaris-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>java-agent</artifactId>
6+
<artifactId>polaris-java-agent</artifactId>
77
<groupId>com.tencent.polaris</groupId>
88
<version>${revision}</version>
99
<relativePath>../pom.xml</relativePath>

polaris-agent-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>java-agent</artifactId>
6+
<artifactId>polaris-java-agent</artifactId>
77
<groupId>com.tencent.polaris</groupId>
88
<version>${revision}</version>
99
<relativePath>../pom.xml</relativePath>

polaris-agent-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>java-agent</artifactId>
6+
<artifactId>polaris-java-agent</artifactId>
77
<groupId>com.tencent.polaris</groupId>
88
<version>${revision}</version>
99
<relativePath>../pom.xml</relativePath>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.tencent.polaris</groupId>
8-
<artifactId>java-agent</artifactId>
8+
<artifactId>polaris-java-agent</artifactId>
99
<packaging>pom</packaging>
1010
<version>${revision}</version>
1111

0 commit comments

Comments
 (0)