diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index 24310c4..2e718a7 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-M4
otel-benchmarks
diff --git a/docs/pom.xml b/docs/pom.xml
index b24fb9c..5ad1c4a 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-M4
..
spring-cloud-sleuth-otel-docs
diff --git a/pom.xml b/pom.xml
index 5ef08a8..6ab853e 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-M4
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 56cd114..0f16d8e 100644
--- a/spring-cloud-sleuth-otel-autoconfigure/pom.xml
+++ b/spring-cloud-sleuth-otel-autoconfigure/pom.xml
@@ -28,7 +28,7 @@
org.springframework.cloud
spring-cloud-sleuth-otel-parent
- 1.0.0-SNAPSHOT
+ 1.0.0-M4
..
diff --git a/spring-cloud-sleuth-otel-dependencies/pom.xml b/spring-cloud-sleuth-otel-dependencies/pom.xml
index a90650a..6194234 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-M4
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..4233c09 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-M4
..
diff --git a/tests/common/pom.xml b/tests/common/pom.xml
index 80f2468..f0e260b 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-M4
..
diff --git a/tests/otel/pom.xml b/tests/otel/pom.xml
index 9533f78..6b057c3 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-M4
..
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..237f67f 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-M4
..
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..138c329 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-M4
..
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 37decf3..55af31b 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-M4
..
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..8bfcfa1 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-M4
..
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..1a20b2f 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-M4
..
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..2d22aea 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-M4
..
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..480669b 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-M4
..
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..cb6c8c4 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-M4
..
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..bd3261f 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-M4
..
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..739f014 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-M4
..
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..8b7bf4b 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-M4
..
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..1bd3fb4 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-M4
..
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..54d9e73 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-M4
..
diff --git a/tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml b/tests/otel/spring-cloud-sleuth-zipkin-tests/pom.xml
index 26b9d8e..e5eabf0 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-M4
..
diff --git a/tests/pom.xml b/tests/pom.xml
index eb1b500..96b847a 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-M4
..