diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-06-05 11:37:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-05 11:37:23 -0700 |
| commit | eaa577023bacf8b7d9404d9c95d40b15d19f4e5a (patch) | |
| tree | 109e8a9b70d7d2fd61d155b0577a0e09856df5be /README.md | |
| parent | 432d0a988376159348754e79441b10c36e32d85b (diff) | |
| download | platform_external_opencensus-java-eaa577023bacf8b7d9404d9c95d40b15d19f4e5a.tar.gz platform_external_opencensus-java-eaa577023bacf8b7d9404d9c95d40b15d19f4e5a.tar.bz2 platform_external_opencensus-java-eaa577023bacf8b7d9404d9c95d40b15d19f4e5a.zip | |
Update release versions for all readme and build files. (#1237)
* Update release versions for all readme and build files.
* Manually update gRPC version in example build.
* Remove a stale TODO.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -29,14 +29,14 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.13.2</version> + <version>0.14.0</version> </dependency> </dependencies> ``` For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.13.2' +compile 'io.opencensus:opencensus-api:0.14.0' ``` ### Hello "OpenCensus" trace events @@ -156,12 +156,12 @@ For Maven add to your `pom.xml`: <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-api</artifactId> - <version>0.13.2</version> + <version>0.14.0</version> </dependency> <dependency> <groupId>io.opencensus</groupId> <artifactId>opencensus-impl</artifactId> - <version>0.13.2</version> + <version>0.14.0</version> <scope>runtime</scope> </dependency> </dependencies> @@ -169,8 +169,8 @@ For Maven add to your `pom.xml`: For Gradle add to your dependencies: ```gradle -compile 'io.opencensus:opencensus-api:0.13.2' -runtime 'io.opencensus:opencensus-impl:0.13.2' +compile 'io.opencensus:opencensus-api:0.14.0' +runtime 'io.opencensus:opencensus-impl:0.14.0' ``` ### How to setup exporters? |
