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 @@ -18,7 +18,7 @@ subprojects {
18
18
apply plugin : " net.ltgt.errorprone"
19
19
20
20
group = " io.grpc"
21
- version = " 1.43.1-SNAPSHOT " // CURRENT_GRPC_VERSION
21
+ version = " 1.43.1" // CURRENT_GRPC_VERSION
22
22
23
23
repositories {
24
24
maven { // The google mirror is less flaky than mavenCentral()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.43.1-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.43.1)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
@java.lang.Deprecated
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.43.1-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.43.1)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
public final class TestServiceGrpc {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.43.1-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.43.1)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
@java.lang.Deprecated
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import static io.grpc.MethodDescriptor.generateFullMethodName;
8
8
* </pre>
9
9
*/
10
10
@javax.annotation.Generated(
11
- value = "by gRPC proto compiler (version 1.43.1-SNAPSHOT )",
11
+ value = "by gRPC proto compiler (version 1.43.1)",
12
12
comments = "Source: grpc/testing/compiler/test.proto")
13
13
@io.grpc.stub.annotations.GrpcGenerated
14
14
public final class TestServiceGrpc {
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ public byte[] parseAsciiString(byte[] serialized) {
205
205
206
206
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
207
207
208
- private static final String IMPLEMENTATION_VERSION = "1.43.1-SNAPSHOT " ; // CURRENT_GRPC_VERSION
208
+ private static final String IMPLEMENTATION_VERSION = "1.43.1" ; // CURRENT_GRPC_VERSION
209
209
210
210
/**
211
211
* The default timeout in nanos for a keepalive ping request.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
protobuf {
35
35
protoc { artifact = ' com.google.protobuf:protoc:3.19.1' }
36
36
plugins {
37
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
37
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1' // CURRENT_GRPC_VERSION
38
38
}
39
39
}
40
40
generateProtoTasks {
@@ -54,12 +54,12 @@ dependencies {
54
54
implementation ' com.android.support:appcompat-v7:27.0.2'
55
55
56
56
// You need to build grpc-java to obtain these libraries below.
57
- implementation ' io.grpc:grpc-okhttp:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
- implementation ' io.grpc:grpc-protobuf-lite:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
59
- implementation ' io.grpc:grpc-stub:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-okhttp:1.43.1' // CURRENT_GRPC_VERSION
58
+ implementation ' io.grpc:grpc-protobuf-lite:1.43.1' // CURRENT_GRPC_VERSION
59
+ implementation ' io.grpc:grpc-stub:1.43.1' // CURRENT_GRPC_VERSION
60
60
implementation ' org.apache.tomcat:annotations-api:6.0.53'
61
61
62
62
testImplementation ' junit:junit:4.12'
63
63
testImplementation ' com.google.truth:truth:1.0.1'
64
- testImplementation ' io.grpc:grpc-testing:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
64
+ testImplementation ' io.grpc:grpc-testing:1.43.1' // CURRENT_GRPC_VERSION
65
65
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
protobuf {
33
33
protoc { artifact = ' com.google.protobuf:protoc:3.19.1' }
34
34
plugins {
35
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
implementation ' com.android.support:appcompat-v7:27.0.2'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- implementation ' io.grpc:grpc-okhttp:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
- implementation ' io.grpc:grpc-protobuf-lite:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-stub:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-okhttp:1.43.1' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-protobuf-lite:1.43.1' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-stub:1.43.1' // CURRENT_GRPC_VERSION
58
58
implementation ' org.apache.tomcat:annotations-api:6.0.53'
59
59
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ android {
32
32
protobuf {
33
33
protoc { artifact = ' com.google.protobuf:protoc:3.19.1' }
34
34
plugins {
35
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
35
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1' // CURRENT_GRPC_VERSION
36
36
}
37
37
}
38
38
generateProtoTasks {
@@ -52,8 +52,8 @@ dependencies {
52
52
implementation ' com.android.support:appcompat-v7:27.0.2'
53
53
54
54
// You need to build grpc-java to obtain these libraries below.
55
- implementation ' io.grpc:grpc-okhttp:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
- implementation ' io.grpc:grpc-protobuf-lite:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-stub:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-okhttp:1.43.1' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-protobuf-lite:1.43.1' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-stub:1.43.1' // CURRENT_GRPC_VERSION
58
58
implementation ' org.apache.tomcat:annotations-api:6.0.53'
59
59
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
33
33
protobuf {
34
34
protoc { artifact = ' com.google.protobuf:protoc:3.19.1' }
35
35
plugins {
36
- grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
36
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.43.1' // CURRENT_GRPC_VERSION
37
37
}
38
38
}
39
39
generateProtoTasks {
@@ -53,8 +53,8 @@ dependencies {
53
53
implementation ' com.android.support:appcompat-v7:28.0.0'
54
54
55
55
// You need to build grpc-java to obtain these libraries below.
56
- implementation ' io.grpc:grpc-okhttp:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
57
- implementation ' io.grpc:grpc-protobuf-lite:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
58
- implementation ' io.grpc:grpc-stub:1.43.1-SNAPSHOT ' // CURRENT_GRPC_VERSION
56
+ implementation ' io.grpc:grpc-okhttp:1.43.1' // CURRENT_GRPC_VERSION
57
+ implementation ' io.grpc:grpc-protobuf-lite:1.43.1' // CURRENT_GRPC_VERSION
58
+ implementation ' io.grpc:grpc-stub:1.43.1' // CURRENT_GRPC_VERSION
59
59
implementation ' org.apache.tomcat:annotations-api:6.0.53'
60
60
}
You can’t perform that action at this time.
0 commit comments