aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-15 14:38:35 -0700
committerGitHub <noreply@github.com>2018-09-15 14:38:35 -0700
commitb666c2e8df041ee8ab1de93e472834c44d4269ca (patch)
tree098982e23db20e7e679a967f373f64dcd6268ccf /examples
parent97b80140df9bf6d5da6ea7b81d4907bf819a5bc8 (diff)
downloadopencensus-java-b666c2e8df041ee8ab1de93e472834c44d4269ca.tar.gz
Update release versions for all readme and build files. (#1435)
This commit also updates the gRPC dependency to 1.13.1 in the Maven and Gradle examples in order to resolve a dependency conflict in the Maven build.
Diffstat (limited to 'examples')
-rw-r--r--examples/build.gradle4
-rw-r--r--examples/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/build.gradle b/examples/build.gradle
index 7ea053a7..f51b6087 100644
--- a/examples/build.gradle
+++ b/examples/build.gradle
@@ -25,8 +25,8 @@ repositories {
group = "io.opencensus"
version = "0.17.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
-def opencensusVersion = "0.15.1" // LATEST_OPENCENSUS_RELEASE_VERSION
-def grpcVersion = "1.10.1" // CURRENT_GRPC_VERSION
+def opencensusVersion = "0.16.0" // LATEST_OPENCENSUS_RELEASE_VERSION
+def grpcVersion = "1.13.1" // CURRENT_GRPC_VERSION
def prometheusVersion = "0.3.0"
tasks.withType(JavaCompile) {
diff --git a/examples/pom.xml b/examples/pom.xml
index 1b16d2a9..015544b7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -10,8 +10,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- change to the version you want to use. -->
- <opencensus.version>0.15.1</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
- <grpc.version>1.12.0</grpc.version><!-- CURRENT_GRPC_VERSION -->
+ <opencensus.version>0.16.0</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION -->
+ <grpc.version>1.13.1</grpc.version><!-- CURRENT_GRPC_VERSION -->
</properties>
<dependencies>
<dependency>