diff options
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 ffecf0ab..12202184 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -23,7 +23,7 @@ repositories { } group = "io.opencensus" -version = "0.15.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION +version = "0.16.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION def opencensusVersion = "0.14.0" // LATEST_OPENCENSUS_RELEASE_VERSION def grpcVersion = "1.10.1" // CURRENT_GRPC_VERSION diff --git a/examples/pom.xml b/examples/pom.xml index 8a06d4d2..e49d83d9 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.15.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION --> + <version>0.16.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION --> <name>opencensus-examples</name> <url>http://maven.apache.org</url> <properties> |
