diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-02-19 09:40:52 -0800 |
|---|---|---|
| committer | Bogdan Drutu <bdrutu@google.com> | 2018-02-19 09:40:52 -0800 |
| commit | 16720b1154bce9a39767f60183323847f8c623c7 (patch) | |
| tree | 370586012c949eece302c8dd921ccb5dee5c75d9 /contrib | |
| parent | 9941844bb4097f4860b5868c12fb2a6bbd11aaf6 (diff) | |
| download | platform_external_opencensus-java-16720b1154bce9a39767f60183323847f8c623c7.tar.gz platform_external_opencensus-java-16720b1154bce9a39767f60183323847f8c623c7.tar.bz2 platform_external_opencensus-java-16720b1154bce9a39767f60183323847f8c623c7.zip | |
Update release versions for all readme and build files. (#1010)
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 8f202645..ef721bd0 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.11.1</version> + <version>0.12.0</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-contrib-grpc-util:0.11.1' +compile 'io.opencensus:opencensus-contrib-grpc-util:0.12.0' ``` [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 1e18f09b..868bc59d 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.11.1</version> + <version>0.12.0</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-contrib-http-util</artifactId> - <version>0.11.1</version> + <version>0.12.0</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.11.1' -compile 'io.opencensus:opencensus-contrib-http-util:0.11.1' +compile 'io.opencensus:opencensus-api:0.12.0' +compile 'io.opencensus:opencensus-contrib-http-util:0.12.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 f5ac6001..2d3dbbda 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.11.1</version> + <version>0.12.0</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-contrib-zpages</artifactId> - <version>0.11.1</version> + <version>0.12.0</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.11.1</version> + <version>0.12.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.11.1' -compile 'io.opencensus:opencensus-contrib-zpages:0.11.1' -runtime 'io.opencensus:opencensus-impl:0.11.1' +compile 'io.opencensus:opencensus-api:0.12.0' +compile 'io.opencensus:opencensus-contrib-zpages:0.12.0' +runtime 'io.opencensus:opencensus-impl:0.12.0' ``` ### Register the Z-Pages |
