diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2018-04-13 12:03:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-13 12:03:26 -0700 |
| commit | b793c9378213dfb56f57e9dc1095b2b852c2b35c (patch) | |
| tree | 756772ff505a3456a544d3127ce61f1a8bcea5d4 /examples | |
| parent | 04fa39bbb9c6e89218bea6634ade783795e6e450 (diff) | |
| download | platform_external_opencensus-java-b793c9378213dfb56f57e9dc1095b2b852c2b35c.tar.gz platform_external_opencensus-java-b793c9378213dfb56f57e9dc1095b2b852c2b35c.tar.bz2 platform_external_opencensus-java-b793c9378213dfb56f57e9dc1095b2b852c2b35c.zip | |
Update release versions for all readme and build files. (#1129)
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 67304cf7..41495041 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -25,7 +25,7 @@ repositories { group = "io.opencensus" version = "0.13.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION -def opencensusVersion = "0.12.2" // LATEST_OPENCENSUS_RELEASE_VERSION +def opencensusVersion = "0.12.3" // 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 38c6d6d0..03b240a6 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.2</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION --> + <opencensus.version>0.12.3</opencensus.version><!-- LATEST_OPENCENSUS_RELEASE_VERSION --> <grpc.version>1.9.0</grpc.version><!-- CURRENT_GRPC_VERSION --> </properties> <dependencies> |
