Skip to content

Commit

Permalink
Fix instrumentation annotations reference (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg authored Aug 22, 2022
1 parent 987c708 commit 3e38802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/instrumentation/java/automatic/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library to use the `@WithSpan` annotation.
<dependency>
<groupId>io.opentelemetry.instrumentation</groupId>
<artifactId>opentelemetry-instrumentation-annotations</artifactId>
<version>1.17.0</version>
<version>1.17.0-alpha</version>
</dependency>
</dependencies>
```
Expand All @@ -31,7 +31,7 @@ library to use the `@WithSpan` annotation.

```groovy
dependencies {
implementation('io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.17.0')
implementation('io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:1.17.0-alpha')
}
```

Expand Down

0 comments on commit 3e38802

Please sign in to comment.