From d94fedc854948a2f43383ec39f0936ccb27a8351 Mon Sep 17 00:00:00 2001 From: nmittler Date: Fri, 12 Jun 2015 07:32:50 -0700 Subject: [PATCH] Updating master README.md to 0.7.1 release. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d777a2c0ad..b7f3f2f224 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ Download [the JAR][]. Or for Maven, add to your `pom.xml`: io.grpc grpc-all - 0.7.0 + 0.7.1 ``` Or for Gradle, add to your dependencies: ```gradle -compile 'io.grpc:grpc-all:0.7.0' +compile 'io.grpc:grpc-all:0.7.1' ``` -[the JAR]: https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.7.0 +[the JAR]: https://search.maven.org/remote_content?g=io.grpc&a=grpc-all&v=0.7.1 Development snapshots are available in [Sonatypes's snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/). @@ -48,7 +48,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use com.google.protobuf:protoc:3.0.0-alpha-3:exe:${os.detected.classifier} grpc-java - io.grpc:protoc-gen-grpc-java:0.7.0:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:0.7.1:exe:${os.detected.classifier} @@ -90,7 +90,7 @@ sourceSets { } protocDep = "com.google.protobuf:protoc:3.0.0-alpha-3" -protobufNativeCodeGenPluginDeps = ["grpc:io.grpc:protoc-gen-grpc-java:0.7.0"] +protobufNativeCodeGenPluginDeps = ["grpc:io.grpc:protoc-gen-grpc-java:0.7.1"] ``` [protobuf-gradle-plugin]: https://github.com/google/protobuf-gradle-plugin