Commit 009c51f 1 parent 697756f commit 009c51f Copy full SHA for 009c51f
File tree 17 files changed +28
-28
lines changed
android-interop-testing/app
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto
grpclb/src/generated/main/grpc/io/grpc/grpclb
interop-testing/src/generated/main/grpc/io/grpc/testing/integration
services/src/generated/main/grpc/io/grpc/health/v1
17 files changed +28
-28
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.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.0.1' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -61,10 +61,10 @@ dependencies {
61
61
compile ' com.google.guava:guava:18.0'
62
62
compile ' com.squareup.okhttp:okhttp:2.2.0'
63
63
// You need to build grpc-java to obtain these libraries below.
64
- compile ' io.grpc:grpc-protobuf-nano:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
65
- compile ' io.grpc:grpc-okhttp:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
66
- compile ' io.grpc:grpc-stub:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
67
- compile ' io.grpc:grpc-testing:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
64
+ compile ' io.grpc:grpc-protobuf-nano:1.0.1' // CURRENT_GRPC_VERSION
65
+ compile ' io.grpc:grpc-okhttp:1.0.1' // CURRENT_GRPC_VERSION
66
+ compile ' io.grpc:grpc-stub:1.0.1' // CURRENT_GRPC_VERSION
67
+ compile ' io.grpc:grpc-testing:1.0.1' // CURRENT_GRPC_VERSION
68
68
compile ' javax.annotation:javax.annotation-api:1.2'
69
69
}
70
70
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.0.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.0.1)" ,
22
22
comments = "Source: services.proto" )
23
23
public 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.0.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.0.1)" ,
22
22
comments = "Source: services.proto" )
23
23
public class WorkerServiceGrpc {
24
24
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ subprojects {
19
19
apply plugin : " com.google.osdetector"
20
20
21
21
group = " io.grpc"
22
- version = " 1.0.1-SNAPSHOT " // CURRENT_GRPC_VERSION
22
+ version = " 1.0.1" // CURRENT_GRPC_VERSION
23
23
24
24
sourceCompatibility = 1.6
25
25
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.0.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.0.1)",
25
25
comments = "Source: test.proto")
26
26
public 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.0.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.0.1)",
25
25
comments = "Source: test.proto")
26
26
public 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.0.1-SNAPSHOT )",
26
+ value = "by gRPC proto compiler (version 1.0.1)",
27
27
comments = "Source: test.proto")
28
28
public 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.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
37
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.0.1' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -57,8 +57,8 @@ dependencies {
57
57
compile ' com.squareup.okhttp:okhttp:2.2.0'
58
58
59
59
// You need to build grpc-java to obtain these libraries below.
60
- compile ' io.grpc:grpc-okhttp:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
61
- compile ' io.grpc:grpc-protobuf-lite:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
62
- compile ' io.grpc:grpc-stub:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
+ compile ' io.grpc:grpc-okhttp:1.0.1' // CURRENT_GRPC_VERSION
61
+ compile ' io.grpc:grpc-protobuf-lite:1.0.1' // CURRENT_GRPC_VERSION
62
+ compile ' io.grpc:grpc-stub:1.0.1' // CURRENT_GRPC_VERSION
63
63
compile ' javax.annotation:javax.annotation-api:1.2'
64
64
}
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.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.0.1' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -55,8 +55,8 @@ dependencies {
55
55
compile ' com.squareup.okhttp:okhttp:2.2.0'
56
56
57
57
// You need to build grpc-java to obtain these libraries below.
58
- compile ' io.grpc:grpc-okhttp:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
- compile ' io.grpc:grpc-protobuf-lite:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
- compile ' io.grpc:grpc-stub:1.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
+ compile ' io.grpc:grpc-okhttp:1.0.1' // CURRENT_GRPC_VERSION
59
+ compile ' io.grpc:grpc-protobuf-lite:1.0.1' // CURRENT_GRPC_VERSION
60
+ compile ' io.grpc:grpc-stub:1.0.1' // CURRENT_GRPC_VERSION
61
61
compile ' javax.annotation:javax.annotation-api:1.2'
62
62
}
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.0.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.0.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.0.1-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.0.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.0.1-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
13
+ <grpc .version>1.0.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 18
18
/**
19
19
*/
20
20
@ javax .annotation .Generated (
21
- value = "by gRPC proto compiler (version 1.0.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.0.1)" ,
22
22
comments = "Source: load_balancer.proto" )
23
23
public 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.0.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.0.1)" ,
22
22
comments = "Source: io/grpc/testing/integration/metrics.proto" )
23
23
public 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.0.1-SNAPSHOT )" ,
24
+ value = "by gRPC proto compiler (version 1.0.1)" ,
25
25
comments = "Source: io/grpc/testing/integration/test.proto" )
26
26
public 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.0.1-SNAPSHOT )" ,
25
+ value = "by gRPC proto compiler (version 1.0.1)" ,
26
26
comments = "Source: io/grpc/testing/integration/test.proto" )
27
27
public 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.0.1-SNAPSHOT )" ,
25
+ value = "by gRPC proto compiler (version 1.0.1)" ,
26
26
comments = "Source: io/grpc/testing/integration/test.proto" )
27
27
public class UnimplementedServiceGrpc {
28
28
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.0.1-SNAPSHOT )" ,
21
+ value = "by gRPC proto compiler (version 1.0.1)" ,
22
22
comments = "Source: health.proto" )
23
23
public class HealthGrpc {
24
24
You can’t perform that action at this time.
0 commit comments