aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-02-27 18:42:11 -0800
committerGitHub <noreply@github.com>2018-02-27 18:42:11 -0800
commit88c49d464b6d4157d334a67bc8a063c0c56d5d5e (patch)
treec2279398a8688b10013206e8015894ce192ddbce /README.md
parent23756c1f95752b1ff8b20c471b81a1a2a699a419 (diff)
downloadopencensus-java-88c49d464b6d4157d334a67bc8a063c0c56d5d5e.tar.gz
Update release versions for all readme and build files. (#1033)
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 42c0710e..73b03194 100644
--- a/README.md
+++ b/README.md
@@ -27,14 +27,14 @@ 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>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.12.0'
+compile 'io.opencensus:opencensus-api:0.12.2'
```
### 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.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>
@@ -98,8 +98,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.12.0'
-runtime 'io.opencensus:opencensus-impl:0.12.0'
+compile 'io.opencensus:opencensus-api:0.12.2'
+runtime 'io.opencensus:opencensus-impl:0.12.2'
```
### How to setup exporters?