aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELEASING.md1
-rw-r--r--examples/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 2d065d9f..195bb3d7 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -65,6 +65,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
$ VERSION_FILES=(
build.gradle
examples/build.gradle
+ examples/pom.xml
api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
)
$ git checkout -b v$MAJOR.$MINOR.x master
diff --git a/examples/pom.xml b/examples/pom.xml
index 415f2eff..a35484f8 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.11.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
+ <version>0.12.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
<name>opencensus-examples</name>
<url>http://maven.apache.org</url>
<properties>