Skip to content

Commit aa80cc8

Browse files
committed
release 2.0.2.0-3.2.7.
1 parent b13f939 commit aa80cc8

File tree

9 files changed

+17
-2
lines changed

9 files changed

+17
-2
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-configcenter-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-configcenter-polaris</artifactId>
14+
<name>Polaris Dubbo Config Center</name>
1415

1516
<dependencies>
1617
<dependency>

dubbo-plugins/dubbo-metadatareport-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-metadatareport-polaris</artifactId>
14+
<name>Polaris Dubbo Metadata Report</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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,19 @@
3636
<tag>HEAD</tag>
3737
</scm>
3838

39+
<developers>
40+
<developer>
41+
<name>Haotian Zhang</name>
42+
<email>928016560@qq.com</email>
43+
</developer>
44+
</developers>
45+
3946
<properties>
4047
<!-- Project revision -->
41-
<revision>2.0.2.0-3.2.7-SNAPSHOT</revision>
48+
<revision>2.0.2.0-3.2.7</revision>
4249

4350
<!-- Polaris SDK version -->
44-
<polaris.version>2.0.2.0-SNAPSHOT</polaris.version>
51+
<polaris.version>2.0.2.0</polaris.version>
4552

4653
<apache.dubbo.version>3.2.7</apache.dubbo.version>
4754
<slf4j.version>1.7.25</slf4j.version>

0 commit comments

Comments
 (0)