Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Nov 21, 2022
1 parent cc9f5ca commit 33b9d57
Show file tree
Hide file tree
Showing 41 changed files with 53 additions and 50 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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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-specify-address-dubbo2</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<dependencies>
<dependency>
Expand Down
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The etcd implementation of the config-center api</description>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-etcd3</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>

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.3-SNAPSHOT</revision>
<revision>1.0.3</revision>
<dubbo.version>3.1.2</dubbo.version>
<spring.version>5.2.9.RELEASE</spring.version>
<spring-boot.version>2.4.1</spring-boot.version>
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

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

Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-etcd3</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>io.etcd</groupId>
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>dubbo-registry-consul</artifactId>

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

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

<dependency>
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>dubbo-registry-etcd3</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-remoting-etcd3</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<version>1.0.0</version>
<modelVersion>4.0.0</modelVersion>
<artifactId>dubbo-registry-nameservice</artifactId>
<name>dubbo-registry-nameservice</name>
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>dubbo-remoting-grizzly</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-extensions/dubbo-remoting-mina/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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>dubbo-remoting-mina</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-extensions/dubbo-remoting-p2p/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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>dubbo-remoting-p2p</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-extensions/dubbo-remoting-quic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-remoting-quic</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>


<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-remoting-extensions/dubbo-remoting-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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>dubbo-remoting-redis</artifactId>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions dubbo-rpc-extensions/dubbo-rpc-hessian/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-rpc-hessian</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<packaging>jar</packaging>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.dubbo.extensions</groupId>
<artifactId>dubbo-serialization-native-hession</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-extensions/dubbo-rpc-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>dubbo-rpc-http</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<description>The JSON-RPC module of dubbo project</description>

Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-extensions/dubbo-rpc-memcached/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-rpc-memcached</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The memcached rpc module of dubbo project</description>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-extensions/dubbo-rpc-native-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The thrift rpc module of dubbo project</description>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-extensions/dubbo-rpc-redis/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-rpc-redis</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The redis rpc module of dubbo project</description>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-extensions/dubbo-rpc-rmi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<artifactId>dubbo-rpc-rmi</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The rmi rpc module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
1 change: 1 addition & 0 deletions dubbo-rpc-extensions/dubbo-rpc-rocketmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<version>1.0.0</version>
<artifactId>dubbo-rpc-rocketmq</artifactId>
<name>dubbo-rpc-rocketmq</name>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-rpc-extensions/dubbo-rpc-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>dubbo-rpc-webservice</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The webservice rpc module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>dubbo-serialization-avro</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The avro serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
<artifactId>dubbo-serialization-fastjson</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The fastjson serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>dubbo-serialization-fst</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The fst serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
<artifactId>dubbo-serialization-gson</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The GSON serialization implement for dubbo</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
<artifactId>dubbo-serialization-kryo</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<description>The kryo serialization module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dubbo-serialization-msgpack</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The Msgpack serialization implement for dubbo</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
</parent>

<artifactId>dubbo-serialization-native-hession</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The native-hession serialization module of dubbo project</description>
Expand Down
Loading

0 comments on commit 33b9d57

Please sign in to comment.