File tree 22 files changed +40
-40
lines changed
core/src/main/java/io/grpc/internal
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.33.0-SNAPSHOT " // CURRENT_GRPC_VERSION
21
+ version = " 1.33.0" // 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 @@ -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.33.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.33.0)",
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.33.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.33.0)",
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.33.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.33.0)",
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.33.0-SNAPSHOT )",
24
+ value = "by gRPC proto compiler (version 1.33.0)",
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 @@ -197,7 +197,7 @@ public byte[] parseAsciiString(byte[] serialized) {
197
197
198
198
public static final Splitter ACCEPT_ENCODING_SPLITTER = Splitter .on (',' ).trimResults ();
199
199
200
- private static final String IMPLEMENTATION_VERSION = "1.33.0-SNAPSHOT " ; // CURRENT_GRPC_VERSION
200
+ private static final String IMPLEMENTATION_VERSION = "1.33.0" ; // CURRENT_GRPC_VERSION
201
201
202
202
/**
203
203
* 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
33
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.33.0' // 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-protobuf-lite:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
55
- implementation ' io.grpc:grpc-stub:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-okhttp:1.33.0' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-protobuf-lite:1.33.0' // CURRENT_GRPC_VERSION
55
+ implementation ' io.grpc:grpc-stub:1.33.0' // 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
60
+ testImplementation ' io.grpc:grpc-testing:1.33.0' // CURRENT_GRPC_VERSION
61
61
}
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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
31
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.33.0' // 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- implementation ' io.grpc:grpc-protobuf-lite:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-stub:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-okhttp:1.33.0' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-protobuf-lite:1.33.0' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-stub:1.33.0' // 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 @@ -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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
31
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.33.0' // 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
- implementation ' io.grpc:grpc-protobuf-lite:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-stub:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
51
+ implementation ' io.grpc:grpc-okhttp:1.33.0' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-protobuf-lite:1.33.0' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-stub:1.33.0' // 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
32
+ grpc { artifact = ' io.grpc:protoc-gen-grpc-java:1.33.0' // 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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
53
- implementation ' io.grpc:grpc-protobuf-lite:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
54
- implementation ' io.grpc:grpc-stub:1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
52
+ implementation ' io.grpc:grpc-okhttp:1.33.0' // CURRENT_GRPC_VERSION
53
+ implementation ' io.grpc:grpc-protobuf-lite:1.33.0' // CURRENT_GRPC_VERSION
54
+ implementation ' io.grpc:grpc-stub:1.33.0' // 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 @@ -22,7 +22,7 @@ targetCompatibility = 1.7
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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
26
26
def protobufVersion = ' 3.12.0'
27
27
def protocVersion = protobufVersion
28
28
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ targetCompatibility = 1.7
23
23
24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
- def grpcVersion = ' 1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
27
27
def protocVersion = ' 3.12.0'
28
28
29
29
dependencies {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ targetCompatibility = 1.7
23
23
24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
- def grpcVersion = ' 1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
27
27
def protobufVersion = ' 3.12.0'
28
28
def protocVersion = protobufVersion
29
29
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.33.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.33.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-gauth</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.33.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.33.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protobuf .version>3.12.0</protobuf .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.7</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ targetCompatibility = 1.7
21
21
22
22
// Feel free to delete the comment at the next line. It is just for safely
23
23
// updating the version in our release process.
24
- def grpcVersion = ' 1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
24
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
25
25
def protobufVersion = ' 3.12.0'
26
26
27
27
dependencies {
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.33.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.33.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-hostname</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.33.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.33.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protoc .version>3.12.0</protoc .version>
17
17
<!-- required for jdk9 -->
18
18
<maven .compiler.source>1.7</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ targetCompatibility = 1.7
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.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
25
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
26
26
def protobufVersion = ' 3.12.0'
27
27
def protocVersion = protobufVersion
28
28
Original file line number Diff line number Diff line change 7
7
<packaging >jar</packaging >
8
8
<!-- Feel free to delete the comment at the end of these lines. It is just
9
9
for safely updating the version in our release process. -->
10
- <version >1.33.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
10
+ <version >1.33.0</version ><!-- CURRENT_GRPC_VERSION -->
11
11
<name >example-jwt-auth</name >
12
12
<url >https://github.com/grpc/grpc-java</url >
13
13
14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <grpc .version>1.33.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
16
+ <grpc .version>1.33.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
17
17
<protobuf .version>3.12.0</protobuf .version>
18
18
<protoc .version>3.12.0</protoc .version>
19
19
<!-- required for jdk9 -->
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ targetCompatibility = 1.7
23
23
24
24
// Feel free to delete the comment at the next line. It is just for safely
25
25
// updating the version in our release process.
26
- def grpcVersion = ' 1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
26
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
27
27
def nettyTcNativeVersion = ' 2.0.31.Final'
28
28
def protocVersion = ' 3.12.0'
29
29
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.33.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.33.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >example-tls</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.33.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.33.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protoc .version>3.12.0</protoc .version>
17
17
<netty .tcnative.version>2.0.31.Final</netty .tcnative.version>
18
18
<!-- required for jdk9 -->
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ targetCompatibility = 1.7
18
18
19
19
// Feel free to delete the comment at the next line. It is just for safely
20
20
// updating the version in our release process.
21
- def grpcVersion = ' 1.33.0-SNAPSHOT ' // CURRENT_GRPC_VERSION
21
+ def grpcVersion = ' 1.33.0' // CURRENT_GRPC_VERSION
22
22
23
23
dependencies {
24
24
// This example's client is the same as the helloworld client. We depend on the helloworld
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.33.0-SNAPSHOT </version ><!-- CURRENT_GRPC_VERSION -->
9
+ <version >1.33.0</version ><!-- CURRENT_GRPC_VERSION -->
10
10
<name >examples</name >
11
11
<url >https://github.com/grpc/grpc-java</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <grpc .version>1.33.0-SNAPSHOT </grpc .version><!-- CURRENT_GRPC_VERSION -->
15
+ <grpc .version>1.33.0</grpc .version><!-- CURRENT_GRPC_VERSION -->
16
16
<protobuf .version>3.12.0</protobuf .version>
17
17
<protoc .version>3.12.0</protoc .version>
18
18
<!-- required for jdk9 -->
You can’t perform that action at this time.
0 commit comments