Skip to content

Commit 04f1bca

Browse files
author
Alexander Furer
committed
Release v 2.0.3
1 parent cb3cf4e commit 04f1bca

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
1717
}
1818
dependencies {
19-
compile('org.lognet:grpc-spring-boot-starter:2.0.2')
19+
compile('org.lognet:grpc-spring-boot-starter:2.0.3')
2020
}
2121
----
2222

ReleaseNotes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 2.0.3
2+
- gRPC version upgraded to 1.3.0
3+
14
== Version 2.0.2
25
- Fixing issue to identify beans with annotation: see PR #38
36
- Spring Boot version upgraded to 1.5.2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
buildscript {
33
ext {
44
springBootVersion = '1.5.2.RELEASE'
5-
grpcVersion = '1.2.0'
5+
grpcVersion = '1.3.0'
66
}
77
repositories {
88
mavenCentral()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.3-SNAPSHOT
1+
version=2.0.3
22
group=org.lognet
33
description=Spring Boot starter for Google RPC.
44
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples/CalculatorGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
*/
2020
@javax.annotation.Generated(
21-
value = "by gRPC proto compiler (version 1.2.0)",
21+
value = "by gRPC proto compiler (version 1.3.0)",
2222
comments = "Source: calculator.proto")
2323
public final class CalculatorGrpc {
2424

grpc-spring-boot-starter-demo/src/main/protoGen/io/grpc/examples/GreeterGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.2.0)",
24+
value = "by gRPC proto compiler (version 1.3.0)",
2525
comments = "Source: greeter.proto")
2626
public final class GreeterGrpc {
2727

0 commit comments

Comments
 (0)