aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-27 22:47:42 -0700
committerGitHub <noreply@github.com>2018-04-27 22:47:42 -0700
commit6de797b05bbf837e81f654d2492b3d2e98b5c052 (patch)
tree3066a63da1cbc6bc8514f5e12fb5a04680330860 /examples
parent1cc5554f32b8c95625071b292e2e3bdca27acc90 (diff)
downloadopencensus-java-6de797b05bbf837e81f654d2492b3d2e98b5c052.tar.gz
Update release versions for readme and build files. (#1160)
Update release versions for readme and build files.
Diffstat (limited to 'examples')
-rw-r--r--examples/build.gradle2
-rw-r--r--examples/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index 56202ae9..3bb32ab9 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -25,7 +25,7 @@ repositories {
group = "io.opencensus"
version = "0.14.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
-def opencensusVersion = "0.12.3" // LATEST_OPENCENSUS_RELEASE_VERSION
+def opencensusVersion = "0.13.0" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.9.0" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.3.0"
diff --git a/examples/pom.xml b/examples/pom.xml
index 29f60dd4..007f2e27 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.12.3</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
+ <opencensus.version>0.13.0</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
<grpc.version>1.9.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
</properties>
<dependencies>