Skip to content

Commit

Permalink
Release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Aug 24, 2020
1 parent 7734df3 commit 2bc07f8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
14 changes: 7 additions & 7 deletions README-zh-CN.md
Expand Up @@ -37,7 +37,7 @@ QQ交流群:294712648

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

最新版本: `2.10.0.RELEASE`
最新版本: `2.10.1.RELEASE`

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

Expand All @@ -57,15 +57,15 @@ QQ交流群:294712648
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-spring-boot-starter</artifactId>
<version>2.10.0.RELEASE</version>
<version>2.10.1.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
compile 'net.devh:grpc-spring-boot-starter:2.10.1.RELEASE'
}
````

Expand All @@ -77,15 +77,15 @@ dependencies {
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId>
<version>2.10.0.RELEASE</version>
<version>2.10.1.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
compile 'net.devh:grpc-server-spring-boot-starter:2.10.1.RELEASE'
}
````

Expand Down Expand Up @@ -117,15 +117,15 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase {
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.10.0.RELEASE</version>
<version>2.10.1.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.10.1.RELEASE'
}
````
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -52,7 +52,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)

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

The latest version: ``2.10.0.RELEASE``
The latest version: ``2.10.1.RELEASE``

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

Expand All @@ -72,15 +72,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-spring-boot-starter</artifactId>
<version>2.10.0.RELEASE</version>
<version>2.10.1.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````gradle
dependencies {
implementation 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
implementation 'net.devh:grpc-spring-boot-starter:2.10.1.RELEASE'
}
````

Expand All @@ -92,15 +92,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId>
<version>2.10.0.RELEASE</version>
<version>2.10.1.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````gradle
dependencies {
implementation 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
implementation 'net.devh:grpc-server-spring-boot-starter:2.10.1.RELEASE'
}
````

Expand Down Expand Up @@ -134,15 +134,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.10.0.RELEASE</version>
<version>2.10.1.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.10.1.RELEASE'
}
````

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
ext {
projectVersion = '2.10.1-SNAPSHOT'
projectVersion = '2.10.1.RELEASE'

// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.31.1'
Expand Down
2 changes: 1 addition & 1 deletion docs/en/versions.md
Expand Up @@ -48,7 +48,7 @@ Current version.
| Version | spring-boot | gRPC | Date |
|:-------:|:-----------:|:----:| ---: |
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
| 2.10.1* | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
Expand Down
1 change: 1 addition & 0 deletions docs/zh-CN/versions.md
Expand Up @@ -39,6 +39,7 @@
| 版本 | spring-boot | gRPC | 日期 |
|:---------:|:-----------:|:------:| ----------:|
| 2.11.0* | 2.3.3 | 1.31.1 | 待定 |
| 2.10.1 | 2.3.3 | 1.31.1 | 2020年08月 |
| 2.10.0 | 2.3.3 | 1.31.1 | 2020年08月 |
| 2.9.0 | 2.3.0 | 1.30.0 | 2020年06月 |
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |
Expand Down

0 comments on commit 2bc07f8

Please sign in to comment.