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 /README.md | |
| 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 '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.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-api:0.12.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.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> @@ -98,8 +98,8 @@ For Maven add to your `pom.xml`: For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.11.1' -runtime 'io.opencensus:opencensus-impl:0.11.1' +compile 'io.opencensus:opencensus-api:0.12.0' +runtime 'io.opencensus:opencensus-impl:0.12.0' ``` ### How to setup exporters? |
