diff --git a/README.md b/README.md
index 69619e36e..10b1789a6 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,14 @@ For Maven add to your `pom.xml`:
io.opencensus
opencensus-api
- 0.29.0
+ 0.30.0
```
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.29.0'
+compile 'io.opencensus:opencensus-api:0.30.0'
```
### Hello "OpenCensus" trace events
@@ -182,12 +182,12 @@ For Maven add to your `pom.xml`:
io.opencensus
opencensus-api
- 0.29.0
+ 0.30.0
io.opencensus
opencensus-impl
- 0.29.0
+ 0.30.0
runtime
@@ -195,8 +195,8 @@ For Maven add to your `pom.xml`:
For Gradle add to your dependencies:
```groovy
-compile 'io.opencensus:opencensus-api:0.29.0'
-runtime 'io.opencensus:opencensus-impl:0.29.0'
+compile 'io.opencensus:opencensus-api:0.30.0'
+runtime 'io.opencensus:opencensus-impl:0.30.0'
```
### How to setup exporters?
diff --git a/build.gradle b/build.gradle
index 703d32c98..722ebb5a7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,7 +51,7 @@ subprojects {
}
group = "io.opencensus"
- version = "0.30.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
+ version = "0.31.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
sourceCompatibility = 1.7
targetCompatibility = 1.7
diff --git a/examples/build.gradle b/examples/build.gradle
index 7da0b133e..6c83d9023 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -31,9 +31,9 @@ repositories {
}
group = "io.opencensus"
-version = "0.30.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
+version = "0.31.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
-def opencensusVersion = "0.28.3" // LATEST_OPENCENSUS_RELEASE_VERSION
+def opencensusVersion = "0.30.0" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.32.2" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.6.0"
def jettyVersion = "9.4.17.v20190418"
diff --git a/examples/pom.xml b/examples/pom.xml
index f6cbb737e..8f3dbfb16 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,7 +5,7 @@
io.opencensus
opencensus-examples
jar
- 0.30.0-SNAPSHOT
+ 0.31.0-SNAPSHOT
opencensus-examples
http://maven.apache.org
diff --git a/examples/spring/servlet/build.gradle b/examples/spring/servlet/build.gradle
index aa0a801eb..bb07aa8e0 100644
--- a/examples/spring/servlet/build.gradle
+++ b/examples/spring/servlet/build.gradle
@@ -85,7 +85,7 @@ apply plugin: 'io.spring.dependency-management'
bootJar {
mainClassName = 'com.baeldung.Application'
baseName = 'opencensus-examples-spring-servlet'
- version = "0.30.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
+ version = "0.31.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
}
sourceCompatibility = 1.8
diff --git a/exporters/metrics/ocagent/src/main/java/io/opencensus/exporter/metrics/ocagent/OcAgentNodeUtils.java b/exporters/metrics/ocagent/src/main/java/io/opencensus/exporter/metrics/ocagent/OcAgentNodeUtils.java
index 09bd05984..72307d506 100644
--- a/exporters/metrics/ocagent/src/main/java/io/opencensus/exporter/metrics/ocagent/OcAgentNodeUtils.java
+++ b/exporters/metrics/ocagent/src/main/java/io/opencensus/exporter/metrics/ocagent/OcAgentNodeUtils.java
@@ -39,7 +39,7 @@ final class OcAgentNodeUtils {
// The current version of the OpenCensus OC-Agent Exporter.
@VisibleForTesting
- static final String OC_AGENT_EXPORTER_VERSION = "0.30.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
+ static final String OC_AGENT_EXPORTER_VERSION = "0.31.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
@Nullable
private static final io.opencensus.resource.Resource AUTO_DETECTED_RESOURCE =
diff --git a/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/OcAgentNodeUtils.java b/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/OcAgentNodeUtils.java
index d8571a79d..a989e7c6d 100644
--- a/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/OcAgentNodeUtils.java
+++ b/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/OcAgentNodeUtils.java
@@ -38,7 +38,7 @@ final class OcAgentNodeUtils {
// The current version of the OpenCensus OC-Agent Exporter.
@VisibleForTesting
- static final String OC_AGENT_EXPORTER_VERSION = "0.30.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
+ static final String OC_AGENT_EXPORTER_VERSION = "0.31.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
@Nullable
private static final io.opencensus.resource.Resource AUTO_DETECTED_RESOURCE =