Skip to content

Commit

Permalink
Fix version tag for exporter (#27378)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar authored Mar 1, 2022
1 parent 53b7867 commit d766ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/tools/azure-sdk-build-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-opentelemetry-exporter</artifactId> <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-exporter;dependency} -->
<version>1.0.0-beta.5</version>
<artifactId>azure-monitor-opentelemetry-exporter</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-exporter;dependency} -->
</dependency>

<!-- Unit Test -->
Expand Down

0 comments on commit d766ce2

Please sign in to comment.