Skip to content

Commit

Permalink
Identity preview 1 version bump (#4170)
Browse files Browse the repository at this point in the history
* Identity preview 1 version bump

* Dummy commit
  • Loading branch information
jianghaolu authored Jun 28, 2019
1 parent a4ae453 commit e60c7ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>${version}</version>
<version>1.0.0-preview.1</version>
</dependency>
<!-- Not required for jacoco test coverage report -->
<!-- <dependency>-->
<!-- <groupId>com.azure</groupId>-->
<!-- <artifactId>azure-core-test</artifactId>-->
<!-- <version>${version}</version>-->
<!-- <version>1.0.0-preview.1</version>-->
<!-- </dependency>-->
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion identity/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>

<parent>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion keyvault/client/keys/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion keyvault/client/secrets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-preview.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit e60c7ab

Please sign in to comment.