aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-15 14:38:35 -0700
committerGitHub <noreply@github.com>2018-09-15 14:38:35 -0700
commitb666c2e8df041ee8ab1de93e472834c44d4269ca (patch)
tree098982e23db20e7e679a967f373f64dcd6268ccf /README.md
parent97b80140df9bf6d5da6ea7b81d4907bf819a5bc8 (diff)
downloadplatform_external_opencensus-java-b666c2e8df041ee8ab1de93e472834c44d4269ca.tar.gz
platform_external_opencensus-java-b666c2e8df041ee8ab1de93e472834c44d4269ca.tar.bz2
platform_external_opencensus-java-b666c2e8df041ee8ab1de93e472834c44d4269ca.zip
Update release versions for all readme and build files. (#1435)
This commit also updates the gRPC dependency to 1.13.1 in the Maven and Gradle examples in order to resolve a dependency conflict in the Maven build.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index fba8184e..940130a6 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.15.1</version>
+ <version>0.16.0</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.15.1'
+compile 'io.opencensus:opencensus-api:0.16.0'
```
For Bazel add the following lines to the WORKSPACE file:
@@ -198,12 +198,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.15.1</version>
+ <version>0.16.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.15.1</version>
+ <version>0.16.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -211,8 +211,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.15.1'
-runtime 'io.opencensus:opencensus-impl:0.15.1'
+compile 'io.opencensus:opencensus-api:0.16.0'
+runtime 'io.opencensus:opencensus-impl:0.16.0'
```
For Bazel add the following lines to the WORKSPACE file: