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-dependencies.git
commit 141d191fb3564277395ac746c71751ba4eaf97d0 Author: Adrian Cole <[email protected]> AuthorDate: Sun Jun 16 08:56:54 2019 +0800 [maven-release-plugin] prepare for next development iteration --- cassandra/pom.xml | 2 +- cassandra3/pom.xml | 2 +- elasticsearch/pom.xml | 2 +- main/pom.xml | 2 +- mysql/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cassandra/pom.xml b/cassandra/pom.xml index 2a261fc..4dd8727 100644 --- a/cassandra/pom.xml +++ b/cassandra/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.zipkin.dependencies</groupId> <artifactId>zipkin-dependencies-parent</artifactId> - <version>2.3.0</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>zipkin-dependencies-cassandra</artifactId> diff --git a/cassandra3/pom.xml b/cassandra3/pom.xml index d79f2b8..8052320 100644 --- a/cassandra3/pom.xml +++ b/cassandra3/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.zipkin.dependencies</groupId> <artifactId>zipkin-dependencies-parent</artifactId> - <version>2.3.0</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>zipkin-dependencies-cassandra3</artifactId> diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index 6e66f84..5f93e01 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.zipkin.dependencies</groupId> <artifactId>zipkin-dependencies-parent</artifactId> - <version>2.3.0</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>zipkin-dependencies-elasticsearch</artifactId> diff --git a/main/pom.xml b/main/pom.xml index 4e53a3d..8ec1e6d 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.zipkin.dependencies</groupId> <artifactId>zipkin-dependencies-parent</artifactId> - <version>2.3.0</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>zipkin-dependencies</artifactId> diff --git a/mysql/pom.xml b/mysql/pom.xml index 20d84d4..55ae439 100644 --- a/mysql/pom.xml +++ b/mysql/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.zipkin.dependencies</groupId> <artifactId>zipkin-dependencies-parent</artifactId> - <version>2.3.0</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>zipkin-dependencies-mysql</artifactId> diff --git a/pom.xml b/pom.xml index 5f88166..bcec76b 100755 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>io.zipkin.dependencies</groupId> <artifactId>zipkin-dependencies-parent</artifactId> - <version>2.3.0</version> + <version>2.3.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> @@ -88,7 +88,7 @@ <url>https://github.com/openzipkin/zipkin-dependencies</url> <connection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</connection> <developerConnection>scm:git:https://github.com/openzipkin/zipkin-dependencies.git</developerConnection> - <tag>2.3.0</tag> + <tag>HEAD</tag> </scm> <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
