diff --git a/README.md b/README.md index b590adb9c714f..544d53c5c88a5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ ## Azure Batch Libraries for Java -This README is based on the latest released version Azure Batch SDK (5.0.0). If you are looking for other releases, see the [More Information](#more-information) section below. +This README is based on the latest released version Azure Batch SDK (5.0.1). If you are looking for other releases, see the [More Information](#more-information) section below. The Azure Batch Libraries for Java is a higher-level, object-oriented API for interacting with the Azure Batch service. -> **5.0.0** is a release that supports all features of Azure Batch service with API version "2018-12-01.8.1". We will be adding support for more new features and tweaking the API associated with Azure Batch service newer release. +> **5.0.1** is a release that supports all features of Azure Batch service with API version "2018-12-01.8.1". We will be adding support for more new features and tweaking the API associated with Azure Batch service newer release. **Azure Batch Authentication** @@ -60,15 +60,15 @@ You can find sample code that illustrates Batch usage scenarios in https://githu # Download -**5.0.0** +**5.0.1** -If you are using released builds from 5.0.0, add the following to your POM file: +If you are using released builds from 5.0.1, add the following to your POM file: ```xml com.microsoft.azure azure-batch - 5.0.0 + 5.0.1 com.microsoft.azure @@ -124,7 +124,8 @@ Then run any test in src/test/java directory. | Version | SHA1 | Remarks | |-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------| -| 5.0.0 | [5.0.0](https://github.com/Azure/azure-batch-sdk-for-java/tree/master) | Tagged release for 5.0.0 version of Azure Batch libraries | +| 5.0.1 | [5.0.1](https://github.com/Azure/azure-batch-sdk-for-java/tree/master) | Tagged release for 5.0.1 version of Azure Batch libraries | +| 5.0.0 | [5.0.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v5.0.0) | Tagged release for 5.0.0 version of Azure Batch libraries | | 4.0.1 | [4.0.1](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v4.0.1) | Tagged release for 4.0.1 version of Azure Batch libraries | | 4.0.0 | [4.0.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v4.0.0) | Tagged release for 4.0.0 version of Azure Batch libraries | | 3.2.0 | [3.2.0](https://github.com/Azure/azure-batch-sdk-for-java/releases/tag/v3.2.0) | Tagged release for 3.2.0 version of Azure Batch libraries | diff --git a/changelog.md b/changelog.md index 05a1a4c10ef9a..135b7d7be5d78 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Azure Batch SDK for Java release notes +## Changes in 5.0.1 +### Features +### Fixes + - Fix corrupt signing of 5.0.0 Java SDK binary + ## Changes in 5.0.0 ### Features - **[Breaking]** Removed support for the `ChangeOSVersion` API on `CloudServiceConfiguration` pools. diff --git a/pom.xml b/pom.xml index f6ba2c3d4735f..b1bf380e733c3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,11 @@ license information. --> - 4.0.0 + 5.0.1 com.microsoft.azure azure-batch jar - 4.1.0-SNAPSHOT + 5.1.0-SNAPSHOT Microsoft Azure Batch SDK Root This package contains the root module of Microsoft Azure Batch SDK.