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/16 01:22:51 UTC

[incubator-zipkin-dependencies] 01/02: [maven-release-plugin] prepare release 2.3.0

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 7b560239b12f7a41c291c1fd8e742a773bbc8f56
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Sun Jun 16 08:56:54 2019 +0800

    [maven-release-plugin] prepare release 2.3.0
---
 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 4dd8727..2a261fc 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.1-SNAPSHOT</version>
+    <version>2.3.0</version>
   </parent>
 
   <artifactId>zipkin-dependencies-cassandra</artifactId>
diff --git a/cassandra3/pom.xml b/cassandra3/pom.xml
index 8052320..d79f2b8 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.1-SNAPSHOT</version>
+    <version>2.3.0</version>
   </parent>
 
   <artifactId>zipkin-dependencies-cassandra3</artifactId>
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index 5f93e01..6e66f84 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.1-SNAPSHOT</version>
+    <version>2.3.0</version>
   </parent>
 
   <artifactId>zipkin-dependencies-elasticsearch</artifactId>
diff --git a/main/pom.xml b/main/pom.xml
index 8ec1e6d..4e53a3d 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.1-SNAPSHOT</version>
+    <version>2.3.0</version>
   </parent>
 
   <artifactId>zipkin-dependencies</artifactId>
diff --git a/mysql/pom.xml b/mysql/pom.xml
index 55ae439..20d84d4 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.1-SNAPSHOT</version>
+    <version>2.3.0</version>
   </parent>
 
   <artifactId>zipkin-dependencies-mysql</artifactId>
diff --git a/pom.xml b/pom.xml
index bcec76b..5f88166 100755
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>io.zipkin.dependencies</groupId>
   <artifactId>zipkin-dependencies-parent</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.0</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>HEAD</tag>
+    <tag>2.3.0</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->