aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-11-02 09:16:35 +1100
committerGitHub <noreply@github.com>2017-11-02 09:16:35 +1100
commite4b97df0d684bf3bc1e3866c47fe5dd84b0dbd26 (patch)
tree0e966cc17e8d010ca224da85b8114a0b2562fd5e /README.md
parent2aa3e6828680fbc61be167b73c4b7c9ffa1f4c14 (diff)
downloadopencensus-java-e4b97df0d684bf3bc1e3866c47fe5dd84b0dbd26.tar.gz
Update versions in the README files. (#769)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index d0189efa..346a0175 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.7.0'
+compile 'io.opencensus:opencensus-api:0.8.0'
```
### Hello "OpenCensus" trace events
@@ -84,12 +84,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.7.0</version>
+ <version>0.8.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -97,8 +97,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.7.0'
-runtime 'io.opencensus:opencensus-impl:0.7.0'
+compile 'io.opencensus:opencensus-api:0.8.0'
+runtime 'io.opencensus:opencensus-impl:0.8.0'
```
### How to setup exporters?