From 6aa32a21b94d649ce44c3b0144c585c34d516f43 Mon Sep 17 00:00:00 2001 From: zipkinci Date: Tue, 9 Jan 2024 00:28:55 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 6.0.0 --- 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/slf4j/pom.xml | 2 +- instrumentation/benchmarks/pom.xml | 2 +- instrumentation/dubbo/pom.xml | 2 +- instrumentation/grpc/pom.xml | 2 +- instrumentation/http-tests-jakarta/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/httpclient5/pom.xml | 2 +- instrumentation/jakarta-jms/pom.xml | 2 +- instrumentation/jaxrs2/pom.xml | 2 +- instrumentation/jersey-server/pom.xml | 2 +- instrumentation/jms-jakarta/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/mongodb/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/pom.xml | 2 +- instrumentation/rpc/pom.xml | 2 +- instrumentation/servlet-jakarta/pom.xml | 2 +- instrumentation/servlet/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 +- 41 files changed, 43 insertions(+), 43 deletions(-) diff --git a/brave-bom/pom.xml b/brave-bom/pom.xml index 1414d0594..db98ac496 100644 --- a/brave-bom/pom.xml +++ b/brave-bom/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-bom - 6.0.0-SNAPSHOT + 6.0.0 Brave BOM Bill Of Materials POM for all Brave artifacts pom @@ -51,7 +51,7 @@ https://github.com/openzipkin/brave scm:git:https://github.com/openzipkin/brave.git scm:git:https://github.com/openzipkin/brave.git - HEAD + 6.0.0 diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml index e7e6134de..f24fec1e8 100644 --- a/brave-tests/pom.xml +++ b/brave-tests/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/brave/pom.xml b/brave/pom.xml index 6ca8bd9af..237ba319f 100644 --- a/brave/pom.xml +++ b/brave/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-parent - 6.0.0-SNAPSHOT + 6.0.0 brave diff --git a/context/jfr/pom.xml b/context/jfr/pom.xml index 4f57c57de..e0d0fcaea 100644 --- a/context/jfr/pom.xml +++ b/context/jfr/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml index 8b9ede60b..8d8d3bbb9 100644 --- a/context/log4j12/pom.xml +++ b/context/log4j12/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/context/log4j2/pom.xml b/context/log4j2/pom.xml index 9b079aae2..da701479a 100644 --- a/context/log4j2/pom.xml +++ b/context/log4j2/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/context/pom.xml b/context/pom.xml index 9c5361a49..746834590 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -20,7 +20,7 @@ io.zipkin.brave brave-parent - 6.0.0-SNAPSHOT + 6.0.0 brave-context-parent diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml index 9b42f43c6..28fb3422b 100644 --- a/context/slf4j/pom.xml +++ b/context/slf4j/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-context-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml index 60c43f5a3..0ca76b193 100644 --- a/instrumentation/benchmarks/pom.xml +++ b/instrumentation/benchmarks/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 brave-instrumentation-benchmarks diff --git a/instrumentation/dubbo/pom.xml b/instrumentation/dubbo/pom.xml index 7e896b3d8..40cb10468 100644 --- a/instrumentation/dubbo/pom.xml +++ b/instrumentation/dubbo/pom.xml @@ -17,7 +17,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml index 00b53d14b..5d26ddc0e 100644 --- a/instrumentation/grpc/pom.xml +++ b/instrumentation/grpc/pom.xml @@ -17,7 +17,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/http-tests-jakarta/pom.xml b/instrumentation/http-tests-jakarta/pom.xml index dd2e192fd..d6e4902c7 100644 --- a/instrumentation/http-tests-jakarta/pom.xml +++ b/instrumentation/http-tests-jakarta/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml index 90460bbb5..4d5712b89 100644 --- a/instrumentation/http-tests/pom.xml +++ b/instrumentation/http-tests/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml index 2ff2cf051..b173d64b9 100644 --- a/instrumentation/http/pom.xml +++ b/instrumentation/http/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml index 17236f2f2..96f15ccf9 100644 --- a/instrumentation/httpasyncclient/pom.xml +++ b/instrumentation/httpasyncclient/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml index ecadd0224..3b6d237a6 100644 --- a/instrumentation/httpclient/pom.xml +++ b/instrumentation/httpclient/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/httpclient5/pom.xml b/instrumentation/httpclient5/pom.xml index df3e38b06..7460fb71a 100644 --- a/instrumentation/httpclient5/pom.xml +++ b/instrumentation/httpclient5/pom.xml @@ -20,7 +20,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 brave-instrumentation-httpclient5 diff --git a/instrumentation/jakarta-jms/pom.xml b/instrumentation/jakarta-jms/pom.xml index 56fbf74b1..1be3ae667 100644 --- a/instrumentation/jakarta-jms/pom.xml +++ b/instrumentation/jakarta-jms/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml index 57ee95edd..4c84ad4fc 100644 --- a/instrumentation/jaxrs2/pom.xml +++ b/instrumentation/jaxrs2/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml index 6a9083eb9..66596eb7f 100644 --- a/instrumentation/jersey-server/pom.xml +++ b/instrumentation/jersey-server/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/jms-jakarta/pom.xml b/instrumentation/jms-jakarta/pom.xml index 3c6f1a9dc..140e7fb81 100644 --- a/instrumentation/jms-jakarta/pom.xml +++ b/instrumentation/jms-jakarta/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/jms/pom.xml b/instrumentation/jms/pom.xml index f35802a7a..9d6029e04 100644 --- a/instrumentation/jms/pom.xml +++ b/instrumentation/jms/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/kafka-clients/pom.xml b/instrumentation/kafka-clients/pom.xml index c8a8318b8..9efd377ad 100644 --- a/instrumentation/kafka-clients/pom.xml +++ b/instrumentation/kafka-clients/pom.xml @@ -19,7 +19,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 brave-instrumentation-kafka-clients diff --git a/instrumentation/kafka-streams/pom.xml b/instrumentation/kafka-streams/pom.xml index 5288e4132..2a93dbe1d 100644 --- a/instrumentation/kafka-streams/pom.xml +++ b/instrumentation/kafka-streams/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/messaging/pom.xml b/instrumentation/messaging/pom.xml index e0d896593..cbe41fd77 100644 --- a/instrumentation/messaging/pom.xml +++ b/instrumentation/messaging/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/mongodb/pom.xml b/instrumentation/mongodb/pom.xml index e4ddfdbe1..fa550106d 100644 --- a/instrumentation/mongodb/pom.xml +++ b/instrumentation/mongodb/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/mysql/pom.xml b/instrumentation/mysql/pom.xml index 83405cd60..786f6dac9 100644 --- a/instrumentation/mysql/pom.xml +++ b/instrumentation/mysql/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml index 7c297853a..c90c7332c 100644 --- a/instrumentation/mysql6/pom.xml +++ b/instrumentation/mysql6/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/mysql8/pom.xml b/instrumentation/mysql8/pom.xml index 19fdce9c7..a9e18d1ac 100644 --- a/instrumentation/mysql8/pom.xml +++ b/instrumentation/mysql8/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml index be7c62f30..a78ec99a3 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 - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml index 727d31dd8..5fa6bb744 100644 --- a/instrumentation/okhttp3/pom.xml +++ b/instrumentation/okhttp3/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/pom.xml b/instrumentation/pom.xml index 9aaa1b9fe..1207e2601 100644 --- a/instrumentation/pom.xml +++ b/instrumentation/pom.xml @@ -20,7 +20,7 @@ io.zipkin.brave brave-parent - 6.0.0-SNAPSHOT + 6.0.0 brave-instrumentation-parent diff --git a/instrumentation/rpc/pom.xml b/instrumentation/rpc/pom.xml index 4978452ba..5c26cbe73 100644 --- a/instrumentation/rpc/pom.xml +++ b/instrumentation/rpc/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/servlet-jakarta/pom.xml b/instrumentation/servlet-jakarta/pom.xml index b188b140e..d5d0201ec 100644 --- a/instrumentation/servlet-jakarta/pom.xml +++ b/instrumentation/servlet-jakarta/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml index dc23aa1d0..d18e505aa 100644 --- a/instrumentation/servlet/pom.xml +++ b/instrumentation/servlet/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/spring-rabbit/pom.xml b/instrumentation/spring-rabbit/pom.xml index bb26dd35f..b7017327c 100644 --- a/instrumentation/spring-rabbit/pom.xml +++ b/instrumentation/spring-rabbit/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml index a6af1d7df..741f3abcc 100644 --- a/instrumentation/spring-web/pom.xml +++ b/instrumentation/spring-web/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/spring-webmvc/pom.xml b/instrumentation/spring-webmvc/pom.xml index 981566cc0..14a652b5a 100644 --- a/instrumentation/spring-webmvc/pom.xml +++ b/instrumentation/spring-webmvc/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/instrumentation/vertx-web/pom.xml b/instrumentation/vertx-web/pom.xml index 54994dd3b..22cb0ada4 100644 --- a/instrumentation/vertx-web/pom.xml +++ b/instrumentation/vertx-web/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0 diff --git a/pom.xml b/pom.xml index 707af8475..59e7edbb3 100755 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ io.zipkin.brave brave-parent - 6.0.0-SNAPSHOT + 6.0.0 pom Brave (parent) @@ -46,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 + 6.0.0 diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml index 71c6ec7b5..e9a911734 100644 --- a/spring-beans/pom.xml +++ b/spring-beans/pom.xml @@ -18,7 +18,7 @@ io.zipkin.brave brave-parent - 6.0.0-SNAPSHOT + 6.0.0 4.0.0