Skip to content

Commit bcf9a87

Browse files
author
Hao Guan
authored
Prepare for 3.0.2 Release (baidu#199)
1 parent 904089d commit bcf9a87

19 files changed

Lines changed: 73 additions & 41 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,47 +27,47 @@ java 6+ && protobuf 2.5.0+
2727
<dependency>
2828
<groupId>com.baidu</groupId>
2929
<artifactId>brpc-java</artifactId>
30-
<version>3.0.1</version>
30+
<version>3.0.2</version>
3131
</dependency>
3232
```
3333
Spring 环境:
3434
```xml
3535
<dependency>
3636
<groupId>com.baidu</groupId>
3737
<artifactId>brpc-spring</artifactId>
38-
<version>3.0.1</version>
38+
<version>3.0.2</version>
3939
</dependency>
4040
```
4141
Spring Boot 环境:
4242
```xml
4343
<dependency>
4444
<groupId>com.baidu</groupId>
4545
<artifactId>brpc-spring-boot-starter</artifactId>
46-
<version>3.0.1</version>
46+
<version>3.0.2</version>
4747
</dependency>
4848
```
4949
Spring Cloud 环境:
5050
```xml
5151
<dependency>
5252
<groupId>com.baidu</groupId>
5353
<artifactId>spring-cloud-brpc</artifactId>
54-
<version>3.0.1</version>
54+
<version>3.0.2</version>
5555
</dependency>
5656
```
5757
Zookeeper 注册中心:
5858
```xml
5959
<dependency>
6060
<groupId>com.baidu</groupId>
6161
<artifactId>brpc-java-naming-zookeeper</artifactId>
62-
<version>3.0.1</version>
62+
<version>3.0.2</version>
6363
</dependency>
6464
```
6565
Consul 注册中心:
6666
```xml
6767
<dependency>
6868
<groupId>com.baidu</groupId>
6969
<artifactId>brpc-java-naming-consul</artifactId>
70-
<version>3.0.1</version>
70+
<version>3.0.2</version>
7171
</dependency>
7272
```
7373
#### protobuf 3.x 环境
@@ -129,4 +129,4 @@ Consul 注册中心:
129129
| QPS | 220k | 100k | 53k | 27k |
130130

131131
# 微信交流群:
132-
<img src="https://brpc-java.cdn.bcebos.com/qrcode.jpeg" width="320" />
132+
<a href="https://brpc-java.cdn.bcebos.com/qrcode.jpeg"><img src="https://brpc-java.cdn.bcebos.com/qrcode.jpeg" width="320" /></a>

brpc-java-communication/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.baidu</groupId>
2222
<artifactId>brpc-java-parent</artifactId>
23-
<version>3.0.2-SNAPSHOT</version>
23+
<version>3.0.2</version>
2424
</parent>
2525

2626
<artifactId>brpc-java-communication</artifactId>

brpc-java-examples/brpc-java-core-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-java-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>brpc-java-core-examples</artifactId>

brpc-java-examples/brpc-spring-boot-examples/brpc-spring-boot-examples-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-spring-boot-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>brpc-spring-boot-examples-api</artifactId>

brpc-java-examples/brpc-spring-boot-examples/brpc-spring-boot-examples-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-spring-boot-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>brpc-spring-boot-examples-client</artifactId>

brpc-java-examples/brpc-spring-boot-examples/brpc-spring-boot-examples-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-spring-boot-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>brpc-spring-boot-examples-server</artifactId>

brpc-java-examples/brpc-spring-boot-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-java-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>brpc-spring-boot-examples</artifactId>

brpc-java-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-java-parent</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>brpc-java-examples</artifactId>

brpc-java-examples/spring-cloud-brpc-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>brpc-java-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>spring-cloud-brpc-examples</artifactId>

brpc-java-examples/spring-cloud-brpc-examples/spring-cloud-brpc-examples-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2019 Baidu, Inc. All Rights Reserved.
2+
~ Copyright (c) 2020 Baidu, Inc. All Rights Reserved.
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.baidu</groupId>
2323
<artifactId>spring-cloud-brpc-examples</artifactId>
24-
<version>3.0.2-SNAPSHOT</version>
24+
<version>3.0.2</version>
2525
</parent>
2626

2727
<artifactId>spring-cloud-brpc-examples-api</artifactId>

0 commit comments

Comments
 (0)