Skip to content

Commit

Permalink
Merge pull request #20041 from ebullient/micrometer-docs
Browse files Browse the repository at this point in the history
Micrometer: fix quarkiverse groupId in docs
  • Loading branch information
geoand committed Sep 10, 2021
2 parents 4554fcd + 33617c2 commit cd9e42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/micrometer.adoc
Expand Up @@ -475,7 +475,7 @@ To use the Micrometer StackDriver MeterRegistry, for example, you would use the
[source,xml]
----
<dependency>
<groupId>io.quarkiverse</groupId>
<groupId>io.quarkiverse.micrometer.registry</groupId>
<artifactId>quarkus-micrometer-registry-stackdriver</artifactId>
</dependency>
----
Expand Down

0 comments on commit cd9e42c

Please sign in to comment.