diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-02-27 18:42:11 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-27 18:42:11 -0800 |
| commit | 88c49d464b6d4157d334a67bc8a063c0c56d5d5e (patch) | |
| tree | c2279398a8688b10013206e8015894ce192ddbce /contrib | |
| parent | 23756c1f95752b1ff8b20c471b81a1a2a699a419 (diff) | |
| download | platform_external_opencensus-java-88c49d464b6d4157d334a67bc8a063c0c56d5d5e.tar.gz platform_external_opencensus-java-88c49d464b6d4157d334a67bc8a063c0c56d5d5e.tar.bz2 platform_external_opencensus-java-88c49d464b6d4157d334a67bc8a063c0c56d5d5e.zip | |
Update release versions for all readme and build files. (#1033)
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 ef721bd0..49dd1e05 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.12.0</version> + <version>0.12.2</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-contrib-grpc-util:0.12.0' +compile 'io.opencensus:opencensus-contrib-grpc-util:0.12.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 868bc59d..19c531d8 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.12.0</version> + <version>0.12.2</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-contrib-http-util</artifactId> - <version>0.12.0</version> + <version>0.12.2</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.12.0' -compile 'io.opencensus:opencensus-contrib-http-util:0.12.0' +compile 'io.opencensus:opencensus-api:0.12.2' +compile 'io.opencensus:opencensus-contrib-http-util:0.12.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 2d3dbbda..6545e1b6 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.12.0</version> + <version>0.12.2</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-contrib-zpages</artifactId> - <version>0.12.0</version> + <version>0.12.2</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.12.0</version> + <version>0.12.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.12.0' -compile 'io.opencensus:opencensus-contrib-zpages:0.12.0' -runtime 'io.opencensus:opencensus-impl:0.12.0' +compile 'io.opencensus:opencensus-api:0.12.2' +compile 'io.opencensus:opencensus-contrib-zpages:0.12.2' +runtime 'io.opencensus:opencensus-impl:0.12.2' ``` ### Register the Z-Pages |
