File tree 10 files changed +21
-21
lines changed
android-interop-testing/app
core/src/main/java/io/grpc/internal 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ protobuf {
34
34
}
35
35
plugins {
36
36
grpc {
37
- artifact = ' io.grpc:protoc-gen-grpc-java:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
37
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.9.1' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -62,10 +62,10 @@ dependencies {
62
62
compile ' com.android.support:support-annotations:23.1.1'
63
63
compile ' com.google.android.gms:play-services-base:7.3.0'
64
64
// You need to build grpc-java to obtain the grpc libraries below.
65
- compile ' io.grpc:grpc-protobuf-nano:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
66
- compile ' io.grpc:grpc-okhttp:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
67
- compile ' io.grpc:grpc-stub:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
68
- compile ' io.grpc:grpc-testing:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
65
+ compile ' io.grpc:grpc-protobuf-nano:1.9.1' // CURRENT_GRPC_VERSION
66
+ compile ' io.grpc:grpc-okhttp:1.9.1' // CURRENT_GRPC_VERSION
67
+ compile ' io.grpc:grpc-stub:1.9.1' // CURRENT_GRPC_VERSION
68
+ compile ' io.grpc:grpc-testing:1.9.1' // CURRENT_GRPC_VERSION
69
69
compile ' javax.annotation:javax.annotation-api:1.2'
70
70
compile ' junit:junit:4.12'
71
71
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ subprojects {
50
50
idea. module. inheritOutputDirs = true
51
51
52
52
group = " io.grpc"
53
- version = " 1.9.1-SNAPSHOT " // CURRENT_GRPC_VERSION
53
+ version = " 1.9.1" // CURRENT_GRPC_VERSION
54
54
55
55
sourceCompatibility = 1.6
56
56
targetCompatibility = 1.6
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.9.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.9.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.asyncUnimplementedUnaryCall;
21
21
* </pre>
22
22
*/
23
23
@javax.annotation.Generated(
24
- value = "by gRPC proto compiler (version 1.9.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.9.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.9.1-SNAPSHOT )",
26
+ value = "by gRPC proto compiler (version 1.9.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 @@ -195,7 +195,7 @@ public byte[] parseAsciiString(byte[] serialized) {
195
195
196
196
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
197
197
198
- private static final String IMPLEMENTATION_VERSION = "1.9.1-SNAPSHOT " ; // CURRENT_GRPC_VERSION
198
+ private static final String IMPLEMENTATION_VERSION = "1.9.1" ; // CURRENT_GRPC_VERSION
199
199
200
200
/**
201
201
* The default delay in nanos before we send a keepalive.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ protobuf {
35
35
artifact = " com.google.protobuf:protoc-gen-javalite:3.0.0"
36
36
}
37
37
grpc {
38
- artifact = ' io.grpc:protoc-gen-grpc-java:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
38
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.9.1' // CURRENT_GRPC_VERSION
39
39
}
40
40
}
41
41
generateProtoTasks {
@@ -55,8 +55,8 @@ dependencies {
55
55
compile ' com.android.support:appcompat-v7:22.1.1'
56
56
57
57
// You need to build grpc-java to obtain these libraries below.
58
- compile ' io.grpc:grpc-okhttp:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
- compile ' io.grpc:grpc-protobuf-lite:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
- compile ' io.grpc:grpc-stub:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
+ compile ' io.grpc:grpc-okhttp:1.9.1' // CURRENT_GRPC_VERSION
59
+ compile ' io.grpc:grpc-protobuf-lite:1.9.1' // CURRENT_GRPC_VERSION
60
+ compile ' io.grpc:grpc-stub:1.9.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 @@ -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.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ artifact = ' io.grpc:protoc-gen-grpc-java:1.9.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.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
- compile ' io.grpc:grpc-protobuf-lite:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- compile ' io.grpc:grpc-stub:1.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ compile ' io.grpc:grpc-okhttp:1.9.1' // CURRENT_GRPC_VERSION
56
+ compile ' io.grpc:grpc-protobuf-lite:1.9.1' // CURRENT_GRPC_VERSION
57
+ compile ' io.grpc:grpc-stub:1.9.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.9.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.9.1' // CURRENT_GRPC_VERSION
26
26
27
27
dependencies {
28
28
compile " com.google.api.grpc:proto-google-common-protos:1.0.0"
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.9.1-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.9.1</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >examples</name >
11
11
<url >http://maven.apache.org</url >
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
- <grpc .version>1.9.1-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
14
+ <grpc .version>1.9.1</grpc .version><!-- CURRENT_GRPC_VERSION -->
15
15
</properties >
16
16
<dependencies >
17
17
<dependency >
You can’t perform that action at this time.
0 commit comments