From 30b42320601765adc45b4d34904b665e9fdd957a Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 16 Feb 2016 16:31:59 -0800 Subject: [PATCH] Start 0.14.0 development cycle --- android-interop-testing/app/build.gradle | 10 +++++----- build.gradle | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android-interop-testing/app/build.gradle b/android-interop-testing/app/build.gradle index 0985f84378..8146bb36f1 100644 --- a/android-interop-testing/app/build.gradle +++ b/android-interop-testing/app/build.gradle @@ -32,7 +32,7 @@ protobuf { } plugins { grpc { - artifact = 'io.grpc:protoc-gen-grpc-java:0.13.0-SNAPSHOT' + artifact = 'io.grpc:protoc-gen-grpc-java:0.14.0-SNAPSHOT' } } generateProtoTasks { @@ -63,9 +63,9 @@ dependencies { compile 'com.squareup.okhttp:okhttp:2.2.0' testCompile 'junit:junit:4.12' // You need to build grpc-java to obtain these libraries below. - compile 'io.grpc:grpc-protobuf-nano:0.13.0-SNAPSHOT' - compile 'io.grpc:grpc-okhttp:0.13.0-SNAPSHOT' - compile 'io.grpc:grpc-stub:0.13.0-SNAPSHOT' - compile 'io.grpc:grpc-testing:0.13.0-SNAPSHOT' + compile 'io.grpc:grpc-protobuf-nano:0.14.0-SNAPSHOT' + compile 'io.grpc:grpc-okhttp:0.14.0-SNAPSHOT' + compile 'io.grpc:grpc-stub:0.14.0-SNAPSHOT' + compile 'io.grpc:grpc-testing:0.14.0-SNAPSHOT' compile 'javax.annotation:javax.annotation-api:1.2' } diff --git a/build.gradle b/build.gradle index 117a7959db..e3254644cc 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ subprojects { apply plugin: "com.google.osdetector" group = "io.grpc" - version = "0.13.0-SNAPSHOT" + version = "0.14.0-SNAPSHOT" sourceCompatibility = 1.6 targetCompatibility = 1.6