From 393714d6c24d384694cdffebb43b02c49a70c202 Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Fri, 22 Oct 2021 15:25:25 -0700 Subject: [PATCH] Bumping versions to 1.0.0-M12 --- benchmarks/pom.xml | 2 +- docs/pom.xml | 2 +- pom.xml | 2 +- spring-cloud-sleuth-otel-autoconfigure/pom.xml | 2 +- spring-cloud-sleuth-otel-dependencies/pom.xml | 2 +- spring-cloud-sleuth-otel/pom.xml | 2 +- tests/common/pom.xml | 2 +- tests/otel/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-async-tests/pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-baggage-tests/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-feign-tests/pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-gateway-tests/pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-messaging-tests/pom.xml | 2 +- .../otel/spring-cloud-sleuth-instrumentation-mvc-tests/pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-quartz-tests/pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-reactor-tests/pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-rxjava-tests/pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-sleuth-instrumentation-webflux-tests/pom.xml | 2 +- .../spring-cloud-sleuth-multiple-tracers-otel-tests/pom.xml | 2 +- tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml | 2 +- tests/pom.xml | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index 635cf4b..8f6beb6 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -22,7 +22,7 @@ Benchmarks Benchmarks (JMH) org.springframework.cloud - 1.0.0-SNAPSHOT + 1.0.0-M12 otel-benchmarks diff --git a/docs/pom.xml b/docs/pom.xml index b0094a8..dcb028a 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -21,7 +21,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 .. spring-cloud-sleuth-otel-docs diff --git a/pom.xml b/pom.xml index 3b22085..dfb9e9e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 spring-cloud-sleuth-otel-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 pom Spring Cloud Sleuth OTel Spring Cloud Sleuth OTel diff --git a/spring-cloud-sleuth-otel-autoconfigure/pom.xml b/spring-cloud-sleuth-otel-autoconfigure/pom.xml index fd68019..3ca81fd 100644 --- a/spring-cloud-sleuth-otel-autoconfigure/pom.xml +++ b/spring-cloud-sleuth-otel-autoconfigure/pom.xml @@ -31,7 +31,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/spring-cloud-sleuth-otel-dependencies/pom.xml b/spring-cloud-sleuth-otel-dependencies/pom.xml index 31fb03f..7bc4252 100644 --- a/spring-cloud-sleuth-otel-dependencies/pom.xml +++ b/spring-cloud-sleuth-otel-dependencies/pom.xml @@ -26,7 +26,7 @@ spring-cloud-sleuth-otel-dependencies - 1.0.0-SNAPSHOT + 1.0.0-M12 pom spring-cloud-sleuth-otel-dependencies Spring Cloud Sleuth OTel Dependencies diff --git a/spring-cloud-sleuth-otel/pom.xml b/spring-cloud-sleuth-otel/pom.xml index d150821..1f463de 100644 --- a/spring-cloud-sleuth-otel/pom.xml +++ b/spring-cloud-sleuth-otel/pom.xml @@ -28,7 +28,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/common/pom.xml b/tests/common/pom.xml index 86cc137..34dc6f7 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/pom.xml b/tests/otel/pom.xml index 7bba73d..2f7a0a1 100644 --- a/tests/otel/pom.xml +++ b/tests/otel/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-annotation-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-annotation-tests/pom.xml index bb04c99..2e67625 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-annotation-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-annotation-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-async-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-async-tests/pom.xml index 48dbaf1..28c820c 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-async-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-async-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-baggage-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-baggage-tests/pom.xml index d9b8584..90cb2fd 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-baggage-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-baggage-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-circuitbreaker-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-circuitbreaker-tests/pom.xml index 1c52bab..929ccf8 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-circuitbreaker-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-circuitbreaker-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-feign-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-feign-tests/pom.xml index da21450..bf17658 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-feign-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-feign-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-gateway-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-gateway-tests/pom.xml index 15fc31a..1a89e8e 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-gateway-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-gateway-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-messaging-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-messaging-tests/pom.xml index 5088cbd..386d0bc 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-messaging-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-messaging-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-mvc-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-mvc-tests/pom.xml index c3cbed8..a174734 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-mvc-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-mvc-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-quartz-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-quartz-tests/pom.xml index 9152785..f60264d 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-quartz-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-quartz-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-reactor-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-reactor-tests/pom.xml index 5e75bba..eaf2655 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-reactor-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-reactor-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-rxjava-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-rxjava-tests/pom.xml index 4565c96..4f462ab 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-rxjava-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-rxjava-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-scheduling-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-scheduling-tests/pom.xml index 328b005..ef75aeb 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-scheduling-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-scheduling-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-instrumentation-webflux-tests/pom.xml b/tests/otel/spring-cloud-sleuth-instrumentation-webflux-tests/pom.xml index ebceb2e..a168b2e 100644 --- a/tests/otel/spring-cloud-sleuth-instrumentation-webflux-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-instrumentation-webflux-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-multiple-tracers-otel-tests/pom.xml b/tests/otel/spring-cloud-sleuth-multiple-tracers-otel-tests/pom.xml index 9765898..8bdb346 100644 --- a/tests/otel/spring-cloud-sleuth-multiple-tracers-otel-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-multiple-tracers-otel-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml b/tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml index 26b9d8e..404b548 100644 --- a/tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml +++ b/tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-tests - 1.0.0-SNAPSHOT + 1.0.0-M12 .. diff --git a/tests/pom.xml b/tests/pom.xml index eb1b500..2be1274 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -30,7 +30,7 @@ org.springframework.cloud spring-cloud-sleuth-otel-parent - 1.0.0-SNAPSHOT + 1.0.0-M12 ..