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/03 11:46:13 UTC

[incubator-zipkin-brave] branch master updated (2783e26 -> f1922a9)

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-brave.git.


    from 2783e26  fixes base directory
     new 6c0924a  [maven-release-plugin] prepare release v5.6.4
     new f1922a9  [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-brave] 01/02: [maven-release-plugin] prepare release v5.6.4

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-brave.git

commit 6c0924acf8bd3b11380f045612405673af5b58fa
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Mon Jun 3 19:45:25 2019 +0800

    [maven-release-plugin] prepare release v5.6.4
---
 brave-bom/pom.xml                        | 4 ++--
 brave-tests/pom.xml                      | 2 +-
 brave/pom.xml                            | 2 +-
 context/jfr/pom.xml                      | 2 +-
 context/log4j12/pom.xml                  | 2 +-
 context/log4j2/pom.xml                   | 2 +-
 context/pom.xml                          | 2 +-
 context/rxjava2/pom.xml                  | 2 +-
 context/slf4j/pom.xml                    | 2 +-
 instrumentation/benchmarks/pom.xml       | 2 +-
 instrumentation/dubbo-rpc/pom.xml        | 2 +-
 instrumentation/grpc/pom.xml             | 2 +-
 instrumentation/http-tests/pom.xml       | 2 +-
 instrumentation/http/pom.xml             | 2 +-
 instrumentation/httpasyncclient/pom.xml  | 2 +-
 instrumentation/httpclient/pom.xml       | 2 +-
 instrumentation/jaxrs2/pom.xml           | 2 +-
 instrumentation/jersey-server/pom.xml    | 2 +-
 instrumentation/jms/pom.xml              | 2 +-
 instrumentation/kafka-clients/pom.xml    | 2 +-
 instrumentation/kafka-streams/pom.xml    | 2 +-
 instrumentation/mysql/pom.xml            | 2 +-
 instrumentation/mysql6/pom.xml           | 2 +-
 instrumentation/mysql8/pom.xml           | 2 +-
 instrumentation/netty-codec-http/pom.xml | 2 +-
 instrumentation/okhttp3/pom.xml          | 2 +-
 instrumentation/p6spy/pom.xml            | 2 +-
 instrumentation/pom.xml                  | 2 +-
 instrumentation/servlet/pom.xml          | 2 +-
 instrumentation/sparkjava/pom.xml        | 2 +-
 instrumentation/spring-rabbit/pom.xml    | 2 +-
 instrumentation/spring-web/pom.xml       | 2 +-
 instrumentation/spring-webmvc/pom.xml    | 2 +-
 instrumentation/vertx-web/pom.xml        | 2 +-
 pom.xml                                  | 4 ++--
 spring-beans/pom.xml                     | 2 +-
 36 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/brave-bom/pom.xml b/brave-bom/pom.xml
index 3c24cf7..eba2762 100644
--- a/brave-bom/pom.xml
+++ b/brave-bom/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.apache.zipkin.brave</groupId>
   <artifactId>brave-bom</artifactId>
-  <version>5.6.5-SNAPSHOT</version>
+  <version>5.6.4</version>
   <name>Brave BOM</name>
   <description>Bill Of Materials POM for all Brave artifacts</description>
   <packaging>pom</packaging>
@@ -34,7 +34,7 @@
     <url>https://github.com/apache/incubator-zipkin-brave</url>
     <connection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</connection>
     <developerConnection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>v5.6.4</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml
index 53d10b8..929393d 100644
--- a/brave-tests/pom.xml
+++ b/brave-tests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/brave/pom.xml b/brave/pom.xml
index 992f8a7..fa2fb94 100644
--- a/brave/pom.xml
+++ b/brave/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
 
   <artifactId>brave</artifactId>
