aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-27 17:36:44 -0700
committerGitHub <noreply@github.com>2018-04-27 17:36:44 -0700
commit1cc5554f32b8c95625071b292e2e3bdca27acc90 (patch)
tree133a3ffe19885927cc9dd059e77c35ba83bb54e5
parent6dfa99f4613404bc0dd0bc7c44bb62833e35a9b4 (diff)
downloadopencensus-java-1cc5554f32b8c95625071b292e2e3bdca27acc90.tar.gz
Start 0.14.0 development cycle (#1157)
-rw-r--r--api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java2
-rw-r--r--build.gradle2
-rw-r--r--examples/build.gradle2
-rw-r--r--examples/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java b/api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
index 61a33bb4..f4aa8172 100644
--- a/api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
+++ b/api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
@@ -29,7 +29,7 @@ public final class OpenCensusLibraryInformation {
*
* @since 0.8
*/
- public static final String VERSION = "0.13.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
+ public static final String VERSION = "0.14.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
private OpenCensusLibraryInformation() {}
}
diff --git a/build.gradle b/build.gradle
index 47b7502e..dd901d96 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ subprojects {
}
group = "io.opencensus"
- version = "0.13.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
+ version = "0.14.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
sourceCompatibility = 1.6
targetCompatibility = 1.6
diff --git a/examples/build.gradle b/examples/build.gradle
index aa056460..56202ae9 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -23,7 +23,7 @@ repositories {
}
group = "io.opencensus"
-version = "0.13.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
+version = "0.14.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
def opencensusVersion = "0.12.3" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.9.0" // CURRENT_GRPC_VERSION
diff --git a/examples/pom.xml b/examples/pom.xml
index 03e155ea..29f60dd4 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
<groupId>io.opencensus</groupId>
<artifactId>opencensus-examples</artifactId>
<packaging>jar</packaging>
- <version>0.13.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
+ <version>0.14.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
<name>opencensus-examples</name>
<url>http://maven.apache.org</url>
<properties>