File tree 23 files changed +34
-34
lines changed
android-interop-testing/app
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto
grpclb/src/generated/main/grpc/io/grpc/grpclb
test/grpc/io/grpc/reflection/testing
testing-proto/src/generated/main/grpc/io/grpc/testing/integration 23 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ protobuf {
32
32
}
33
33
plugins {
34
34
grpc {
35
- artifact = ' io.grpc:protoc-gen-grpc-java:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.3.1' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -58,10 +58,10 @@ dependencies {
58
58
compile ' com.android.support:appcompat-v7:22.1.1'
59
59
compile ' com.google.android.gms:play-services-base:7.3.0'
60
60
// You need to build grpc-java to obtain these libraries below.
61
- compile ' io.grpc:grpc-protobuf-nano:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
62
- compile ' io.grpc:grpc-okhttp:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
63
- compile ' io.grpc:grpc-stub:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
64
- compile ' io.grpc:grpc-testing:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
61
+ compile ' io.grpc:grpc-protobuf-nano:1.3.1' // CURRENT_GRPC_VERSION
62
+ compile ' io.grpc:grpc-okhttp:1.3.1' // CURRENT_GRPC_VERSION
63
+ compile ' io.grpc:grpc-stub:1.3.1' // CURRENT_GRPC_VERSION
64
+ compile ' io.grpc:grpc-testing:1.3.1' // CURRENT_GRPC_VERSION
65
65
compile ' javax.annotation:javax.annotation-api:1.2'
66
66
}
67
67
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: services.proto" )
23
23
public final class BenchmarkServiceGrpc {
24
24
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: services.proto" )
23
23
public final class WorkerServiceGrpc {
24
24
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ subprojects {
29
29
}
30
30
31
31
group = " io.grpc"
32
- version = " 1.3.1-SNAPSHOT " // CURRENT_GRPC_VERSION
32
+ version = " 1.3.1" // CURRENT_GRPC_VERSION
33
33
34
34
sourceCompatibility = 1.6
35
35
targetCompatibility = 1.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.3.1)",
25
25
comments = "Source: test.proto")
26
26
public final class TestServiceGrpc {
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.3.1)",
25
25
comments = "Source: test.proto")
26
26
public final class TestServiceGrpc {
27
27
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import java.io.IOException;
23
23
* </pre>
24
24
*/
25
25
@javax.annotation.Generated(
26
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )",
26
+ value = "by gRPC proto compiler (version 1.3.1)",
27
27
comments = "Source: test.proto")
28
28
public final class TestServiceGrpc {
29
29
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ protobuf {
34
34
artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
35
35
}
36
36
grpc {
37
- artifact = ' io.grpc:protoc-gen-grpc-java:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
37
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.3.1' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -54,8 +54,8 @@ dependencies {
54
54
compile ' com.android.support:appcompat-v7:22.1.1'
55
55
56
56
// You need to build grpc-java to obtain these libraries below.
57
- compile ' io.grpc:grpc-okhttp:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
- compile ' io.grpc:grpc-protobuf-lite:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
- compile ' io.grpc:grpc-stub:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
+ compile ' io.grpc:grpc-okhttp:1.3.1' // CURRENT_GRPC_VERSION
58
+ compile ' io.grpc:grpc-protobuf-lite:1.3.1' // CURRENT_GRPC_VERSION
59
+ compile ' io.grpc:grpc-stub:1.3.1' // CURRENT_GRPC_VERSION
60
60
compile ' javax.annotation:javax.annotation-api:1.2'
61
61
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ protobuf {
32
32
artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
33
33
}
34
34
grpc {
35
- artifact = ' io.grpc:protoc-gen-grpc-java:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.3.1' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
compile ' com.android.support:appcompat-v7:23.+'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- compile ' io.grpc:grpc-okhttp:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
- compile ' io.grpc:grpc-protobuf-lite:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- compile ' io.grpc:grpc-stub:1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ compile ' io.grpc:grpc-okhttp:1.3.1' // CURRENT_GRPC_VERSION
56
+ compile ' io.grpc:grpc-protobuf-lite:1.3.1' // CURRENT_GRPC_VERSION
57
+ compile ' io.grpc:grpc-stub:1.3.1' // CURRENT_GRPC_VERSION
58
58
compile ' javax.annotation:javax.annotation-api:1.2'
59
59
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
22
22
23
23
// Feel free to delete the comment at the next line. It is just for safely
24
24
// updating the version in our release process.
25
- def grpcVersion = ' 1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.3.1' // CURRENT_GRPC_VERSION
26
26
27
27
dependencies {
28
28
compile " io.grpc:grpc-netty:${ grpcVersion} "
Original file line number Diff line number Diff line change 6
6
<packaging >jar</packaging >
7
7
<!-- Feel free to delete the comment at the end of these lines. It is just
8
8
for safely updating the version in our release process. -->
9
- <version >1.3.1-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.3.1</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >examples</name >
11
11
<url >http://maven.apache.org</url >
12
12
<properties >
13
- <grpc .version>1.3.1-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
13
+ <grpc .version>1.3.1</grpc .version><!-- CURRENT_GRPC_VERSION -->
14
14
</properties >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
12
12
13
13
// Feel free to delete the comment at the next line. It is just for safely
14
14
// updating the version in our release process.
15
- def grpcVersion = ' 1.3.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
15
+ def grpcVersion = ' 1.3.1' // CURRENT_GRPC_VERSION
16
16
17
17
dependencies {
18
18
compile " io.grpc:grpc-stub:${ grpcVersion} "
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: load_balancer.proto" )
23
23
public final class LoadBalancerGrpc {
24
24
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: health.proto" )
23
23
public final class HealthGrpc {
24
24
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: grpc/instrumentation/v1alpha/monitoring.proto" )
23
23
public final class MonitoringGrpc {
24
24
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: io/grpc/reflection/v1alpha/reflection.proto" )
23
23
public final class ServerReflectionGrpc {
24
24
Original file line number Diff line number Diff line change 21
21
* </pre>
22
22
*/
23
23
@ javax .annotation .Generated (
24
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
24
+ value = "by gRPC proto compiler (version 1.3.1)" ,
25
25
comments = "Source: io/grpc/reflection/testing/dynamic_reflection_test.proto" )
26
26
public final class AnotherDynamicServiceGrpc {
27
27
Original file line number Diff line number Diff line change 21
21
* </pre>
22
22
*/
23
23
@ javax .annotation .Generated (
24
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
24
+ value = "by gRPC proto compiler (version 1.3.1)" ,
25
25
comments = "Source: io/grpc/reflection/testing/dynamic_reflection_test.proto" )
26
26
public final class DynamicServiceGrpc {
27
27
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: io/grpc/reflection/testing/reflection_test.proto" )
23
23
public final class ReflectableServiceGrpc {
24
24
Original file line number Diff line number Diff line change 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.3.1)" ,
22
22
comments = "Source: io/grpc/testing/integration/metrics.proto" )
23
23
public final class MetricsServiceGrpc {
24
24
Original file line number Diff line number Diff line change 21
21
* </pre>
22
22
*/
23
23
@ javax .annotation .Generated (
24
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
24
+ value = "by gRPC proto compiler (version 1.3.1)" ,
25
25
comments = "Source: io/grpc/testing/integration/test.proto" )
26
26
public final class ReconnectServiceGrpc {
27
27
Original file line number Diff line number Diff line change 22
22
* </pre>
23
23
*/
24
24
@ javax .annotation .Generated (
25
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
25
+ value = "by gRPC proto compiler (version 1.3.1)" ,
26
26
comments = "Source: io/grpc/testing/integration/test.proto" )
27
27
public final class TestServiceGrpc {
28
28
Original file line number Diff line number Diff line change 22
22
* </pre>
23
23
*/
24
24
@ javax .annotation .Generated (
25
- value = "by gRPC proto compiler (version 1.3.1-SNAPSHOT )" ,
25
+ value = "by gRPC proto compiler (version 1.3.1)" ,
26
26
comments = "Source: io/grpc/testing/integration/test.proto" )
27
27
public final class UnimplementedServiceGrpc {
28
28
You can’t perform that action at this time.
0 commit comments