Skip to content

Commit

Permalink
Merge pull request Azure#36 from Azure/feature/update_readme
Browse files Browse the repository at this point in the history
update readme to reference newest version
  • Loading branch information
daviddesberg authored Mar 29, 2018
2 parents 2a71a76 + f64bf28 commit 6f0f2c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault</artifactId>
<version>1.1-alpha-1<</version>
<version>1.1-beta-1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-cryptography</artifactId>
<version>1.0.0</version>
<version>1.1-beta-1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-extensions</artifactId>
<version>1.0.0</version>
<version>1.1-beta-1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>1.0.0</version>
<version>1.1-beta-1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-webkey</artifactId>
<version>1.0.0</version>
<version>1.1-beta-1</version>
</dependency>
```

Expand Down

0 comments on commit 6f0f2c2

Please sign in to comment.