diff --git a/README.md b/README.md index 4a0e5dae5a0a..e9878795014e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ #Azure Management Libraries for Java -This README is based on the latest released preview version (1.0.0-beta2). If you are looking for other releases, see [More Information](#more-information) +This README is based on the latest released preview version (1.0.0-beta3). If you are looking for other releases, see [More Information](#more-information) The Azure Management Libraries for Java is a higher-level, object-oriented API for managing Azure resources. -> **1.0.0-beta2** is a developer preview that supports major parts of Azure Compute, Storage, Networking and Resource Manager. The next preview version of the Azure Management Libraries for Java is a work in-progress. We will be adding support for more Azure services and tweaking the API over the next few months. +> **1.0.0-beta3** is a developer preview that supports major parts of Azure Compute, Storage, Networking, Resource Manager, Key Vault and Batch. The next preview version of the Azure Management Libraries for Java is a work in-progress. We will be adding support for more Azure services and tweaking the API over the next few months. **Azure Authentication** @@ -103,61 +103,16 @@ You can find plenty of sample code that illustrates management scenarios in Azur # Download - -**1.0.0-beta2** - -If you are using released builds from 1.0.0-beta2, add the following to your POM file: - -```xml - - com.microsoft.azure - azure - 1.0.0-beta2 - -``` - -or Gradle: - - compile group: 'com.microsoft.azure', name: 'azure', version: '1.0.0-beta2' - -**Snapshots builds for this repo** - -If you are using snapshots builds for this repo, add the following repository and dependency to your POM file: - -```xml - - - ossrh - Sonatype Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - default - - true - always - - - -``` +To use the released builds from 1.0.0-beta3, add the following to your POM file: ```xml com.microsoft.azure azure - 1.0.0-SNAPSHOT + 1.0.0-beta3 ``` -or Gradle: -```groovy -repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } - .... -} -``` - - - compile group: 'com.microsoft.azure', name: 'azure', version: '1.0.0-SNAPSHOTS' - #Pre-requisites - A Java Developer Kit (JDK), v 1.7 or later @@ -187,6 +142,7 @@ If you would like to become an active contributor to this project please follow | Version | SHA1 | Remarks | |-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------| +| 1.0.0-beta2 | [1.0.0-beta2](https://github.com/Azure/azure-sdk-for-java/tree/v1.0.0-beta2) | Tagged release for 1.0.0-beta2 version of Azure management libraries | | 1.0.0-beta1 | [1.0.0-beta1](https://github.com/Azure/azure-sdk-for-java/tree/1.0.0-beta1) | Maintenance branch for AutoRest generated raw clients | | 1.0.0-beta1+fixes | [v1.0.0-beta1+fixes](https://github.com/Azure/azure-sdk-for-java/tree/v1.0.0-beta1+fixes) | Stable build for AutoRest generated raw clients | | 0.9.x-SNAPSHOTS | [0.9](https://github.com/Azure/azure-sdk-for-java/tree/0.9) | Maintenance branch for service management libraries |