Skip to content

Commit

Permalink
Prepare for 3.0.2 Release (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hao Guan authored Sep 21, 2020
1 parent 904089d commit bcf9a87
Show file tree
Hide file tree
Showing 19 changed files with 73 additions and 41 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,47 +27,47 @@ java 6+ && protobuf 2.5.0+
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-java</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
Spring 环境:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
Spring Boot 环境:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-starter</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
Spring Cloud 环境:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
Zookeeper 注册中心:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-naming-zookeeper</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
Consul 注册中心:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-naming-consul</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```
#### protobuf 3.x 环境
Expand Down Expand Up @@ -129,4 +129,4 @@ Consul 注册中心:
| QPS | 220k | 100k | 53k | 27k |

# 微信交流群:
<img src="https://brpc-java.cdn.bcebos.com/qrcode.jpeg" width="320" />
<a href="https://brpc-java.cdn.bcebos.com/qrcode.jpeg"><img src="https://brpc-java.cdn.bcebos.com/qrcode.jpeg" width="320" /></a>
4 changes: 2 additions & 2 deletions brpc-java-communication/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-java-communication</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brpc-java-examples/brpc-java-core-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-java-core-examples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-spring-boot-examples-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-spring-boot-examples-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-spring-boot-examples-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brpc-java-examples/brpc-spring-boot-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-spring-boot-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brpc-java-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-java-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brpc-java-examples/spring-cloud-brpc-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc-examples</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brpc-java-governance/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-java</artifactId>
Expand Down
18 changes: 17 additions & 1 deletion brpc-java-naming-consul/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
<!--
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-java-naming-consul</artifactId>
Expand Down
18 changes: 17 additions & 1 deletion brpc-java-naming-zookeeper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
<!--
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>brpc-java-naming-zookeeper</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions brpc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>brpc-spring-boot-starter</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions brpc-spring/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2018 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>brpc-spring</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@

<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-brpc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2018 Baidu, Inc. All Rights Reserved.
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>

</parent>
<artifactId>spring-cloud-brpc</artifactId>
Expand Down

0 comments on commit bcf9a87

Please sign in to comment.