File tree Expand file tree Collapse file tree 22 files changed +40
-40
lines changed
core/src/main/java/io/grpc/internal Expand file tree Collapse file tree 22 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ subprojects {
19
19
apply plugin : " net.ltgt.errorprone"
20
20
21
21
group = " io.grpc"
22
- version = " 1.30.1-SNAPSHOT " // CURRENT_GRPC_VERSION
22
+ version = " 1.30.1" // CURRENT_GRPC_VERSION
23
23
24
24
repositories {
25
25
maven { // The google mirror is less flaky than mavenCentral()
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.30.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.30.1)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
@java.lang.Deprecated
27
27
public final class TestDeprecatedServiceGrpc {
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.30.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.30.1)",
25
25
comments = "Source: grpc/testing/compiler/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.30.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.30.1)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
@java.lang.Deprecated
27
27
public final class TestDeprecatedServiceGrpc {
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.30.1-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.30.1)",
25
25
comments = "Source: grpc/testing/compiler/test.proto")
26
26
public final class TestServiceGrpc {
27
27
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ public byte[] parseAsciiString(byte[] serialized) {
196
196
197
197
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
198
198
199
- private static final String IMPLEMENTATION_VERSION = "1.30.1-SNAPSHOT " ; // CURRENT_GRPC_VERSION
199
+ private static final String IMPLEMENTATION_VERSION = "1.30.1" ; // CURRENT_GRPC_VERSION
200
200
201
201
/**
202
202
* The default timeout in nanos for a keepalive ping request.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
protobuf {
31
31
protoc { artifact = ' com.google.protobuf:protoc:3.12.0' }
32
32
plugins {
33
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
33
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1' // CURRENT_GRPC_VERSION
34
34
}
35
35
}
36
36
generateProtoTasks {
@@ -50,12 +50,12 @@ dependencies {
50
50
implementation ' com.android.support:appcompat-v7:27.0.2'
51
51
52
52
// You need to build grpc-java to obtain these libraries below.
53
- implementation ' io.grpc:grpc-okhttp:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-protobuf-lite:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
- implementation ' io.grpc:grpc-stub:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-okhttp:1.30.1' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-protobuf-lite:1.30.1' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-stub:1.30.1' // CURRENT_GRPC_VERSION
56
56
implementation ' org.apache.tomcat:annotations-api:6.0.53'
57
57
58
58
testImplementation ' junit:junit:4.12'
59
59
testImplementation ' com.google.truth:truth:1.0.1'
60
- testImplementation ' io.grpc:grpc-testing:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
+ testImplementation ' io.grpc:grpc-testing:1.30.1' // CURRENT_GRPC_VERSION
61
61
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
protobuf {
30
30
protoc { artifact = ' com.google.protobuf:protoc:3.12.0' }
31
31
plugins {
32
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
32
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1' // CURRENT_GRPC_VERSION
33
33
}
34
34
}
35
35
generateProtoTasks {
@@ -49,8 +49,8 @@ dependencies {
49
49
implementation ' com.android.support:appcompat-v7:27.0.2'
50
50
51
51
// You need to build grpc-java to obtain these libraries below.
52
- implementation ' io.grpc:grpc-okhttp:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-protobuf-lite:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-stub:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-okhttp:1.30.1' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-protobuf-lite:1.30.1' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-stub:1.30.1' // CURRENT_GRPC_VERSION
55
55
implementation ' org.apache.tomcat:annotations-api:6.0.53'
56
56
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
28
28
protobuf {
29
29
protoc { artifact = ' com.google.protobuf:protoc:3.12.0' }
30
30
plugins {
31
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
31
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1' // CURRENT_GRPC_VERSION
32
32
}
33
33
}
34
34
generateProtoTasks {
@@ -48,8 +48,8 @@ dependencies {
48
48
implementation ' com.android.support:appcompat-v7:27.0.2'
49
49
50
50
// You need to build grpc-java to obtain these libraries below.
51
- implementation ' io.grpc:grpc-okhttp:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- implementation ' io.grpc:grpc-protobuf-lite:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-stub:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-okhttp:1.30.1' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-protobuf-lite:1.30.1' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-stub:1.30.1' // CURRENT_GRPC_VERSION
54
54
implementation ' org.apache.tomcat:annotations-api:6.0.53'
55
55
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
protobuf {
30
30
protoc { artifact = ' com.google.protobuf:protoc:3.12.0' }
31
31
plugins {
32
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
32
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.30.1' // CURRENT_GRPC_VERSION
33
33
}
34
34
}
35
35
generateProtoTasks {
@@ -49,8 +49,8 @@ dependencies {
49
49
implementation ' com.android.support:appcompat-v7:28.0.0'
50
50
51
51
// You need to build grpc-java to obtain these libraries below.
52
- implementation ' io.grpc:grpc-okhttp:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-protobuf-lite:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-stub:1.30.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-okhttp:1.30.1' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-protobuf-lite:1.30.1' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-stub:1.30.1' // CURRENT_GRPC_VERSION
55
55
implementation ' org.apache.tomcat:annotations-api:6.0.53'
56
56
}
You can’t perform that action at this time.
0 commit comments