Skip to content

Commit

Permalink
core interdependencies should be using current (#7110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Jan 4, 2020
1 parent 794c146 commit ac9e65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-tracing-opencensus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.2.0</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
<version>1.2.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-tracing-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.2.0</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
<version>1.2.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<!--test dependencies -->
Expand Down

0 comments on commit ac9e65f

Please sign in to comment.