Skip to content

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Jun 15, 2020
1 parent 1ae669f commit 39be94d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions README-zh-CN.md
Original file line number Diff line number Diff line change
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.8.0.RELEASE`
最新版本: `2.9.0.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.8.0.RELEASE</version>
<version>2.9.0.RELEASE</version>
</dependency>
````

Gradle:

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

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

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-server-spring-boot-starter:2.8.0.RELEASE'
compile 'net.devh:grpc-server-spring-boot-starter:2.9.0.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.8.0.RELEASE</version>
<version>2.9.0.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.8.0.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.9.0.RELEASE'
}
````
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ application

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

The latest version: ``2.8.0.RELEASE``
The latest version: ``2.9.0.RELEASE``

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

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

To add a dependency using Gradle:

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

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

To add a dependency using Gradle:

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

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

To add a dependency using Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.8.0.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.9.0.RELEASE'
}
````
Annotate a field of your grpc client stub with `@GrpcClient(serverName)`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
ext {
projectVersion = '2.9.0-SNAPSHOT'
projectVersion = '2.9.0.RELEASE'

// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.30.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/en/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Current version.
| Version | spring-boot | gRPC | Date |
|:-------:|:-----------:|:----:| ---: |
| 2.10.0* | 2.3.1 | 1.30.0 | TBA |
| 2.9.0* | 2.3.1 | 1.30.0 | Jun, 2020 |
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |
| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 |
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

| 版本 | spring-boot | gRPC | 日期 |
|:-------:|:-----------:|:------:| --------:|
| 2.10.0* | 2.3.0 | 1.29.0 | 待定 |
| 2.9.0* | 2.3.0 | 1.29.0 | 待定 |
| 2.10.0*| 2.3.0 | 1.29.0 | 待定 |
| 2.9.0 | 2.3.0 | 1.29.0 | 2020年06月 |
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |
| 2.7.0 | 2.2.4 | 1.27.1 | 2020年02月 |
| 2.6.2 | 2.2.1 | 1.25.0 | 2020年01月 |
Expand Down

0 comments on commit 39be94d

Please sign in to comment.