Skip to content

Commit 2bc07f8

Browse files
committed
Release 2.10.1
1 parent 7734df3 commit 2bc07f8

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

README-zh-CN.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ QQ交流群:294712648
3737

3838
2.x.x.RELEASE 支持 Spring Boot 2.1.x/2.2.x 和 Spring Cloud Greenwich / Hoxton。
3939

40-
最新版本: `2.10.0.RELEASE`
40+
最新版本: `2.10.1.RELEASE`
4141

4242
( `2.4.0.RELEASE` 用于 Spring Boot 2.0.x & Spring Cloud Finchy).
4343

@@ -57,15 +57,15 @@ QQ交流群:294712648
5757
<dependency>
5858
<groupId>net.devh</groupId>
5959
<artifactId>grpc-spring-boot-starter</artifactId>
60-
<version>2.10.0.RELEASE</version>
60+
<version>2.10.1.RELEASE</version>
6161
</dependency>
6262
````
6363

6464
Gradle:
6565

6666
````gradle
6767
dependencies {
68-
compile 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
68+
compile 'net.devh:grpc-spring-boot-starter:2.10.1.RELEASE'
6969
}
7070
````
7171

@@ -77,15 +77,15 @@ dependencies {
7777
<dependency>
7878
<groupId>net.devh</groupId>
7979
<artifactId>grpc-server-spring-boot-starter</artifactId>
80-
<version>2.10.0.RELEASE</version>
80+
<version>2.10.1.RELEASE</version>
8181
</dependency>
8282
````
8383

8484
Gradle:
8585

8686
````gradle
8787
dependencies {
88-
compile 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
88+
compile 'net.devh:grpc-server-spring-boot-starter:2.10.1.RELEASE'
8989
}
9090
````
9191

@@ -117,15 +117,15 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase {
117117
<dependency>
118118
<groupId>net.devh</groupId>
119119
<artifactId>grpc-client-spring-boot-starter</artifactId>
120-
<version>2.10.0.RELEASE</version>
120+
<version>2.10.1.RELEASE</version>
121121
</dependency>
122122
````
123123

124124
Gradle:
125125

126126
````gradle
127127
dependencies {
128-
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
128+
compile 'net.devh:grpc-client-spring-boot-starter:2.10.1.RELEASE'
129129
}
130130
````
131131
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
5252

5353
2.x.x.RELEASE supports Spring Boot 2.1.x/2.2.x & Spring Cloud Greenwich/Hoxton.
5454

55-
The latest version: ``2.10.0.RELEASE``
55+
The latest version: ``2.10.1.RELEASE``
5656

5757
(Use `2.4.0.RELEASE` for Spring Boot 2.0.x & Spring Cloud Finchley).
5858

@@ -72,15 +72,15 @@ To add a dependency using Maven, use the following:
7272
<dependency>
7373
<groupId>net.devh</groupId>
7474
<artifactId>grpc-spring-boot-starter</artifactId>
75-
<version>2.10.0.RELEASE</version>
75+
<version>2.10.1.RELEASE</version>
7676
</dependency>
7777
````
7878

7979
To add a dependency using Gradle:
8080

8181
````gradle
8282
dependencies {
83-
implementation 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
83+
implementation 'net.devh:grpc-spring-boot-starter:2.10.1.RELEASE'
8484
}
8585
````
8686

@@ -92,15 +92,15 @@ To add a dependency using Maven, use the following:
9292
<dependency>
9393
<groupId>net.devh</groupId>
9494
<artifactId>grpc-server-spring-boot-starter</artifactId>
95-
<version>2.10.0.RELEASE</version>
95+
<version>2.10.1.RELEASE</version>
9696
</dependency>
9797
````
9898

9999
To add a dependency using Gradle:
100100

101101
````gradle
102102
dependencies {
103-
implementation 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
103+
implementation 'net.devh:grpc-server-spring-boot-starter:2.10.1.RELEASE'
104104
}
105105
````
106106

@@ -134,15 +134,15 @@ To add a dependency using Maven, use the following:
134134
<dependency>
135135
<groupId>net.devh</groupId>
136136
<artifactId>grpc-client-spring-boot-starter</artifactId>
137-
<version>2.10.0.RELEASE</version>
137+
<version>2.10.1.RELEASE</version>
138138
</dependency>
139139
````
140140

141141
To add a dependency using Gradle:
142142

143143
````gradle
144144
dependencies {
145-
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
145+
compile 'net.devh:grpc-client-spring-boot-starter:2.10.1.RELEASE'
146146
}
147147
````
148148

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
ext {
12-
projectVersion = '2.10.1-SNAPSHOT'
12+
projectVersion = '2.10.1.RELEASE'
1313

1414
// https://github.com/grpc/grpc-java/releases
1515
grpcVersion = '1.31.1'

docs/en/versions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Current version.
4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
5050
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
51-
| 2.10.1* | 2.3.3 | 1.31.1 | Aug, 2020 |
51+
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
5252
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
5353
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
5454
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |

docs/zh-CN/versions.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
| 版本 | spring-boot | gRPC | 日期 |
4040
|:---------:|:-----------:|:------:| ----------:|
4141
| 2.11.0* | 2.3.3 | 1.31.1 | 待定 |
42+
| 2.10.1 | 2.3.3 | 1.31.1 | 2020年08月 |
4243
| 2.10.0 | 2.3.3 | 1.31.1 | 2020年08月 |
4344
| 2.9.0 | 2.3.0 | 1.30.0 | 2020年06月 |
4445
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |

0 commit comments

Comments
 (0)