Skip to content

Commit

Permalink
Bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jun 16, 2016
1 parent 91c6450 commit 28e4374
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions android-interop-testing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.1' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand Down Expand Up @@ -61,9 +61,9 @@ dependencies {
compile 'com.google.guava:guava:18.0'
compile 'com.squareup.okhttp:okhttp:2.2.0'
// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-protobuf-nano:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-testing:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-nano:0.14.1' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:0.14.1' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.14.1' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-testing:0.14.1' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'
}
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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: services.proto")
public class BenchmarkServiceGrpc {

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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: services.proto")
public class WorkerServiceGrpc {

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {
apply plugin: "com.google.osdetector"

group = "io.grpc"
version = "0.14.1-SNAPSHOT" // CURRENT_GRPC_VERSION
version = "0.14.1" // CURRENT_GRPC_VERSION

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/test/golden/TestService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: test.proto")
public class TestServiceGrpc {

Expand Down
2 changes: 1 addition & 1 deletion compiler/src/testLite/golden/TestService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: test.proto")
public class TestServiceGrpc {

Expand Down
2 changes: 1 addition & 1 deletion compiler/src/testNano/golden/TestService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import java.io.IOException;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: test.proto")
public class TestServiceGrpc {

Expand Down
8 changes: 4 additions & 4 deletions examples/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
artifact = 'io.grpc:protoc-gen-grpc-java:0.14.1' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand Down Expand Up @@ -59,8 +59,8 @@ dependencies {
compile 'com.google.guava:guava:18.0'
compile 'com.squareup.okhttp:okhttp:2.2.0'
// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-okhttp:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-nano:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.14.1-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:0.14.1' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-nano:0.14.1' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:0.14.1' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'
}
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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: helloworld.proto")
public class GreeterGrpc {

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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: route_guide.proto")
public class RouteGuideGrpc {

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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: load_balancer.proto")
public class LoadBalancerGrpc {

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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: io/grpc/testing/integration/metrics.proto")
public class MetricsServiceGrpc {

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 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: io/grpc/testing/integration/test.proto")
public class ReconnectServiceGrpc {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: io/grpc/testing/integration/test.proto")
public class TestServiceGrpc {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 0.14.1-SNAPSHOT)",
value = "by gRPC proto compiler (version 0.14.1)",
comments = "Source: io/grpc/testing/integration/test.proto")
public class UnimplementedServiceGrpc {

Expand Down

0 comments on commit 28e4374

Please sign in to comment.