Skip to content

Commit

Permalink
⬆️ dubbo version to 3.2.x,spi version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
songxiaosheng committed Jan 29, 2024
1 parent 8646234 commit abad9e2
Show file tree
Hide file tree
Showing 41 changed files with 17 additions and 131 deletions.
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.0.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.0.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand All @@ -40,7 +40,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.2.7</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@

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

<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>2.7.18</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@
<modelVersion>4.0.0</modelVersion>

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

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

<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@
<modelVersion>4.0.0</modelVersion>

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

<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions dubbo-cross-thread-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>
<dependency>
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>1.0.5-SNAPSHOT</revision>
<revision>3.2.0-SNAPSHOT</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
1 change: 0 additions & 1 deletion dubbo-filter-extensions/dubbo-filter-seata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion dubbo-gateway-extensions/dubbo-gateway-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
12 changes: 1 addition & 11 deletions dubbo-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@
<skip_maven_deploy>false</skip_maven_deploy>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-bom</artifactId>
<version>3.2.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>


<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metadata-api</artifactId>
<version>3.2.7</version>
<exclusions>
<exclusion>
<artifactId>dubbo-rpc-api</artifactId>
Expand All @@ -60,7 +59,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<version>3.2.7</version>
<exclusions>
<exclusion>
<artifactId>dubbo-common</artifactId>
Expand All @@ -73,7 +71,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-cluster</artifactId>
<version>3.2.7</version>
<exclusions>
<exclusion>
<artifactId>dubbo-rpc-api</artifactId>
Expand All @@ -86,7 +83,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>

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.0.6-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.0.6-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.0.6-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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.0.6-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<modules>
<module>dubbo-mock-api</module>
<module>dubbo-mock-admin</module>
Expand Down
2 changes: 0 additions & 2 deletions dubbo-registry-extensions/dubbo-registry-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-api</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.2.7</version>
<optional>true</optional>
</dependency>

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>1.0.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</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>1.0.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<description>Dubbo registry extension for PolarisMesh, support instance register, discover, health-check capabilities.</description>

<dependencies>
Expand Down
3 changes: 0 additions & 3 deletions dubbo-remoting-extensions/dubbo-remoting-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-remoting-api</artifactId>
<version>3.2.0</version>
<exclusions>
<exclusion>
<artifactId>dubbo-common</artifactId>
Expand All @@ -59,7 +58,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-serialization-api</artifactId>
<version>3.2.0</version>
<exclusions>
<exclusion>
<artifactId>dubbo-common</artifactId>
Expand All @@ -72,7 +70,6 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-common</artifactId>
<version>3.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-remoting-api</artifactId>
<optional>true</optional>
<version>3.2.7</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>3.2.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 0 additions & 6 deletions dubbo-rpc-extensions/dubbo-rpc-native-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@
<version>3.2.0-SNAPSHOT</version>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<dubbo.version>3.2.9</dubbo.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<optional>true</optional>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.thrift</groupId>
Expand All @@ -48,15 +46,11 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-serialization-jdk</artifactId>
<optional>true</optional>
<version>${dubbo.version}</version>

</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-remoting-zookeeper</artifactId>
<optional>true</optional>
<version>${dubbo.version}</version>

</dependency>
</dependencies>
</project>
2 changes: 0 additions & 2 deletions dubbo-rpc-extensions/dubbo-rpc-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@
<description>The redis rpc module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<dubbo.version>3.2.9</dubbo.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<optional>true</optional>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down
4 changes: 0 additions & 4 deletions dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,17 @@
<description>The rmi rpc module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
<dubbo.version>3.2.9</dubbo.version>

</properties>
<dependencies>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<optional>true</optional>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-cluster</artifactId>
<optional>true</optional>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 1 addition & 3 deletions dubbo-rpc-extensions/dubbo-rpc-rocketmq/pom.xml
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>1.0.1-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<artifactId>dubbo-rpc-rocketmq</artifactId>
<name>dubbo-rpc-rocketmq</name>
<properties>
Expand Down Expand Up @@ -61,13 +61,11 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-api</artifactId>
<version>3.2.9</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-api</artifactId>
<version>3.2.9</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit abad9e2

Please sign in to comment.