You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/04 05:54:07 UTC

[incubator-zipkin-dependencies] 02/02: [maven-release-plugin] prepare for next development iteration

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 40d497c59c13cdc4ddf0572333d25a31c238e704
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Tue Jun 4 13:47:07 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 b6b2edd..c516f90 100644
--- a/cassandra/pom.xml
+++ b/cassandra/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.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 9c1e39a..a9942e5 100644
--- a/cassandra3/pom.xml
+++ b/cassandra3/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.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 07ec4e9..5837045 100644
--- a/elasticsearch/pom.xml
+++ b/elasticsearch/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.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 8bd16a7..57f9e20 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.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 9674588..d46b047 100644
--- a/mysql/pom.xml
+++ b/mysql/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.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 a8fef83..1f1bce5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.zipkin.dependencies</groupId>
   <artifactId>zipkin-dependencies-parent</artifactId>
-  <version>2.3.0</version>
+  <version>2.3.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
@@ -97,7 +97,7 @@
     <url>https://github.com/apache/incubator-zipkin-dependencies</url>
     <connection>scm:git:https://github.com/apache/incubator-zipkin-dependencies.git</connection>
     <developerConnection>scm:git:https://github.com/apache/incubator-zipkin-dependencies.git</developerConnection>
-    <tag>v2.3.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->