From bfeef070b81204c8feb068c8f2bcbd08ac755b16 Mon Sep 17 00:00:00 2001 From: zipkinci Date: Sun, 25 Feb 2018 08:37:03 +0000 Subject: [PATCH] [maven-release-plugin] prepare release 4.16.2 --- brave-tests/pom.xml | 2 +- brave/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/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/kafka-clients/pom.xml | 2 +- instrumentation/mysql/pom.xml | 2 +- instrumentation/mysql6/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-web/pom.xml | 2 +- instrumentation/spring-webmvc/pom.xml | 2 +- instrumentation/vertx-web/pom.xml | 2 +- pom.xml | 4 ++-- propagation/aws/pom.xml | 2 +- propagation/pom.xml | 2 +- spring-beans/pom.xml | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/brave-tests/pom.xml b/brave-tests/pom.xml index 1d43fb036a..4481001832 100644 --- a/brave-tests/pom.xml +++ b/brave-tests/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/brave/pom.xml b/brave/pom.xml index 02ccd80b5c..ebfd612969 100644 --- a/brave/pom.xml +++ b/brave/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 brave diff --git a/context/log4j12/pom.xml b/context/log4j12/pom.xml index af052f6376..51ac0279d8 100644 --- a/context/log4j12/pom.xml +++ b/context/log4j12/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-context-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/context/log4j2/pom.xml b/context/log4j2/pom.xml index 9c61a95e98..4cc54265b3 100644 --- a/context/log4j2/pom.xml +++ b/context/log4j2/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-context-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/context/pom.xml b/context/pom.xml index f5e7daf848..efd984274b 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -5,7 +5,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 brave-context-parent diff --git a/context/slf4j/pom.xml b/context/slf4j/pom.xml index 07328e1bc6..a17a9015ba 100644 --- a/context/slf4j/pom.xml +++ b/context/slf4j/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-context-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/benchmarks/pom.xml b/instrumentation/benchmarks/pom.xml index a74d35b812..d64da9611a 100644 --- a/instrumentation/benchmarks/pom.xml +++ b/instrumentation/benchmarks/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 brave-instrumentation-benchmarks diff --git a/instrumentation/grpc/pom.xml b/instrumentation/grpc/pom.xml index c507a240c4..01689fd530 100644 --- a/instrumentation/grpc/pom.xml +++ b/instrumentation/grpc/pom.xml @@ -2,7 +2,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/http-tests/pom.xml b/instrumentation/http-tests/pom.xml index f7a7fc5984..73add8b241 100644 --- a/instrumentation/http-tests/pom.xml +++ b/instrumentation/http-tests/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/http/pom.xml b/instrumentation/http/pom.xml index 781fb062d5..8a4ad729c7 100644 --- a/instrumentation/http/pom.xml +++ b/instrumentation/http/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/httpasyncclient/pom.xml b/instrumentation/httpasyncclient/pom.xml index 9f092f8414..6cc4faee14 100644 --- a/instrumentation/httpasyncclient/pom.xml +++ b/instrumentation/httpasyncclient/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/httpclient/pom.xml b/instrumentation/httpclient/pom.xml index 1de2ddcf1d..d0492bfa80 100644 --- a/instrumentation/httpclient/pom.xml +++ b/instrumentation/httpclient/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/jaxrs2/pom.xml b/instrumentation/jaxrs2/pom.xml index 95edc8169f..b1f150ea5d 100644 --- a/instrumentation/jaxrs2/pom.xml +++ b/instrumentation/jaxrs2/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/jersey-server/pom.xml b/instrumentation/jersey-server/pom.xml index 8e4cb70b80..6037a6f09e 100644 --- a/instrumentation/jersey-server/pom.xml +++ b/instrumentation/jersey-server/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/kafka-clients/pom.xml b/instrumentation/kafka-clients/pom.xml index c0e1b5e1ca..6610dd3454 100644 --- a/instrumentation/kafka-clients/pom.xml +++ b/instrumentation/kafka-clients/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/mysql/pom.xml b/instrumentation/mysql/pom.xml index a5ea800df5..648f761129 100644 --- a/instrumentation/mysql/pom.xml +++ b/instrumentation/mysql/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/mysql6/pom.xml b/instrumentation/mysql6/pom.xml index df04c8a13c..71bbc77a10 100644 --- a/instrumentation/mysql6/pom.xml +++ b/instrumentation/mysql6/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/netty-codec-http/pom.xml b/instrumentation/netty-codec-http/pom.xml index b798f8595f..eef93bc845 100644 --- a/instrumentation/netty-codec-http/pom.xml +++ b/instrumentation/netty-codec-http/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/okhttp3/pom.xml b/instrumentation/okhttp3/pom.xml index faedc8a73d..2a052d307c 100644 --- a/instrumentation/okhttp3/pom.xml +++ b/instrumentation/okhttp3/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/p6spy/pom.xml b/instrumentation/p6spy/pom.xml index 4f7432f808..6fffc53fe7 100644 --- a/instrumentation/p6spy/pom.xml +++ b/instrumentation/p6spy/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/pom.xml b/instrumentation/pom.xml index 009392828c..68d5574ddf 100644 --- a/instrumentation/pom.xml +++ b/instrumentation/pom.xml @@ -5,7 +5,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 brave-instrumentation-parent diff --git a/instrumentation/servlet/pom.xml b/instrumentation/servlet/pom.xml index 0e053dd6f6..2928062719 100644 --- a/instrumentation/servlet/pom.xml +++ b/instrumentation/servlet/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/sparkjava/pom.xml b/instrumentation/sparkjava/pom.xml index 650b4d086b..5b74e73490 100644 --- a/instrumentation/sparkjava/pom.xml +++ b/instrumentation/sparkjava/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/spring-web/pom.xml b/instrumentation/spring-web/pom.xml index 7b7fced8f0..8eeab878da 100644 --- a/instrumentation/spring-web/pom.xml +++ b/instrumentation/spring-web/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/spring-webmvc/pom.xml b/instrumentation/spring-webmvc/pom.xml index 8897650ffc..af91be1477 100644 --- a/instrumentation/spring-webmvc/pom.xml +++ b/instrumentation/spring-webmvc/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/instrumentation/vertx-web/pom.xml b/instrumentation/vertx-web/pom.xml index baef749d07..ca2f30a52f 100644 --- a/instrumentation/vertx-web/pom.xml +++ b/instrumentation/vertx-web/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-instrumentation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/pom.xml b/pom.xml index 548a20b1f2..d8851be5dc 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 pom Brave (parent) @@ -31,7 +31,7 @@ https://github.com/openzipkin/brave scm:git:https://github.com/openzipkin/brave.git scm:git:https://github.com/openzipkin/brave.git - HEAD + 4.16.2 diff --git a/propagation/aws/pom.xml b/propagation/aws/pom.xml index 42e6319506..f0192c587c 100644 --- a/propagation/aws/pom.xml +++ b/propagation/aws/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-propagation-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0 diff --git a/propagation/pom.xml b/propagation/pom.xml index ef3a5693f1..f78a86c2eb 100644 --- a/propagation/pom.xml +++ b/propagation/pom.xml @@ -5,7 +5,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 brave-propagation-parent diff --git a/spring-beans/pom.xml b/spring-beans/pom.xml index 6357bf9ca9..4599e9bd58 100644 --- a/spring-beans/pom.xml +++ b/spring-beans/pom.xml @@ -3,7 +3,7 @@ io.zipkin.brave brave-parent - 4.16.2-SNAPSHOT + 4.16.2 4.0.0