Skip to content

Commit 9d07995

Browse files
committed
docs:update maven project name.
1 parent 3328d49 commit 9d07995

File tree

7 files changed

+13
-0
lines changed

7 files changed

+13
-0
lines changed

dubbo-plugins/dubbo-circuitbreaker-polaris/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>dubbo-circuitbreaker-polaris</artifactId>
14+
<name>Polaris Dubbo Circuit Breaker</name>
1415

1516
<dependencies>
1617
<dependency>

dubbo-plugins/dubbo-ratelimit-polaris/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>dubbo-ratelimit-polaris</artifactId>
14+
<name>Polaris Dubbo Rate Limit</name>
1415

1516
<dependencies>
1617
<dependency>

dubbo-plugins/dubbo-registry-polaris/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>dubbo-registry-polaris</artifactId>
14+
<name>Polaris Dubbo Registry</name>
1415

1516
<dependencies>
1617
<dependency>

dubbo-plugins/dubbo-router-polaris/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>dubbo-router-polaris</artifactId>
14+
<name>Polaris Dubbo Router</name>
1415

1516
<dependencies>
1617
<dependency>

dubbo-plugins/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>dubbo-plugins</artifactId>
14+
<name>Polaris Dubbo Plugins</name>
1415
<packaging>pom</packaging>
1516

1617
<modules>

polaris-adapter-dubbo/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>polaris-adapter-dubbo</artifactId>
14+
<name>Polaris Dubbo Adapter</name>
1415

1516
<dependencyManagement>
1617
<dependencies>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
<tag>HEAD</tag>
3737
</scm>
3838

39+
<developers>
40+
<developer>
41+
<name>Haotian Zhang</name>
42+
<email>[email protected]</email>
43+
</developer>
44+
</developers>
45+
3946
<properties>
4047
<!-- Project revision -->
4148
<revision>2.0.2.0-2.7.23-SNAPSHOT</revision>

0 commit comments

Comments
 (0)