aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-18 12:04:27 -0700
committerGitHub <noreply@github.com>2018-09-18 12:04:27 -0700
commita5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2 (patch)
treee522acfe6a4136de9ae92954364d979be61e86e1
parentc78686d8ffb058723ebedda040ca5efd860aefe5 (diff)
downloadopencensus-java-a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2.tar.gz
Update release versions for all readme and build files. (#1452)
-rw-r--r--README.md12
-rw-r--r--contrib/appengine_standard_util/README.md4
-rw-r--r--contrib/exemplar_util/README.md4
-rw-r--r--contrib/grpc_util/README.md4
-rw-r--r--contrib/http_util/README.md8
-rw-r--r--contrib/log_correlation/log4j2/README.md4
-rw-r--r--contrib/log_correlation/stackdriver/README.md4
-rw-r--r--contrib/monitored_resource_util/README.md4
-rw-r--r--contrib/spring/README.md12
-rw-r--r--contrib/spring_sleuth_v1x/README.md4
-rw-r--r--contrib/zpages/README.md12
-rw-r--r--examples/build.gradle2
-rw-r--r--examples/pom.xml2
-rw-r--r--exporters/stats/prometheus/README.md12
-rw-r--r--exporters/stats/signalfx/README.md12
-rw-r--r--exporters/stats/stackdriver/README.md12
-rw-r--r--exporters/trace/instana/README.md12
-rw-r--r--exporters/trace/jaeger/README.md12
-rw-r--r--exporters/trace/logging/README.md12
-rw-r--r--exporters/trace/stackdriver/README.md12
-rw-r--r--exporters/trace/zipkin/README.md12
21 files changed, 86 insertions, 86 deletions
diff --git a/README.md b/README.md
index 940130a6..0859e7db 100644
--- a/README.md
+++ b/README.md
@@ -31,14 +31,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
```
For Bazel add the following lines to the WORKSPACE file:
@@ -198,12 +198,12 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -211,8 +211,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
For Bazel add the following lines to the WORKSPACE file:
diff --git a/contrib/appengine_standard_util/README.md b/contrib/appengine_standard_util/README.md
index 4080e178..3ff5a0ad 100644
--- a/contrib/appengine_standard_util/README.md
+++ b/contrib/appengine_standard_util/README.md
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-appengine-standard-util</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.16.0'
+compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.16.1'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/exemplar_util/README.md b/contrib/exemplar_util/README.md
index 88698eb5..1c9d62df 100644
--- a/contrib/exemplar_util/README.md
+++ b/contrib/exemplar_util/README.md
@@ -17,14 +17,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-exemplar-util</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-contrib-exemplar-util:0.16.0'
+compile 'io.opencensus:opencensus-contrib-exemplar-util:0.16.1'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/grpc_util/README.md b/contrib/grpc_util/README.md
index 9c4757fe..7c5c7b99 100644
--- a/contrib/grpc_util/README.md
+++ b/contrib/grpc_util/README.md
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-grpc-util</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-contrib-grpc-util:0.16.0'
+compile 'io.opencensus:opencensus-contrib-grpc-util:0.16.1'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/http_util/README.md b/contrib/http_util/README.md
index 666fbdd8..9678fcb7 100644
--- a/contrib/http_util/README.md
+++ b/contrib/http_util/README.md
@@ -16,20 +16,20 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-http-util</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-contrib-http-util:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-contrib-http-util:0.16.1'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/log_correlation/log4j2/README.md b/contrib/log_correlation/log4j2/README.md
index 13afc268..a5bf1449 100644
--- a/contrib/log_correlation/log4j2/README.md
+++ b/contrib/log_correlation/log4j2/README.md
@@ -30,7 +30,7 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-log-correlation-log4j2</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -38,7 +38,7 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-runtime 'io.opencensus:opencensus-contrib-log-correlation-log4j2:0.16.0'
+runtime 'io.opencensus:opencensus-contrib-log-correlation-log4j2:0.16.1'
```
### Configure the `OpenCensusTraceContextDataInjector`
diff --git a/contrib/log_correlation/stackdriver/README.md b/contrib/log_correlation/stackdriver/README.md
index dec5a439..8d99ff20 100644
--- a/contrib/log_correlation/stackdriver/README.md
+++ b/contrib/log_correlation/stackdriver/README.md
@@ -35,7 +35,7 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-log-correlation-stackdriver</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -43,7 +43,7 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-runtime 'io.opencensus:opencensus-contrib-log-correlation-stackdriver:0.16.0'
+runtime 'io.opencensus:opencensus-contrib-log-correlation-stackdriver:0.16.1'
```
### Configure the `OpenCensusTraceLoggingEnhancer`
diff --git a/contrib/monitored_resource_util/README.md b/contrib/monitored_resource_util/README.md
index 6be0c352..9d3c754c 100644
--- a/contrib/monitored_resource_util/README.md
+++ b/contrib/monitored_resource_util/README.md
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-monitored-resource-util</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
</dependencies>
```
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-contrib-monitored-resource-util:0.16.0'
+compile 'io.opencensus:opencensus-contrib-monitored-resource-util:0.16.1'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/spring/README.md b/contrib/spring/README.md
index 27551930..8c740297 100644
--- a/contrib/spring/README.md
+++ b/contrib/spring/README.md
@@ -18,17 +18,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-spring</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
@@ -45,9 +45,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-contrib-spring:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-contrib-spring:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
runtime 'org.springframework:spring-aspects:SPRING_VERSION'
```
diff --git a/contrib/spring_sleuth_v1x/README.md b/contrib/spring_sleuth_v1x/README.md
index a05eccb4..3345783b 100644
--- a/contrib/spring_sleuth_v1x/README.md
+++ b/contrib/spring_sleuth_v1x/README.md
@@ -22,7 +22,7 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-spring-sleuth</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework.cloud</groupId>
@@ -39,7 +39,7 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-contrib-spring-sleuth:0.16.0'
+compile 'io.opencensus:opencensus-contrib-spring-sleuth:0.16.1'
```
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
diff --git a/contrib/zpages/README.md b/contrib/zpages/README.md
index 4c523ceb..2a535cec 100644
--- a/contrib/zpages/README.md
+++ b/contrib/zpages/README.md
@@ -16,17 +16,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-contrib-zpages</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -34,9 +34,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-contrib-zpages:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-contrib-zpages:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
### Register the Z-Pages
diff --git a/examples/build.gradle b/examples/build.gradle
index f51b6087..22889e10 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -25,7 +25,7 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
-def opencensusVersion = "0.16.0" // LATEST_OPENCENSUS_RELEASE_VERSION
+def opencensusVersion = "0.16.1" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.13.1" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.3.0"
diff --git a/examples/pom.xml b/examples/pom.xml
index 015544b7..5f083126 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- change to the version you want to use. -->
- <opencensus.version>0.16.0</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
+ <opencensus.version>0.16.1</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
<grpc.version>1.13.1</grpc.version><!-- CURRENT_GRPC_VERSION -->
</properties>
<dependencies>
diff --git a/exporters/stats/prometheus/README.md b/exporters/stats/prometheus/README.md
index 0fc49046..fa19efc9 100644
--- a/exporters/stats/prometheus/README.md
+++ b/exporters/stats/prometheus/README.md
@@ -21,17 +21,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-stats-prometheus</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -39,9 +39,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-stats-prometheus:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-stats-prometheus:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
#### Register the exporter
diff --git a/exporters/stats/signalfx/README.md b/exporters/stats/signalfx/README.md
index 6cde21c4..7c61f896 100644
--- a/exporters/stats/signalfx/README.md
+++ b/exporters/stats/signalfx/README.md
@@ -27,17 +27,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-stats-signalfx</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -46,9 +46,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-stats-signalfx:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-stats-signalfx:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
### Register the exporter
diff --git a/exporters/stats/stackdriver/README.md b/exporters/stats/stackdriver/README.md
index 67e766f2..1b35c635 100644
--- a/exporters/stats/stackdriver/README.md
+++ b/exporters/stats/stackdriver/README.md
@@ -30,17 +30,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-stats-stackdriver</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -48,9 +48,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-stats-stackdriver:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-stats-stackdriver:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
#### Register the exporter
diff --git a/exporters/trace/instana/README.md b/exporters/trace/instana/README.md
index ba96d8c8..22ace227 100644
--- a/exporters/trace/instana/README.md
+++ b/exporters/trace/instana/README.md
@@ -27,17 +27,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-instana</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -45,9 +45,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-trace-instana:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-trace-instana:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
#### Register the exporter
diff --git a/exporters/trace/jaeger/README.md b/exporters/trace/jaeger/README.md
index fc742234..7a5b68eb 100644
--- a/exporters/trace/jaeger/README.md
+++ b/exporters/trace/jaeger/README.md
@@ -40,17 +40,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-jaeger</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -58,9 +58,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-trace-jaeger:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-trace-jaeger:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
#### Register the exporter
diff --git a/exporters/trace/logging/README.md b/exporters/trace/logging/README.md
index 8a518beb..51f2566d 100644
--- a/exporters/trace/logging/README.md
+++ b/exporters/trace/logging/README.md
@@ -15,17 +15,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-logging</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -33,9 +33,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```gradle
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-trace-logging:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-trace-logging:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
### Register the exporter
diff --git a/exporters/trace/stackdriver/README.md b/exporters/trace/stackdriver/README.md
index 3cd82d2b..9186a47c 100644
--- a/exporters/trace/stackdriver/README.md
+++ b/exporters/trace/stackdriver/README.md
@@ -34,17 +34,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-stackdriver</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -52,9 +52,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-trace-stackdriver:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-trace-stackdriver:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
#### Register the exporter
diff --git a/exporters/trace/zipkin/README.md b/exporters/trace/zipkin/README.md
index ba2d5754..4398360d 100644
--- a/exporters/trace/zipkin/README.md
+++ b/exporters/trace/zipkin/README.md
@@ -33,17 +33,17 @@ For Maven add to your `pom.xml`:
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-api</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-zipkin</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-impl</artifactId>
- <version>0.16.0</version>
+ <version>0.16.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -51,9 +51,9 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.16.0'
-compile 'io.opencensus:opencensus-exporter-trace-zipkin:0.16.0'
-runtime 'io.opencensus:opencensus-impl:0.16.0'
+compile 'io.opencensus:opencensus-api:0.16.1'
+compile 'io.opencensus:opencensus-exporter-trace-zipkin:0.16.1'
+runtime 'io.opencensus:opencensus-impl:0.16.1'
```
#### Register the exporter