Skip to content

Commit

Permalink
Keyvault cryptography beta3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Nov 10, 2016
1 parent faca7a5 commit 32ac05f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-keyvault-cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.0.0-beta4-SNAPSHOT</version>
<version>1.0.0-beta3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>azure-keyvault-cryptography</artifactId>
<packaging>jar</packaging>
<version>1.0.0-beta3.1</version>

<name>Microsoft Azure SDK for Key Vault Cryptography</name>
<description>This package contains Microsoft Azure SDK for Key Vault Cryptography.</description>
Expand Down Expand Up @@ -57,12 +58,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>1.0.0-beta4-SNAPSHOT</version>
<version>1.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-webkey</artifactId>
<version>1.0.0-beta4-SNAPSHOT</version>
<version>1.0.0-beta3</version>
</dependency>
</dependencies>
</project>

0 comments on commit 32ac05f

Please sign in to comment.