diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-05-08 16:27:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-08 16:27:04 -0700 |
| commit | f7b1813433cd60866ec51a871a900783988b14ea (patch) | |
| tree | 27fbe4d95da5237ce772b0bb8dd7365fe460339f /contrib | |
| parent | 3ec4997322d8fe0dd809f99de19f923ff2cc8d15 (diff) | |
| download | platform_external_opencensus-java-f7b1813433cd60866ec51a871a900783988b14ea.tar.gz platform_external_opencensus-java-f7b1813433cd60866ec51a871a900783988b14ea.tar.bz2 platform_external_opencensus-java-f7b1813433cd60866ec51a871a900783988b14ea.zip | |
Update release versions for all readme and build files. (#1190)
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/grpc_util/README.md | 4 | ||||
| -rw-r--r-- | contrib/http_util/README.md | 8 | ||||
| -rw-r--r-- | contrib/zpages/README.md | 12 |
3 files changed, 12 insertions, 12 deletions
diff --git a/contrib/grpc_util/README.md b/contrib/grpc_util/README.md index 9997d23a..5b3d648f 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.13.1</version> + <version>0.13.2</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-contrib-grpc-util:0.13.1' +compile 'io.opencensus:opencensus-contrib-grpc-util:0.13.2' ``` [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master diff --git a/contrib/http_util/README.md b/contrib/http_util/README.md index 70c81629..a0bb6c8c 100644 --- a/contrib/http_util/README.md +++ b/contrib/http_util/README.md @@ -16,20 +16,20 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.13.1</version> + <version>0.13.2</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-contrib-http-util</artifactId> - <version>0.13.1</version> + <version>0.13.2</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.13.1' -compile 'io.opencensus:opencensus-contrib-http-util:0.13.1' +compile 'io.opencensus:opencensus-api:0.13.2' +compile 'io.opencensus:opencensus-contrib-http-util:0.13.2' ``` [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 6427e062..c0b0b0a0 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.13.1</version> + <version>0.13.2</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-contrib-zpages</artifactId> - <version>0.13.1</version> + <version>0.13.2</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.13.1</version> + <version>0.13.2</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.13.1' -compile 'io.opencensus:opencensus-contrib-zpages:0.13.1' -runtime 'io.opencensus:opencensus-impl:0.13.1' +compile 'io.opencensus:opencensus-api:0.13.2' +compile 'io.opencensus:opencensus-contrib-zpages:0.13.2' +runtime 'io.opencensus:opencensus-impl:0.13.2' ``` ### Register the Z-Pages |
