diff options
| author | sebright <sebright@google.com> | 2018-09-18 12:04:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 12:04:27 -0700 |
| commit | a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2 (patch) | |
| tree | e522acfe6a4136de9ae92954364d979be61e86e1 /examples | |
| parent | c78686d8ffb058723ebedda040ca5efd860aefe5 (diff) | |
| download | platform_external_opencensus-java-a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2.tar.gz platform_external_opencensus-java-a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2.tar.bz2 platform_external_opencensus-java-a5d2739b4fbbfcd0da61ef2f179ba6044d2d04a2.zip | |
Update release versions for all readme and build files. (#1452)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/build.gradle | 2 | ||||
| -rw-r--r-- | examples/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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> |
