Skip to content

Commit a1c04ee

Browse files
authored
Merge pull request #26 from yidongnan/ready_to_release
ready to release 1.0.1.RELEASE
2 parents 36cd3ef + dcef0ad commit a1c04ee

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README-zh.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Java技术交流群:294712648 <a target="_blank" href="http://shang.qq.com/wpa
2828
<dependency>
2929
<groupId>net.devh</groupId>
3030
<artifactId>grpc-server-spring-boot-starter</artifactId>
31-
<version>1.0.0.RELEASE</version>
31+
<version>1.0.1.RELEASE</version>
3232
</dependency>
3333
````
3434

3535
添加依赖如果使用的是Gradle
3636

3737
````
3838
dependencies {
39-
compile 'net.devh:grpc-server-spring-boot-starter:1.0.0.RELEASE'
39+
compile 'net.devh:grpc-server-spring-boot-starter:1.0.1.RELEASE'
4040
}
4141
````
4242

@@ -70,15 +70,15 @@ grpc.server.host=
7070
<dependency>
7171
<groupId>net.devh</groupId>
7272
<artifactId>grpc-client-spring-boot-starter</artifactId>
73-
<version>1.0.0.RELEASE</version>
73+
<version>1.0.1.RELEASE</version>
7474
</dependency>
7575
````
7676

7777
添加依赖如果使用的是Gradle
7878

7979
````
8080
dependencies {
81-
compile 'net.devh:grpc-client-spring-boot-starter:1.0.0.RELEASE'
81+
compile 'net.devh:grpc-client-spring-boot-starter:1.0.1.RELEASE'
8282
}
8383
````
8484

@@ -109,7 +109,7 @@ grpc.client.(gRPC server name).port[0]=
109109
110110
| Project Version | gRPC Version |
111111
| ---------------- | ------------- |
112-
| 1.0.1.SNAPSHOT | 1.1.2 |
112+
| 1.0.1.RELEASE | 1.1.2 |
113113
| 1.0.0.RELEASE | 1.0.3 |
114114

115115
## 示例

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ To add a dependency using Maven, use the following:
2525
<dependency>
2626
<groupId>net.devh</groupId>
2727
<artifactId>grpc-server-spring-boot-starter</artifactId>
28-
<version>1.0.0.RELEASE</version>
28+
<version>1.0.1.RELEASE</version>
2929
</dependency>
3030
````
3131

3232
To add a dependency using Gradle:
3333

3434
````
3535
dependencies {
36-
compile 'net.devh:grpc-server-spring-boot-starter:1.0.0.RELEASE'
36+
compile 'net.devh:grpc-server-spring-boot-starter:1.0.1.RELEASE'
3737
}
3838
````
3939

@@ -58,15 +58,15 @@ To add a dependency using Maven, use the following:
5858
<dependency>
5959
<groupId>net.devh</groupId>
6060
<artifactId>grpc-client-spring-boot-starter</artifactId>
61-
<version>1.0.0.RELEASE</version>
61+
<version>1.0.1.RELEASE</version>
6262
</dependency>
6363
````
6464

6565
To add a dependency using Gradle:
6666

6767
````
6868
dependencies {
69-
compile 'net.devh:grpc-client-spring-boot-starter:1.0.0.RELEASE'
69+
compile 'net.devh:grpc-client-spring-boot-starter:1.0.1.RELEASE'
7070
}
7171
````
7272

@@ -104,7 +104,7 @@ grpc.client.(gRPC server name).port[0]=
104104
105105
| Project Version | gRPC Version |
106106
| ---------------- | ------------- |
107-
| 1.0.1.SNAPSHOT | 1.1.2 |
107+
| 1.0.1.RELEASE | 1.1.2 |
108108
| 1.0.0.RELEASE | 1.0.3 |
109109

110110
## Show case

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
maven { url "https://plugins.gradle.org/m2/" }
88
}
99
ext {
10-
projectVersion = '1.0.1.SNAPSHOT'
10+
projectVersion = '1.0.1.RELEASE'
1111

1212
grpcVersion = '1.1.2'
1313
protobufVersion = '3.2.0'

0 commit comments

Comments
 (0)