diff --git a/context/jfr/pom.xml b/context/jfr/pom.xml
index bd68c0a..cb9439c 100644
--- a/context/jfr/pom.xml
+++ b/context/jfr/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml
index cd57a61..b5455c6 100644
--- a/context/log4j12/pom.xml
+++ b/context/log4j12/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/log4j2/pom.xml b/context/log4j2/pom.xml
index 0d7d248..fb10d61 100644
--- a/context/log4j2/pom.xml
+++ b/context/log4j2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/pom.xml b/context/pom.xml
index 7c52550..a21028b 100644
--- a/context/pom.xml
+++ b/context/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
 
   <artifactId>brave-context-parent</artifactId>
diff --git a/context/rxjava2/pom.xml b/context/rxjava2/pom.xml
index a4607d1..ddd7b44 100644
--- a/context/rxjava2/pom.xml
+++ b/context/rxjava2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml
index 5db6139..c1d479e 100644
--- a/context/slf4j/pom.xml
+++ b/context/slf4j/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml
index 2b6500e..e9681a5 100644
--- a/instrumentation/benchmarks/pom.xml
+++ b/instrumentation/benchmarks/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
 
   <artifactId>brave-instrumentation-benchmarks</artifactId>
diff --git a/instrumentation/dubbo-rpc/pom.xml b/instrumentation/dubbo-rpc/pom.xml
index d3a6c2a..7846255 100644
--- a/instrumentation/dubbo-rpc/pom.xml
+++ b/instrumentation/dubbo-rpc/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml
index cc2d18e..caf8813 100644
--- a/instrumentation/grpc/pom.xml
+++ b/instrumentation/grpc/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml
index bcf65bc..40cb9ff 100644
--- a/instrumentation/http-tests/pom.xml
+++ b/instrumentation/http-tests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml
index 9300f5d..e50aa68 100644
--- a/instrumentation/http/pom.xml
+++ b/instrumentation/http/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml
index b1cba6a..af854f7 100644
--- a/instrumentation/httpasyncclient/pom.xml
+++ b/instrumentation/httpasyncclient/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml
index 0819d7b..5fe38c4 100644
--- a/instrumentation/httpclient/pom.xml
+++ b/instrumentation/httpclient/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml
index 67d5220..8882527 100644
--- a/instrumentation/jaxrs2/pom.xml
+++ b/instrumentation/jaxrs2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml
index f4d59e3..e46640b 100644
--- a/instrumentation/jersey-server/pom.xml
+++ b/instrumentation/jersey-server/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/jms/pom.xml b/instrumentation/jms/pom.xml
index d3d07d8..b4c16af 100644
--- a/instrumentation/jms/pom.xml
+++ b/instrumentation/jms/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/kafka-clients/pom.xml b/instrumentation/kafka-clients/pom.xml
index a538e0b..80ceda9 100644
--- a/instrumentation/kafka-clients/pom.xml
+++ b/instrumentation/kafka-clients/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/kafka-streams/pom.xml b/instrumentation/kafka-streams/pom.xml
index 796b6e4..1c5f8ce 100644
--- a/instrumentation/kafka-streams/pom.xml
+++ b/instrumentation/kafka-streams/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/mysql/pom.xml b/instrumentation/mysql/pom.xml
index 2677600..6814219 100644
--- a/instrumentation/mysql/pom.xml
+++ b/instrumentation/mysql/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml
index 072c884..150aaff 100644
--- a/instrumentation/mysql6/pom.xml
+++ b/instrumentation/mysql6/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/mysql8/pom.xml b/instrumentation/mysql8/pom.xml
index 71d0409..5124f79 100644
--- a/instrumentation/mysql8/pom.xml
+++ b/instrumentation/mysql8/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml
index 4700dda..c79f0dc 100644
--- a/instrumentation/netty-codec-http/pom.xml
+++ b/instrumentation/netty-codec-http/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml
index 5a79fbe..394b6ce 100644
--- a/instrumentation/okhttp3/pom.xml
+++ b/instrumentation/okhttp3/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/p6spy/pom.xml b/instrumentation/p6spy/pom.xml
index 1e67706..4926724 100644
--- a/instrumentation/p6spy/pom.xml
+++ b/instrumentation/p6spy/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/pom.xml b/instrumentation/pom.xml
index 45d2921..108d3e1 100644
--- a/instrumentation/pom.xml
+++ b/instrumentation/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
 
   <artifactId>brave-instrumentation-parent</artifactId>
diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml
index 83b3c61..2f1975f 100644
--- a/instrumentation/servlet/pom.xml
+++ b/instrumentation/servlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/sparkjava/pom.xml b/instrumentation/sparkjava/pom.xml
index 61a8209..12a48e3 100644
--- a/instrumentation/sparkjava/pom.xml
+++ b/instrumentation/sparkjava/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/spring-rabbit/pom.xml b/instrumentation/spring-rabbit/pom.xml
index 680b160..cd39ef6 100644
--- a/instrumentation/spring-rabbit/pom.xml
+++ b/instrumentation/spring-rabbit/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml
index 010f8a5..b087eb1 100644
--- a/instrumentation/spring-web/pom.xml
+++ b/instrumentation/spring-web/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/spring-webmvc/pom.xml b/instrumentation/spring-webmvc/pom.xml
index 1c014c8..06922ec 100644
--- a/instrumentation/spring-webmvc/pom.xml
+++ b/instrumentation/spring-webmvc/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/vertx-web/pom.xml b/instrumentation/vertx-web/pom.xml
index 10a4538..8ca54f9 100644
--- a/instrumentation/vertx-web/pom.xml
+++ b/instrumentation/vertx-web/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index d7d6cf2..438de53 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.zipkin.brave</groupId>
   <artifactId>brave-parent</artifactId>
-  <version>5.6.5-SNAPSHOT</version>
+  <version>5.6.4</version>
   <packaging>pom</packaging>
 
   <name>Apache Zipkin Brave (incubating) (parent)</name>
@@ -54,7 +54,7 @@
     <url>https://github.com/apache/incubator-zipkin-brave</url>
     <connection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</connection>
     <developerConnection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>v5.6.4</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml
index bbb83bc..56ee398 100644
--- a/spring-beans/pom.xml
+++ b/spring-beans/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.5-SNAPSHOT</version>
+    <version>5.6.4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 


[incubator-zipkin-brave] 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-brave.git

commit f1922a95c0e68d2fe429212d751498f7c3fb82fd
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Mon Jun 3 19:45:35 2019 +0800

    [maven-release-plugin] prepare for next development iteration
---
 brave-bom/pom.xml                        | 4 ++--
 brave-tests/pom.xml                      | 2 +-
 brave/pom.xml                            | 2 +-
 context/jfr/pom.xml                      | 2 +-
 context/log4j12/pom.xml                  | 2 +-
 context/log4j2/pom.xml                   | 2 +-
 context/pom.xml                          | 2 +-
 context/rxjava2/pom.xml                  | 2 +-
 context/slf4j/pom.xml                    | 2 +-
 instrumentation/benchmarks/pom.xml       | 2 +-
 instrumentation/dubbo-rpc/pom.xml        | 2 +-
 instrumentation/grpc/pom.xml             | 2 +-
 instrumentation/http-tests/pom.xml       | 2 +-
 instrumentation/http/pom.xml             | 2 +-
 instrumentation/httpasyncclient/pom.xml  | 2 +-
 instrumentation/httpclient/pom.xml       | 2 +-
 instrumentation/jaxrs2/pom.xml           | 2 +-
 instrumentation/jersey-server/pom.xml    | 2 +-
 instrumentation/jms/pom.xml              | 2 +-
 instrumentation/kafka-clients/pom.xml    | 2 +-
 instrumentation/kafka-streams/pom.xml    | 2 +-
 instrumentation/mysql/pom.xml            | 2 +-
 instrumentation/mysql6/pom.xml           | 2 +-
 instrumentation/mysql8/pom.xml           | 2 +-
 instrumentation/netty-codec-http/pom.xml | 2 +-
 instrumentation/okhttp3/pom.xml          | 2 +-
 instrumentation/p6spy/pom.xml            | 2 +-
 instrumentation/pom.xml                  | 2 +-
 instrumentation/servlet/pom.xml          | 2 +-
 instrumentation/sparkjava/pom.xml        | 2 +-
 instrumentation/spring-rabbit/pom.xml    | 2 +-
 instrumentation/spring-web/pom.xml       | 2 +-
 instrumentation/spring-webmvc/pom.xml    | 2 +-
 instrumentation/vertx-web/pom.xml        | 2 +-
 pom.xml                                  | 4 ++--
 spring-beans/pom.xml                     | 2 +-
 36 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/brave-bom/pom.xml b/brave-bom/pom.xml
