Skip to content

Commit 467649b

Browse files
committed
Bump version to 1.27.1-SNAPSHOT
1 parent 1e2f28d commit 467649b

File tree

23 files changed

+51
-51
lines changed

23 files changed

+51
-51
lines changed

android-interop-testing/app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
protobuf {
4242
protoc { artifact = 'com.google.protobuf:protoc:3.11.0' }
4343
plugins {
44-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.27.0' // CURRENT_GRPC_VERSION
44+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
4545
}
4646
}
4747
generateProtoTasks {
@@ -72,12 +72,12 @@ dependencies {
7272
implementation 'junit:junit:4.12'
7373

7474
// You need to build grpc-java to obtain the grpc libraries below.
75-
implementation 'io.grpc:grpc-auth:1.27.0' // CURRENT_GRPC_VERSION
76-
implementation 'io.grpc:grpc-census:1.27.0' // CURRENT_GRPC_VERSION
77-
implementation 'io.grpc:grpc-okhttp:1.27.0' // CURRENT_GRPC_VERSION
78-
implementation 'io.grpc:grpc-protobuf-lite:1.27.0' // CURRENT_GRPC_VERSION
79-
implementation 'io.grpc:grpc-stub:1.27.0' // CURRENT_GRPC_VERSION
80-
implementation 'io.grpc:grpc-testing:1.27.0' // CURRENT_GRPC_VERSION
75+
implementation 'io.grpc:grpc-auth:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
76+
implementation 'io.grpc:grpc-census:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
77+
implementation 'io.grpc:grpc-okhttp:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
78+
implementation 'io.grpc:grpc-protobuf-lite:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
79+
implementation 'io.grpc:grpc-stub:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
80+
implementation 'io.grpc:grpc-testing:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
8181

8282
androidTestImplementation 'androidx.test:rules:1.1.0-alpha1'
8383
androidTestImplementation 'androidx.test:runner:1.1.0-alpha1'

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
group = "io.grpc"
4-
version = "1.27.0" // CURRENT_GRPC_VERSION
4+
version = "1.27.1-SNAPSHOT" // CURRENT_GRPC_VERSION
55
description = 'gRPC: Android'
66

77
buildscript {
@@ -47,9 +47,9 @@ dependencies {
4747
errorprone 'com.google.errorprone:error_prone_core:2.3.4'
4848
errorproneJavac 'com.google.errorprone:javac:9+181-r4173-1'
4949

50-
implementation 'io.grpc:grpc-core:1.27.0' // CURRENT_GRPC_VERSION
50+
implementation 'io.grpc:grpc-core:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
5151

52-
testImplementation 'io.grpc:grpc-okhttp:1.27.0' // CURRENT_GRPC_VERSION
52+
testImplementation 'io.grpc:grpc-okhttp:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
5353
testImplementation 'junit:junit:4.12'
5454
testImplementation 'org.robolectric:robolectric:3.7.1'
5555
testImplementation 'com.google.truth:truth:1.0'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subprojects {
1818
apply plugin: "net.ltgt.errorprone"
1919

2020
group = "io.grpc"
21-
version = "1.27.0" // CURRENT_GRPC_VERSION
21+
version = "1.27.1-SNAPSHOT" // CURRENT_GRPC_VERSION
2222

2323
repositories {
2424
maven { // The google mirror is less flaky than mavenCentral()

compiler/src/test/golden/TestDeprecatedService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.27.0)",
24+
value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
@java.lang.Deprecated
2727
public final class TestDeprecatedServiceGrpc {

compiler/src/test/golden/TestService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.27.0)",
24+
value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
public final class TestServiceGrpc {
2727

compiler/src/testLite/golden/TestDeprecatedService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.27.0)",
24+
value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
@java.lang.Deprecated
2727
public final class TestDeprecatedServiceGrpc {

compiler/src/testLite/golden/TestService.java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2121
* </pre>
2222
*/
2323
@javax.annotation.Generated(
24-
value = "by gRPC proto compiler (version 1.27.0)",
24+
value = "by gRPC proto compiler (version 1.27.1-SNAPSHOT)",
2525
comments = "Source: grpc/testing/compiler/test.proto")
2626
public final class TestServiceGrpc {
2727

core/src/main/java/io/grpc/internal/GrpcUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public byte[] parseAsciiString(byte[] serialized) {
195195

196196
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter.on(',').trimResults();
197197

198-
private static final String IMPLEMENTATION_VERSION = "1.27.0"; // CURRENT_GRPC_VERSION
198+
private static final String IMPLEMENTATION_VERSION = "1.27.1-SNAPSHOT"; // CURRENT_GRPC_VERSION
199199

200200
/**
201201
* The default timeout in nanos for a keepalive ping request.

examples/android/clientcache/app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
protobuf {
3131
protoc { artifact = 'com.google.protobuf:protoc:3.11.0' }
3232
plugins {
33-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.27.0' // CURRENT_GRPC_VERSION
33+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
3434
}
3535
}
3636
generateProtoTasks {
@@ -50,12 +50,12 @@ dependencies {
5050
implementation 'com.android.support:appcompat-v7:27.0.2'
5151

5252
// You need to build grpc-java to obtain these libraries below.
53-
implementation 'io.grpc:grpc-okhttp:1.27.0' // CURRENT_GRPC_VERSION
54-
implementation 'io.grpc:grpc-protobuf-lite:1.27.0' // CURRENT_GRPC_VERSION
55-
implementation 'io.grpc:grpc-stub:1.27.0' // CURRENT_GRPC_VERSION
53+
implementation 'io.grpc:grpc-okhttp:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
54+
implementation 'io.grpc:grpc-protobuf-lite:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
55+
implementation 'io.grpc:grpc-stub:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
5656
implementation 'javax.annotation:javax.annotation-api:1.2'
5757

5858
testImplementation 'junit:junit:4.12'
5959
testImplementation 'com.google.truth:truth:1.0'
60-
testImplementation 'io.grpc:grpc-testing:1.27.0' // CURRENT_GRPC_VERSION
60+
testImplementation 'io.grpc:grpc-testing:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
6161
}

examples/android/helloworld/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
protobuf {
3030
protoc { artifact = 'com.google.protobuf:protoc:3.11.0' }
3131
plugins {
32-
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.27.0' // CURRENT_GRPC_VERSION
32+
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
3333
}
3434
}
3535
generateProtoTasks {
@@ -49,8 +49,8 @@ dependencies {
4949
implementation 'com.android.support:appcompat-v7:27.0.2'
5050

5151
// You need to build grpc-java to obtain these libraries below.
52-
implementation 'io.grpc:grpc-okhttp:1.27.0' // CURRENT_GRPC_VERSION
53-
implementation 'io.grpc:grpc-protobuf-lite:1.27.0' // CURRENT_GRPC_VERSION
54-
implementation 'io.grpc:grpc-stub:1.27.0' // CURRENT_GRPC_VERSION
52+
implementation 'io.grpc:grpc-okhttp:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
53+
implementation 'io.grpc:grpc-protobuf-lite:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
54+
implementation 'io.grpc:grpc-stub:1.27.1-SNAPSHOT' // CURRENT_GRPC_VERSION
5555
implementation 'javax.annotation:javax.annotation-api:1.2'
5656
}

0 commit comments

Comments
 (0)