Skip to content

Commit

Permalink
Bump version to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Oct 24, 2018
1 parent b8502bb commit 2bc27bb
Show file tree
Hide file tree
Showing 18 changed files with 40 additions and 40 deletions.
12 changes: 6 additions & 6 deletions android-interop-testing/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
plugins {
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand Down Expand Up @@ -71,11 +71,11 @@ dependencies {
implementation 'junit:junit:4.12'

// You need to build grpc-java to obtain the grpc libraries below.
implementation 'io.grpc:grpc-auth:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-auth:1.16.0' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-protobuf-lite:1.16.0' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-stub:1.16.0' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-testing:1.16.0' // CURRENT_GRPC_VERSION

// workaround for https://github.com/google/protobuf/issues/1889
protobuf 'com.google.protobuf:protobuf-java:3.0.2'
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

group = "io.grpc"
version = "1.16.0-SNAPSHOT" // CURRENT_GRPC_VERSION
version = "1.16.0" // CURRENT_GRPC_VERSION
description = 'gRPC: Android'

buildscript {
Expand Down Expand Up @@ -41,9 +41,9 @@ repositories {
}

dependencies {
implementation 'io.grpc:grpc-core:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-core:1.16.0' // CURRENT_GRPC_VERSION

testImplementation 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.7.1'
testImplementation 'com.google.truth:truth:0.39'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subprojects {
idea.module.inheritOutputDirs = true

group = "io.grpc"
version = "1.16.0-SNAPSHOT" // CURRENT_GRPC_VERSION
version = "1.16.0" // CURRENT_GRPC_VERSION

sourceCompatibility = 1.7
targetCompatibility = 1.7
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/test/golden/TestDeprecatedService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
value = "by gRPC proto compiler (version 1.16.0)",
comments = "Source: grpc/testing/compiler/test.proto")
@java.lang.Deprecated
public final class TestDeprecatedServiceGrpc {
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/test/golden/TestService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
value = "by gRPC proto compiler (version 1.16.0)",
comments = "Source: grpc/testing/compiler/test.proto")
public final class TestServiceGrpc {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
value = "by gRPC proto compiler (version 1.16.0)",
comments = "Source: grpc/testing/compiler/test.proto")
@java.lang.Deprecated
public final class TestDeprecatedServiceGrpc {
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/testLite/golden/TestService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
value = "by gRPC proto compiler (version 1.16.0)",
comments = "Source: grpc/testing/compiler/test.proto")
public final class TestServiceGrpc {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import java.io.IOException;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
value = "by gRPC proto compiler (version 1.16.0)",
comments = "Source: grpc/testing/compiler/test.proto")
@java.lang.Deprecated
public final class TestDeprecatedServiceGrpc {
Expand Down
2 changes: 1 addition & 1 deletion compiler/src/testNano/golden/TestService.java.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import java.io.IOException;
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.16.0-SNAPSHOT)",
value = "by gRPC proto compiler (version 1.16.0)",
comments = "Source: grpc/testing/compiler/test.proto")
public final class TestServiceGrpc {

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/grpc/internal/GrpcUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public byte[] parseAsciiString(byte[] serialized) {

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

private static final String IMPLEMENTATION_VERSION = "1.16.0-SNAPSHOT"; // CURRENT_GRPC_VERSION
private static final String IMPLEMENTATION_VERSION = "1.16.0"; // CURRENT_GRPC_VERSION

/**
* The default delay in nanos before we send a keepalive.
Expand Down
4 changes: 2 additions & 2 deletions cronet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
}

dependencies {
implementation 'io.grpc:grpc-core:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testImplementation 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-core:1.16.0' // CURRENT_GRPC_VERSION
testImplementation 'io.grpc:grpc-testing:1.16.0' // CURRENT_GRPC_VERSION

implementation "org.chromium.net:cronet-embedded:66.3359.158"

Expand Down
10 changes: 5 additions & 5 deletions examples/android/clientcache/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.4.0' }
plugins {
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand All @@ -49,12 +49,12 @@ dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'

// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'

testCompile 'junit:junit:4.12'
testCompile 'com.google.truth:truth:0.36'
testCompile 'io.grpc:grpc-testing:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
testCompile 'io.grpc:grpc-testing:1.16.0' // CURRENT_GRPC_VERSION
}
8 changes: 4 additions & 4 deletions examples/android/helloworld/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
plugins {
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand All @@ -48,8 +48,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'

// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'
}
8 changes: 4 additions & 4 deletions examples/android/routeguide/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
plugins {
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand All @@ -47,8 +47,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:27.0.2'

// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0' // CURRENT_GRPC_VERSION
compile 'javax.annotation:javax.annotation-api:1.2'
}
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

// Feel free to delete the comment at the next line. It is just for safely
// updating the version in our release process.
def grpcVersion = '1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
def grpcVersion = '1.16.0' // CURRENT_GRPC_VERSION
def nettyTcNativeVersion = '2.0.7.Final'
def protobufVersion = '3.5.1'
def protocVersion = '3.5.1-1'
Expand Down
8 changes: 4 additions & 4 deletions examples/example-kotlin/android/helloworld/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protobuf {
protoc { artifact = 'com.google.protobuf:protoc:3.5.1-1' }
plugins {
javalite { artifact = "com.google.protobuf:protoc-gen-javalite:3.0.0" }
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
grpc { artifact = 'io.grpc:protoc-gen-grpc-java:1.16.0' // CURRENT_GRPC_VERSION
}
}
generateProtoTasks {
Expand All @@ -72,9 +72,9 @@ dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// You need to build grpc-java to obtain these libraries below.
compile 'io.grpc:grpc-okhttp:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-okhttp:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-protobuf-lite:1.16.0' // CURRENT_GRPC_VERSION
compile 'io.grpc:grpc-stub:1.16.0' // CURRENT_GRPC_VERSION
}

repositories { mavenCentral() }
2 changes: 1 addition & 1 deletion examples/example-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {

// Feel free to delete the comment at the next line. It is just for safely
// updating the version in our release process.
def grpcVersion = '1.16.0-SNAPSHOT' // CURRENT_GRPC_VERSION
def grpcVersion = '1.16.0' // CURRENT_GRPC_VERSION

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<packaging>jar</packaging>
<!-- Feel free to delete the comment at the end of these lines. It is just
for safely updating the version in our release process. -->
<version>1.16.0-SNAPSHOT</version><!-- CURRENT_GRPC_VERSION -->
<version>1.16.0</version><!-- CURRENT_GRPC_VERSION -->
<name>examples</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<grpc.version>1.16.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
<grpc.version>1.16.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
<protobuf.version>3.5.1</protobuf.version>
<protoc.version>3.5.1-1</protoc.version>
<netty.tcnative.version>2.0.7.Final</netty.tcnative.version>
Expand Down

0 comments on commit 2bc27bb

Please sign in to comment.