aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorHailong Wen <youxiabsyw@gmail.com>2018-01-22 14:18:36 -0800
committerGitHub <noreply@github.com>2018-01-22 14:18:36 -0800
commite9b6178dce0dd70e5ba600ba331f50aaa567ce60 (patch)
tree5facc796622a0de3558d74a0f4d05349208aeb0a /contrib
parentd18ff00b33537dc402e22efaf1547f3733293594 (diff)
downloadplatform_external_opencensus-java-e9b6178dce0dd70e5ba600ba331f50aaa567ce60.tar.gz
platform_external_opencensus-java-e9b6178dce0dd70e5ba600ba331f50aaa567ce60.tar.bz2
platform_external_opencensus-java-e9b6178dce0dd70e5ba600ba331f50aaa567ce60.zip
Update script in RELEASING.md and use them to update release version in all readmes and build files. (fixes #941) (#946)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/grpc_util/README.md4
-rw-r--r--contrib/zpages/README.md12
2 files changed, 8 insertions, 8 deletions
diff --git a/contrib/grpc_util/README.md b/contrib/grpc_util/README.md
index daa82f37..1208662c 100644
--- a/contrib/grpc_util/README.md
+++ b/contrib/grpc_util/README.md
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-grpc-util</artifactId>
- <version>0.10.1</version>
+ <version>0.11.0</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-contrib-grpc-util:0.10.1'
+compile 'io.opencensus:opencensus-contrib-grpc-util:0.11.0'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/zpages/README.md b/contrib/zpages/README.md
index 4917deed..135d3648 100644
--- a/contrib/zpages/README.md
+++ b/contrib/zpages/README.md
@@ -16,17 +16,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.10.1</version>
+ <version>0.11.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-zpages</artifactId>
- <version>0.10.1</version>
+ <version>0.11.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.10.1</version>
+ <version>0.11.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -34,9 +34,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.10.1'
-compile 'io.opencensus:opencensus-contrib-zpages:0.10.1'
-runtime 'io.opencensus:opencensus-impl:0.10.1'
+compile 'io.opencensus:opencensus-api:0.11.0'
+compile 'io.opencensus:opencensus-contrib-zpages:0.11.0'
+runtime 'io.opencensus:opencensus-impl:0.11.0'
```
### Register the Z-Pages