index eba2762..3c24cf7 100644
--- a/brave-bom/pom.xml
+++ b/brave-bom/pom.xml
@@ -3,7 +3,7 @@
 
   <groupId>org.apache.zipkin.brave</groupId>
   <artifactId>brave-bom</artifactId>
-  <version>5.6.4</version>
+  <version>5.6.5-SNAPSHOT</version>
   <name>Brave BOM</name>
   <description>Bill Of Materials POM for all Brave artifacts</description>
   <packaging>pom</packaging>
@@ -34,7 +34,7 @@
     <url>https://github.com/apache/incubator-zipkin-brave</url>
     <connection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</connection>
     <developerConnection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</developerConnection>
-    <tag>v5.6.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml
index 929393d..53d10b8 100644
--- a/brave-tests/pom.xml
+++ b/brave-tests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/brave/pom.xml b/brave/pom.xml
index fa2fb94..992f8a7 100644
--- a/brave/pom.xml
+++ b/brave/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>brave</artifactId>
diff --git a/context/jfr/pom.xml b/context/jfr/pom.xml
index cb9439c..bd68c0a 100644
--- a/context/jfr/pom.xml
+++ b/context/jfr/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml
index b5455c6..cd57a61 100644
--- a/context/log4j12/pom.xml
+++ b/context/log4j12/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/log4j2/pom.xml b/context/log4j2/pom.xml
index fb10d61..0d7d248 100644
--- a/context/log4j2/pom.xml
+++ b/context/log4j2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/pom.xml b/context/pom.xml
index a21028b..7c52550 100644
--- a/context/pom.xml
+++ b/context/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>brave-context-parent</artifactId>
diff --git a/context/rxjava2/pom.xml b/context/rxjava2/pom.xml
index ddd7b44..a4607d1 100644
--- a/context/rxjava2/pom.xml
+++ b/context/rxjava2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml
index c1d479e..5db6139 100644
--- a/context/slf4j/pom.xml
+++ b/context/slf4j/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-context-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml
index e9681a5..2b6500e 100644
--- a/instrumentation/benchmarks/pom.xml
+++ b/instrumentation/benchmarks/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>brave-instrumentation-benchmarks</artifactId>
diff --git a/instrumentation/dubbo-rpc/pom.xml b/instrumentation/dubbo-rpc/pom.xml
index 7846255..d3a6c2a 100644
--- a/instrumentation/dubbo-rpc/pom.xml
+++ b/instrumentation/dubbo-rpc/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml
index caf8813..cc2d18e 100644
--- a/instrumentation/grpc/pom.xml
+++ b/instrumentation/grpc/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml
index 40cb9ff..bcf65bc 100644
--- a/instrumentation/http-tests/pom.xml
+++ b/instrumentation/http-tests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml
index e50aa68..9300f5d 100644
--- a/instrumentation/http/pom.xml
+++ b/instrumentation/http/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml
index af854f7..b1cba6a 100644
--- a/instrumentation/httpasyncclient/pom.xml
+++ b/instrumentation/httpasyncclient/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml
index 5fe38c4..0819d7b 100644
--- a/instrumentation/httpclient/pom.xml
+++ b/instrumentation/httpclient/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml
index 8882527..67d5220 100644
--- a/instrumentation/jaxrs2/pom.xml
+++ b/instrumentation/jaxrs2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml
index e46640b..f4d59e3 100644
--- a/instrumentation/jersey-server/pom.xml
+++ b/instrumentation/jersey-server/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/jms/pom.xml b/instrumentation/jms/pom.xml
index b4c16af..d3d07d8 100644
--- a/instrumentation/jms/pom.xml
+++ b/instrumentation/jms/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/kafka-clients/pom.xml b/instrumentation/kafka-clients/pom.xml
index 80ceda9..a538e0b 100644
--- a/instrumentation/kafka-clients/pom.xml
+++ b/instrumentation/kafka-clients/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/kafka-streams/pom.xml b/instrumentation/kafka-streams/pom.xml
index 1c5f8ce..796b6e4 100644
--- a/instrumentation/kafka-streams/pom.xml
+++ b/instrumentation/kafka-streams/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/mysql/pom.xml b/instrumentation/mysql/pom.xml
index 6814219..2677600 100644
--- a/instrumentation/mysql/pom.xml
+++ b/instrumentation/mysql/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml
index 150aaff..072c884 100644
--- a/instrumentation/mysql6/pom.xml
+++ b/instrumentation/mysql6/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/mysql8/pom.xml b/instrumentation/mysql8/pom.xml
index 5124f79..71d0409 100644
--- a/instrumentation/mysql8/pom.xml
+++ b/instrumentation/mysql8/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml
index c79f0dc..4700dda 100644
--- a/instrumentation/netty-codec-http/pom.xml
+++ b/instrumentation/netty-codec-http/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml
index 394b6ce..5a79fbe 100644
--- a/instrumentation/okhttp3/pom.xml
+++ b/instrumentation/okhttp3/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/p6spy/pom.xml b/instrumentation/p6spy/pom.xml
index 4926724..1e67706 100644
--- a/instrumentation/p6spy/pom.xml
+++ b/instrumentation/p6spy/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/pom.xml b/instrumentation/pom.xml
index 108d3e1..45d2921 100644
--- a/instrumentation/pom.xml
+++ b/instrumentation/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>brave-instrumentation-parent</artifactId>
diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml
index 2f1975f..83b3c61 100644
--- a/instrumentation/servlet/pom.xml
+++ b/instrumentation/servlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/sparkjava/pom.xml b/instrumentation/sparkjava/pom.xml
index 12a48e3..61a8209 100644
--- a/instrumentation/sparkjava/pom.xml
+++ b/instrumentation/sparkjava/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/spring-rabbit/pom.xml b/instrumentation/spring-rabbit/pom.xml
index cd39ef6..680b160 100644
--- a/instrumentation/spring-rabbit/pom.xml
+++ b/instrumentation/spring-rabbit/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml
index b087eb1..010f8a5 100644
--- a/instrumentation/spring-web/pom.xml
+++ b/instrumentation/spring-web/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/spring-webmvc/pom.xml b/instrumentation/spring-webmvc/pom.xml
index 06922ec..1c014c8 100644
--- a/instrumentation/spring-webmvc/pom.xml
+++ b/instrumentation/spring-webmvc/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/instrumentation/vertx-web/pom.xml b/instrumentation/vertx-web/pom.xml
index 8ca54f9..10a4538 100644
--- a/instrumentation/vertx-web/pom.xml
+++ b/instrumentation/vertx-web/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 438de53..d7d6cf2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.zipkin.brave</groupId>
   <artifactId>brave-parent</artifactId>
-  <version>5.6.4</version>
+  <version>5.6.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Zipkin Brave (incubating) (parent)</name>
@@ -54,7 +54,7 @@
     <url>https://github.com/apache/incubator-zipkin-brave</url>
     <connection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</connection>
     <developerConnection>scm:git:https://github.com/apache/incubator-zipkin-brave.git</developerConnection>
-    <tag>v5.6.4</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml
index 56ee398..bbb83bc 100644
--- a/spring-beans/pom.xml
+++ b/spring-beans/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.zipkin.brave</groupId>
     <artifactId>brave-parent</artifactId>
-    <version>5.6.4</version>
+    <version>5.6.5-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>