We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41989b commit febb0baCopy full SHA for febb0ba
README.adoc
@@ -415,7 +415,7 @@ Go to root project's `pom.xml` and update the properties to point to proper depe
415
$ otelVersion="1.0.0-M8" && ./mvnw versions:set -DnewVersion="${otelVersion}" -DgenerateBackupPoms=false && pushd spring-cloud-sleuth-otel-dependencies && ../mvnw versions:set -DnewVersion="${otelVersion}" -DgenerateBackupPoms=false && popd && pushd benchmarks && ../mvnw versions:set -DnewVersion="${otelVersion}" -DgenerateBackupPoms=false && popd
416
```
417
418
-IMPORTANT: Notice that we have to update the `otel-dependencies` module manually.
+IMPORTANT: Notice that we have to update the `otel-dependencies` and `benchmarks` modules manually.
419
420
=== Build the project
421
0 commit comments