Skip to content

Commit

Permalink
⬆️ 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
songxiaosheng committed Feb 26, 2024
1 parent 908c6db commit 8c8e912
Show file tree
Hide file tree
Showing 77 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion dobbo-doc-auto-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<version>1.0.1-SNAPSHOT</version>
<version>3.2.0</version>
<description>Dubbo interface documentation, testing tools</description>

<artifactId>dobbo-doc-auto-gen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-api-docs/dubbo-api-docs-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-api-docs</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dubbo-api-docs/dubbo-api-docs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-api-docs</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dubbo.extensions.examples.apidocs</groupId>
<artifactId>dubbo-api-docs-examples</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dubbo.extensions.examples.apidocs</groupId>
<artifactId>dubbo-api-docs-examples</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dubbo.extensions.examples.apidocs</groupId>
<artifactId>dubbo-api-docs-examples</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dubbo-api-docs/dubbo-api-docs-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-api-docs</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions dubbo-api-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>

<artifactId>dubbo-api-docs</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -47,7 +47,7 @@
<disruptor.version>3.4.2</disruptor.version>
<springfox.version>3.0.0</springfox.version>
<nacos.version>1.4.0</nacos.version>
<dubbo.api.docs.version>3.2.0-SNAPSHOT</dubbo.api.docs.version>
<dubbo.api.docs.version>3.2.0</dubbo.api.docs.version>
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
<spring-cloud-alibaba-dependencies.version>2.2.3.RELEASE</spring-cloud-alibaba-dependencies.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-cluster-extensions/dubbo-cluster-broadcast-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-cluster-broadcast-1</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-cluster-loadbalance-peakewma</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>dubbo-cluster-polaris-dubbo2</artifactId>
<name>dubbo-cluster-polaris-dubbo2</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Dubbo2 cluster extension for PolarisMesh, support dynamic routing capability.</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-cluster-specify-address-common</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-cluster-specify-address-dubbo2</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-cluster-specify-address-dubbo3</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-common-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-common-extensions</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-configcenter-consul</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions dubbo-configcenter-extensions/dubbo-configcenter-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-configcenter-etcd</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The etcd implementation of the config-center api</description>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-etcd3</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-cross-thread-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-cross-thread-extensions</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-extensions-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</issueManagement>

<properties>
<revision>3.2.0-SNAPSHOT</revision>
<revision>3.2.0</revision>
<dubbo.version>3.2.9</dubbo.version>
<spring.version>5.2.9.RELEASE</spring.version>
<spring-boot.version>2.4.1</spring-boot.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dubbo-filter-polaris-dubbo2</artifactId>
<groupId>org.apache.dubbo.extensions</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>dubbo-filter-polaris-dubbo2</artifactId>
<groupId>org.apache.dubbo.extensions</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>dubbo-filter-polaris-dubbo2</artifactId>
<packaging>pom</packaging>
<name>dubbo-filter-polaris-dubbo2</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Dubbo2 filter extension for PolarisMesh, support circuitbreaking, ratelimit, metric capabilities.</description>
<modules>
<module>dubbo-filter-polaris-circuitbreaker-dubbo2</module>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-filter-extensions/dubbo-filter-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>dubbo-filter-seata</artifactId>
<name>${project.artifactId}</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<artifactId>dubbo-metadata-report-consul</artifactId>

Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-configcenter-consul</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>com.ecwid.consul</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>

<artifactId>dubbo-metadata-report-etcd</artifactId>

Expand Down Expand Up @@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-etcd3</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>io.etcd</groupId>
Expand Down
4 changes: 2 additions & 2 deletions dubbo-mock-extensions/dubbo-mock-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>dubbo-mock-extensions</artifactId>
<groupId>org.apache.dubbo.extensions</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-mock-api</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-mock-extensions/dubbo-mock-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>dubbo-mock-extensions</artifactId>
<groupId>org.apache.dubbo.extensions</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-mock-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<artifactId>dubbo-mock-extensions</artifactId>
<packaging>pom</packaging>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<modules>
<module>dubbo-mock-api</module>
<module>dubbo-mock-admin</module>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-extensions/dubbo-registry-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<artifactId>dubbo-registry-consul</artifactId>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-extensions/dubbo-registry-dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>dubbo-registry-dns</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>The DNS registry module of Dubbo project</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dubbo-registry-extensions/dubbo-registry-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<artifactId>dubbo-registry-etcd3</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-etcd3</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>dubbo-registry-nameservice</artifactId>
<name>dubbo-registry-nameservice</name>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-extensions/dubbo-registry-polaris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<artifactId>dubbo-registry-polaris</artifactId>
<name>dubbo-registry-polaris</name>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<description>Dubbo registry extension for PolarisMesh, support instance register, discover, health-check capabilities.</description>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions dubbo-registry-extensions/dubbo-registry-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<artifactId>dubbo-registry-redis</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-redis</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry-extensions/dubbo-registry-sofa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<artifactId>dubbo-registry-sofa</artifactId>
<name>${project.artifactId}</name>
<description>The SOFARegistry module of Dubbo project</description>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-extensions/dubbo-remoting-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<artifactId>dubbo-remoting-etcd3</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-extensions/dubbo-remoting-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>

<modelVersion>4.0.0</modelVersion>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<artifactId>dubbo-remoting-grizzly</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
Loading

0 comments on commit 8c8e912

Please sign in to comment.