Skip to content

Commit

Permalink
Release v 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed May 3, 2017
1 parent cb3cf4e commit 04f1bca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile('org.lognet:grpc-spring-boot-starter:2.0.2')
compile('org.lognet:grpc-spring-boot-starter:2.0.3')
}
----
Expand Down
3 changes: 3 additions & 0 deletions ReleaseNotes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== Version 2.0.3
- gRPC version upgraded to 1.3.0
== Version 2.0.2
- Fixing issue to identify beans with annotation: see PR #38
- Spring Boot version upgraded to 1.5.2
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
buildscript {
ext {
springBootVersion = '1.5.2.RELEASE'
grpcVersion = '1.2.0'
grpcVersion = '1.3.0'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.3-SNAPSHOT
version=2.0.3
group=org.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.2.0)",
value = "by gRPC proto compiler (version 1.3.0)",
comments = "Source: calculator.proto")
public final class CalculatorGrpc {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.2.0)",
value = "by gRPC proto compiler (version 1.3.0)",
comments = "Source: greeter.proto")
public final class GreeterGrpc {

Expand Down

0 comments on commit 04f1bca

Please sign in to comment.