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:50 UTC

[incubator-zipkin-dependencies] branch master updated (a781f19 -> 141d191)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-dependencies.git.


    from a781f19  Restores OpenZipkin publishing configuration (#141)
     new 7b56023  [maven-release-plugin] prepare release 2.3.0
     new 141d191  [maven-release-plugin] prepare for next development iteration

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


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

Posted by ad...@apache.org.
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 -->


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

Posted by ad...@apache.org.
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 <ac...@pivotal.io>
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 -->