From 8847c64cf88005496d08e8ce21a6412912deac5d Mon Sep 17 00:00:00 2001 From: zipkinci Date: Thu, 31 Oct 2019 13:51:33 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 5.9.0 --- brave-bom/pom.xml | 4 ++-- brave-tests/pom.xml | 2 +- brave/pom.xml | 2 +- context/jfr/pom.xml | 6 ++---- context/log4j12/pom.xml | 2 +- context/log4j2/pom.xml | 2 +- context/pom.xml | 2 +- context/rxjava2/pom.xml | 6 ++---- context/slf4j/pom.xml | 2 +- instrumentation/benchmarks/pom.xml | 2 +- instrumentation/dubbo-rpc/pom.xml | 2 +- instrumentation/dubbo/pom.xml | 2 +- instrumentation/grpc/pom.xml | 6 ++---- 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/messaging/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/rpc/pom.xml | 2 +- instrumentation/servlet/pom.xml | 2 +- instrumentation/sparkjava/pom.xml | 2 +- instrumentation/spring-rabbit/pom.xml | 6 ++---- instrumentation/spring-web/pom.xml | 2 +- instrumentation/spring-webmvc/pom.xml | 2 +- instrumentation/vertx-web/pom.xml | 2 +- pom.xml | 10 ++++------ spring-beans/pom.xml | 2 +- 39 files changed, 47 insertions(+), 57 deletions(-) diff --git a/brave-bom/pom.xml b/brave-bom/pom.xml index c10f8d543d..5cfa422935 100644 --- a/brave-bom/pom.xml +++ b/brave-bom/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-bom - 5.8.1-SNAPSHOT + 5.9.0 Brave BOM Bill Of Materials POM for all Brave artifacts pom @@ -50,7 +50,7 @@ https://github.com/openzipkin/brave scm:git:https://github.com/openzipkin/brave.git scm:git:https://github.com/openzipkin/brave.git - HEAD + 5.9.0 diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml index 49d4eac3fd..7bd6fe7b03 100644 --- a/brave-tests/pom.xml +++ b/brave-tests/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/brave/pom.xml b/brave/pom.xml index 99da8873df..de49300d2f 100644 --- a/brave/pom.xml +++ b/brave/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-parent - 5.8.1-SNAPSHOT + 5.9.0 brave diff --git a/context/jfr/pom.xml b/context/jfr/pom.xml index 2436f3032f..96f3abd16c 100644 --- a/context/jfr/pom.xml +++ b/context/jfr/pom.xml @@ -14,13 +14,11 @@ the License. --> - + io.zipkin.brave brave-context-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml index d92f25a7e3..ffa106b70a 100644 --- a/context/log4j12/pom.xml +++ b/context/log4j12/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/context/log4j2/pom.xml b/context/log4j2/pom.xml index dd710ebdc2..26509a84ca 100644 --- a/context/log4j2/pom.xml +++ b/context/log4j2/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/context/pom.xml b/context/pom.xml index d4ff979d41..8e4d966c7b 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -20,7 +20,7 @@ io.zipkin.brave brave-parent - 5.8.1-SNAPSHOT + 5.9.0 brave-context-parent diff --git a/context/rxjava2/pom.xml b/context/rxjava2/pom.xml index 795c055dea..3508cf2349 100644 --- a/context/rxjava2/pom.xml +++ b/context/rxjava2/pom.xml @@ -14,13 +14,11 @@ the License. --> - + io.zipkin.brave brave-context-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml index 4a5d663030..94c5f9ff42 100644 --- a/context/slf4j/pom.xml +++ b/context/slf4j/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml index da82d7a6b3..ec72faf4e4 100644 --- a/instrumentation/benchmarks/pom.xml +++ b/instrumentation/benchmarks/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 brave-instrumentation-benchmarks diff --git a/instrumentation/dubbo-rpc/pom.xml b/instrumentation/dubbo-rpc/pom.xml index 581bcca350..98ac12552f 100644 --- a/instrumentation/dubbo-rpc/pom.xml +++ b/instrumentation/dubbo-rpc/pom.xml @@ -17,7 +17,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/dubbo/pom.xml b/instrumentation/dubbo/pom.xml index 2fc7e01990..5c5a11b8e7 100644 --- a/instrumentation/dubbo/pom.xml +++ b/instrumentation/dubbo/pom.xml @@ -17,7 +17,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml index 6c4561f77c..3f7c672c8a 100644 --- a/instrumentation/grpc/pom.xml +++ b/instrumentation/grpc/pom.xml @@ -13,13 +13,11 @@ the License. --> - + io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml index 813912058c..b1f0a268a3 100644 --- a/instrumentation/http-tests/pom.xml +++ b/instrumentation/http-tests/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml index 864d47a3b3..695b6496aa 100644 --- a/instrumentation/http/pom.xml +++ b/instrumentation/http/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml index def66c7b48..8b393b6612 100644 --- a/instrumentation/httpasyncclient/pom.xml +++ b/instrumentation/httpasyncclient/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml index 75bff03b15..45a95d204c 100644 --- a/instrumentation/httpclient/pom.xml +++ b/instrumentation/httpclient/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml index 4ae96c6457..e82ee77d1d 100644 --- a/instrumentation/jaxrs2/pom.xml +++ b/instrumentation/jaxrs2/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml index 1c387ed5b8..d4005bfc05 100644 --- a/instrumentation/jersey-server/pom.xml +++ b/instrumentation/jersey-server/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/jms/pom.xml b/instrumentation/jms/pom.xml index db19075157..afeece4717 100644 --- a/instrumentation/jms/pom.xml +++ b/instrumentation/jms/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/kafka-clients/pom.xml b/instrumentation/kafka-clients/pom.xml index d0b35b57ab..76f6100785 100644 --- a/instrumentation/kafka-clients/pom.xml +++ b/instrumentation/kafka-clients/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/kafka-streams/pom.xml b/instrumentation/kafka-streams/pom.xml index 43b0249444..0bad65dc79 100644 --- a/instrumentation/kafka-streams/pom.xml +++ b/instrumentation/kafka-streams/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/messaging/pom.xml b/instrumentation/messaging/pom.xml index b4d17dac44..c0827fcbd6 100644 --- a/instrumentation/messaging/pom.xml +++ b/instrumentation/messaging/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/mysql/pom.xml b/instrumentation/mysql/pom.xml index 87ff4a6af7..bfb04b7ba9 100644 --- a/instrumentation/mysql/pom.xml +++ b/instrumentation/mysql/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml index 853ae4e9a6..c31a5139c7 100644 --- a/instrumentation/mysql6/pom.xml +++ b/instrumentation/mysql6/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/mysql8/pom.xml b/instrumentation/mysql8/pom.xml index b9c26fb073..d0a6ecf3be 100644 --- a/instrumentation/mysql8/pom.xml +++ b/instrumentation/mysql8/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml index 8105c0fe81..6574e2a602 100644 --- a/instrumentation/netty-codec-http/pom.xml +++ b/instrumentation/netty-codec-http/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml index c76bbd0e0e..6518780088 100644 --- a/instrumentation/okhttp3/pom.xml +++ b/instrumentation/okhttp3/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/p6spy/pom.xml b/instrumentation/p6spy/pom.xml index 53124d827b..ea476984d9 100644 --- a/instrumentation/p6spy/pom.xml +++ b/instrumentation/p6spy/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/pom.xml b/instrumentation/pom.xml index c577e1d16b..3d67e73b31 100644 --- a/instrumentation/pom.xml +++ b/instrumentation/pom.xml @@ -20,7 +20,7 @@ io.zipkin.brave brave-parent - 5.8.1-SNAPSHOT + 5.9.0 brave-instrumentation-parent diff --git a/instrumentation/rpc/pom.xml b/instrumentation/rpc/pom.xml index 25c9feef4b..a09ab1288e 100644 --- a/instrumentation/rpc/pom.xml +++ b/instrumentation/rpc/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml index b61c351538..e7d3412ac3 100644 --- a/instrumentation/servlet/pom.xml +++ b/instrumentation/servlet/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/sparkjava/pom.xml b/instrumentation/sparkjava/pom.xml index c733669cf2..3509d44d82 100644 --- a/instrumentation/sparkjava/pom.xml +++ b/instrumentation/sparkjava/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/spring-rabbit/pom.xml b/instrumentation/spring-rabbit/pom.xml index be0879a5fb..b3f36fb9f3 100644 --- a/instrumentation/spring-rabbit/pom.xml +++ b/instrumentation/spring-rabbit/pom.xml @@ -14,13 +14,11 @@ the License. --> - + io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml index f03d85a465..792e80786d 100644 --- a/instrumentation/spring-web/pom.xml +++ b/instrumentation/spring-web/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/spring-webmvc/pom.xml b/instrumentation/spring-webmvc/pom.xml index 73483ff7b0..48b5fc9996 100644 --- a/instrumentation/spring-webmvc/pom.xml +++ b/instrumentation/spring-webmvc/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/instrumentation/vertx-web/pom.xml b/instrumentation/vertx-web/pom.xml index 0e6f6f6d15..4f50129315 100644 --- a/instrumentation/vertx-web/pom.xml +++ b/instrumentation/vertx-web/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/pom.xml b/pom.xml index fd89808d47..62e3480e38 100755 --- a/pom.xml +++ b/pom.xml @@ -14,14 +14,12 @@ the License. --> - + 4.0.0 io.zipkin.brave brave-parent - 5.8.1-SNAPSHOT + 5.9.0 pom Brave (parent) @@ -48,7 +46,7 @@ https://github.com/openzipkin/brave scm:git:https://github.com/openzipkin/brave.git scm:git:https://github.com/openzipkin/brave.git - HEAD + 5.9.0 @@ -76,7 +74,7 @@ 1.8 - + 2.3.3 diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml index 274d76877c..6c9e82964d 100644 --- a/spring-beans/pom.xml +++ b/spring-beans/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-parent - 5.8.1-SNAPSHOT + 5.9.0 4.0.0