diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2017-12-04 17:36:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-04 17:36:30 -0800 |
| commit | c008cb07ee83bab189f826a9b6fd98dc02bab00a (patch) | |
| tree | 0d3b43c73eb5cebe86b1539d67f1ce1d87f33ace /README.md | |
| parent | 70b2c031f216cb5ce6b5cdcb0c3a48ce61f18f69 (diff) | |
| download | platform_external_opencensus-java-c008cb07ee83bab189f826a9b6fd98dc02bab00a.tar.gz platform_external_opencensus-java-c008cb07ee83bab189f826a9b6fd98dc02bab00a.tar.bz2 platform_external_opencensus-java-c008cb07ee83bab189f826a9b6fd98dc02bab00a.zip | |
Update versions for all README files (#876)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -27,14 +27,14 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.9.1</version> + <version>0.10.0</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.9.1' +compile 'io.opencensus:opencensus-api:0.10.0' ``` ### Hello "OpenCensus" trace events @@ -85,12 +85,12 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.9.1</version> + <version>0.10.0</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.9.1</version> + <version>0.10.0</version> <scope>runtime</scope> </dependency> </dependencies> @@ -98,8 +98,8 @@ For Maven add to your `pom.xml`: For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.9.1' -runtime 'io.opencensus:opencensus-impl:0.9.1' +compile 'io.opencensus:opencensus-api:0.10.0' +runtime 'io.opencensus:opencensus-impl:0.10.0' ``` ### How to setup exporters? |
