From 162ee532a8df973a12380a87422803ab01715c1a Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Thu, 11 Sep 2025 13:23:56 +0300 Subject: [PATCH] Replace search.maven.org links --- instrumentation/alibaba-druid-1.0/library/README.md | 2 +- .../apache-httpclient/apache-httpclient-4.3/library/README.md | 2 +- instrumentation/armeria/armeria-1.3/library/README.md | 2 +- instrumentation/cassandra/cassandra-4.4/library/README.md | 2 +- .../elasticsearch/elasticsearch-rest-7.0/library/README.md | 2 +- .../jetty-httpclient/jetty-httpclient-12.0/library/README.md | 2 +- .../jetty-httpclient/jetty-httpclient-9.2/library/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/instrumentation/alibaba-druid-1.0/library/README.md b/instrumentation/alibaba-druid-1.0/library/README.md index 3a3931904dd9..badcfd54ac10 100644 --- a/instrumentation/alibaba-druid-1.0/library/README.md +++ b/instrumentation/alibaba-druid-1.0/library/README.md @@ -7,7 +7,7 @@ enabling database connection pool metrics for druid data sources. ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-alibaba-druid-1.0). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-alibaba-druid-1.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/apache-httpclient/apache-httpclient-4.3/library/README.md b/instrumentation/apache-httpclient/apache-httpclient-4.3/library/README.md index f736ab3c4334..60a728ce8ddb 100644 --- a/instrumentation/apache-httpclient/apache-httpclient-4.3/library/README.md +++ b/instrumentation/apache-httpclient/apache-httpclient-4.3/library/README.md @@ -6,7 +6,7 @@ Provides OpenTelemetry instrumentation for the [Apache HttpClient](https://hc.ap ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-apache-httpclient-4.3). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-apache-httpclient-4.3). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/armeria/armeria-1.3/library/README.md b/instrumentation/armeria/armeria-1.3/library/README.md index 038a1c00dc21..71e107994d76 100644 --- a/instrumentation/armeria/armeria-1.3/library/README.md +++ b/instrumentation/armeria/armeria-1.3/library/README.md @@ -7,7 +7,7 @@ and HTTP server spans and metrics. ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-armeria-1.3). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-armeria-1.3). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/cassandra/cassandra-4.4/library/README.md b/instrumentation/cassandra/cassandra-4.4/library/README.md index 3978f3b7468e..d6fd08073233 100644 --- a/instrumentation/cassandra/cassandra-4.4/library/README.md +++ b/instrumentation/cassandra/cassandra-4.4/library/README.md @@ -7,7 +7,7 @@ enabling database client spans and metrics. ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-cassandra-4.4). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-cassandra-4.4). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/elasticsearch/elasticsearch-rest-7.0/library/README.md b/instrumentation/elasticsearch/elasticsearch-rest-7.0/library/README.md index 81f358327c9c..b455d8575bfd 100644 --- a/instrumentation/elasticsearch/elasticsearch-rest-7.0/library/README.md +++ b/instrumentation/elasticsearch/elasticsearch-rest-7.0/library/README.md @@ -7,7 +7,7 @@ enabling database client spans and metrics. ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-elasticsearch-rest-7.0). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-elasticsearch-rest-7.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/jetty-httpclient/jetty-httpclient-12.0/library/README.md b/instrumentation/jetty-httpclient/jetty-httpclient-12.0/library/README.md index ebfd26900c3d..e5c86f7bbbb7 100644 --- a/instrumentation/jetty-httpclient/jetty-httpclient-12.0/library/README.md +++ b/instrumentation/jetty-httpclient/jetty-httpclient-12.0/library/README.md @@ -7,7 +7,7 @@ enabling database client spans and metrics. ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-jetty-httpclient-12.0). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-jetty-httpclient-12.0). For Maven, add to your `pom.xml` dependencies: diff --git a/instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/README.md b/instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/README.md index 866771f6076e..e9a769cc5dcb 100644 --- a/instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/README.md +++ b/instrumentation/jetty-httpclient/jetty-httpclient-9.2/library/README.md @@ -7,7 +7,7 @@ and metrics. ### Add these dependencies to your project -Replace `OPENTELEMETRY_VERSION` with the [latest release](https://search.maven.org/search?q=g:io.opentelemetry.instrumentation%20AND%20a:opentelemetry-jetty-httpclient-9.2). +Replace `OPENTELEMETRY_VERSION` with the [latest release](https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-jetty-httpclient-9.2). For Maven, add to your `pom.xml` dependencies: