From 28425e8be85032c46c98327b1de07a417f47330f Mon Sep 17 00:00:00 2001 From: zipkinci Date: Thu, 11 Apr 2024 00:14:38 +0000 Subject: [PATCH] [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/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 39a9239db..0313a1b7f 100644 --- a/brave-bom/pom.xml +++ b/brave-bom/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-bom - 6.0.3 + 6.0.4-SNAPSHOT Brave BOM Bill Of Materials POM for all Brave artifacts pom @@ -42,7 +42,7 @@ https://github.com/openzipkin/brave scm:git:https://github.com/openzipkin/brave.git scm:git:https://github.com/openzipkin/brave.git - 6.0.3 + HEAD diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml index a64e2bcd1..9e55f7f03 100644 --- a/brave-tests/pom.xml +++ b/brave-tests/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/brave/pom.xml b/brave/pom.xml index f3ad22de5..3efffeb8c 100644 --- a/brave/pom.xml +++ b/brave/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-parent - 6.0.3 + 6.0.4-SNAPSHOT brave diff --git a/context/jfr/pom.xml b/context/jfr/pom.xml index b5a0ca295..2c494342f 100644 --- a/context/jfr/pom.xml +++ b/context/jfr/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-context-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml index efb852f5e..f12a38a08 100644 --- a/context/log4j12/pom.xml +++ b/context/log4j12/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-context-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/context/log4j2/pom.xml b/context/log4j2/pom.xml index 0dccefff8..85073434c 100644 --- a/context/log4j2/pom.xml +++ b/context/log4j2/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-context-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/context/pom.xml b/context/pom.xml index f0149e57c..ce478111a 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -11,7 +11,7 @@ io.zipkin.brave brave-parent - 6.0.3 + 6.0.4-SNAPSHOT brave-context-parent diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml index c7caedcf7..5ada48d32 100644 --- a/context/slf4j/pom.xml +++ b/context/slf4j/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-context-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml index 5c1189c2e..44d70e292 100644 --- a/instrumentation/benchmarks/pom.xml +++ b/instrumentation/benchmarks/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT brave-instrumentation-benchmarks diff --git a/instrumentation/dubbo/pom.xml b/instrumentation/dubbo/pom.xml index 03300e818..7a83244ff 100644 --- a/instrumentation/dubbo/pom.xml +++ b/instrumentation/dubbo/pom.xml @@ -8,7 +8,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml index d11f95467..84b967f4c 100644 --- a/instrumentation/grpc/pom.xml +++ b/instrumentation/grpc/pom.xml @@ -8,7 +8,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/http-tests-jakarta/pom.xml b/instrumentation/http-tests-jakarta/pom.xml index 40453de01..d0a48e1dd 100644 --- a/instrumentation/http-tests-jakarta/pom.xml +++ b/instrumentation/http-tests-jakarta/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml index 7954a5317..aec948b8c 100644 --- a/instrumentation/http-tests/pom.xml +++ b/instrumentation/http-tests/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml index 1780fc7ea..c540735e9 100644 --- a/instrumentation/http/pom.xml +++ b/instrumentation/http/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml index e58f0505d..cc51bd232 100644 --- a/instrumentation/httpasyncclient/pom.xml +++ b/instrumentation/httpasyncclient/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml index 060050752..9a7d42368 100644 --- a/instrumentation/httpclient/pom.xml +++ b/instrumentation/httpclient/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/httpclient5/pom.xml b/instrumentation/httpclient5/pom.xml index 1be7d69af..e6b267a3e 100644 --- a/instrumentation/httpclient5/pom.xml +++ b/instrumentation/httpclient5/pom.xml @@ -11,7 +11,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT brave-instrumentation-httpclient5 diff --git a/instrumentation/jakarta-jms/pom.xml b/instrumentation/jakarta-jms/pom.xml index ef17dc493..d5aa5813c 100644 --- a/instrumentation/jakarta-jms/pom.xml +++ b/instrumentation/jakarta-jms/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml index 25b47f4e9..80e164a93 100644 --- a/instrumentation/jaxrs2/pom.xml +++ b/instrumentation/jaxrs2/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml index b8b647a46..fae5f3ab2 100644 --- a/instrumentation/jersey-server/pom.xml +++ b/instrumentation/jersey-server/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/jms-jakarta/pom.xml b/instrumentation/jms-jakarta/pom.xml index c483ec517..949b837ef 100644 --- a/instrumentation/jms-jakarta/pom.xml +++ b/instrumentation/jms-jakarta/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/jms/pom.xml b/instrumentation/jms/pom.xml index 1949315ec..ec032fb00 100644 --- a/instrumentation/jms/pom.xml +++ b/instrumentation/jms/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/kafka-clients/pom.xml b/instrumentation/kafka-clients/pom.xml index 7a0aa110e..7329f6108 100644 --- a/instrumentation/kafka-clients/pom.xml +++ b/instrumentation/kafka-clients/pom.xml @@ -10,7 +10,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT brave-instrumentation-kafka-clients diff --git a/instrumentation/kafka-streams/pom.xml b/instrumentation/kafka-streams/pom.xml index e056733c3..013ab53e2 100644 --- a/instrumentation/kafka-streams/pom.xml +++ b/instrumentation/kafka-streams/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/messaging/pom.xml b/instrumentation/messaging/pom.xml index aa2b9c065..547f8d2d7 100644 --- a/instrumentation/messaging/pom.xml +++ b/instrumentation/messaging/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/mongodb/pom.xml b/instrumentation/mongodb/pom.xml index 0f3c0dd6b..4858a42c5 100644 --- a/instrumentation/mongodb/pom.xml +++ b/instrumentation/mongodb/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/mysql/pom.xml b/instrumentation/mysql/pom.xml index ca439cc93..314d6098e 100644 --- a/instrumentation/mysql/pom.xml +++ b/instrumentation/mysql/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml index f6787ce72..67af10558 100644 --- a/instrumentation/mysql6/pom.xml +++ b/instrumentation/mysql6/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/mysql8/pom.xml b/instrumentation/mysql8/pom.xml index bc6ab5fbe..77cf854df 100644 --- a/instrumentation/mysql8/pom.xml +++ b/instrumentation/mysql8/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml index 0f1ad87ac..2c9ae9ce2 100644 --- a/instrumentation/netty-codec-http/pom.xml +++ b/instrumentation/netty-codec-http/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml index d694f9345..b46a424fd 100644 --- a/instrumentation/okhttp3/pom.xml +++ b/instrumentation/okhttp3/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/pom.xml b/instrumentation/pom.xml index f99962fc0..2b666e6fc 100644 --- a/instrumentation/pom.xml +++ b/instrumentation/pom.xml @@ -11,7 +11,7 @@ io.zipkin.brave brave-parent - 6.0.3 + 6.0.4-SNAPSHOT brave-instrumentation-parent diff --git a/instrumentation/rpc/pom.xml b/instrumentation/rpc/pom.xml index 7151bebdf..433172a54 100644 --- a/instrumentation/rpc/pom.xml +++ b/instrumentation/rpc/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/servlet-jakarta/pom.xml b/instrumentation/servlet-jakarta/pom.xml index d9e0a83be..a0a7974fc 100644 --- a/instrumentation/servlet-jakarta/pom.xml +++ b/instrumentation/servlet-jakarta/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml index ff84afc0a..12e5ea000 100644 --- a/instrumentation/servlet/pom.xml +++ b/instrumentation/servlet/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/spring-rabbit/pom.xml b/instrumentation/spring-rabbit/pom.xml index 56cfb3c5a..8056fe687 100644 --- a/instrumentation/spring-rabbit/pom.xml +++ b/instrumentation/spring-rabbit/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml index ec8120845..0f7f5611a 100644 --- a/instrumentation/spring-web/pom.xml +++ b/instrumentation/spring-web/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/spring-webmvc/pom.xml b/instrumentation/spring-webmvc/pom.xml index f12a408f3..b75ed9ac8 100644 --- a/instrumentation/spring-webmvc/pom.xml +++ b/instrumentation/spring-webmvc/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/instrumentation/vertx-web/pom.xml b/instrumentation/vertx-web/pom.xml index 069e10e95..c74dff259 100644 --- a/instrumentation/vertx-web/pom.xml +++ b/instrumentation/vertx-web/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-instrumentation-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 4bcb54025..999f4aa7a 100755 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.zipkin.brave brave-parent - 6.0.3 + 6.0.4-SNAPSHOT pom Brave (parent) @@ -37,7 +37,7 @@ https://github.com/openzipkin/brave scm:git:https://github.com/openzipkin/brave.git scm:git:https://github.com/openzipkin/brave.git - 6.0.3 + HEAD diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml index f7c021a8e..03ae3796f 100644 --- a/spring-beans/pom.xml +++ b/spring-beans/pom.xml @@ -9,7 +9,7 @@ io.zipkin.brave brave-parent - 6.0.3 + 6.0.4-SNAPSHOT 4.0.0