This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git
commit 53f6ff0edef72b9f66f93841bab41bfd2c4c66ca Author: Adrian Cole <[email protected]> AuthorDate: Thu Jun 13 16:28:40 2019 +0800 [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c39aac2..5a35d88 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>io.zipkin.proto3</groupId> <artifactId>zipkin-proto3</artifactId> - <version>0.2.1</version> + <version>0.2.2-SNAPSHOT</version> <packaging>jar</packaging> <name>zipkin-proto3</name> @@ -61,7 +61,7 @@ <url>https://github.com/openzipkin/zipkin-api</url> <connection>scm:git:https://github.com/openzipkin/zipkin-api.git</connection> <developerConnection>scm:git:https://github.com/openzipkin/zipkin-api.git</developerConnection> - <tag>0.2.1</tag> + <tag>HEAD</tag> </scm> <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
