From bb4dce7c4a63de73e0f6c3948c44aacbf5278d5b Mon Sep 17 00:00:00 2001 From: Jianghao Lu Date: Wed, 29 Jun 2016 13:57:15 -0700 Subject: [PATCH] Bump up version numbers for beta2 release --- azure-batch/pom.xml | 4 ++-- azure-mgmt-compute/pom.xml | 16 ++++++++-------- azure-mgmt-datalake-analytics/pom.xml | 17 +++++++++-------- azure-mgmt-datalake-store-uploader/pom.xml | 15 ++++++++------- azure-mgmt-datalake-store/pom.xml | 7 ++++--- azure-mgmt-network/pom.xml | 6 +++--- azure-mgmt-resources/pom.xml | 4 ++-- azure-mgmt-storage/pom.xml | 6 +++--- azure-mgmt-website/pom.xml | 9 +++++---- azure-samples/pom.xml | 12 ++++++------ azure/pom.xml | 14 +++++++------- pom.xml | 4 ++-- .../build.gradle | 4 ++-- .../azure-client-authentication/build.gradle | 4 ++-- runtimes/azure-client-authentication/pom.xml | 4 ++-- runtimes/azure-client-runtime/build.gradle | 4 ++-- runtimes/azure-client-runtime/pom.xml | 2 +- runtimes/build-tools/pom.xml | 2 +- runtimes/client-runtime/build.gradle | 2 +- runtimes/client-runtime/pom.xml | 2 +- runtimes/pom.xml | 4 ++-- 21 files changed, 73 insertions(+), 69 deletions(-) diff --git a/azure-batch/pom.xml b/azure-batch/pom.xml index fac5f9a52e9b..b58437b7a844 100644 --- a/azure-batch/pom.xml +++ b/azure-batch/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 commons-codec diff --git a/azure-mgmt-compute/pom.xml b/azure-mgmt-compute/pom.xml index 54cf78c83137..2f61687882c4 100644 --- a/azure-mgmt-compute/pom.xml +++ b/azure-mgmt-compute/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,22 +49,22 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 - ${project.groupId} + com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 - ${project.groupId} + com.microsoft.azure azure-mgmt-storage - 1.0.0-SNAPSHOT + 1.0.0-beta2 - ${project.groupId} + com.microsoft.azure azure-mgmt-network - 1.0.0-SNAPSHOT + 1.0.0-beta2 junit diff --git a/azure-mgmt-datalake-analytics/pom.xml b/azure-mgmt-datalake-analytics/pom.xml index 7f4442405549..27f685ae9a4f 100644 --- a/azure-mgmt-datalake-analytics/pom.xml +++ b/azure-mgmt-datalake-analytics/pom.xml @@ -8,12 +8,13 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml azure-mgmt-datalake-analytics jar + 1.0.0-beta1.1 Microsoft Azure SDK for Data Lake Analytics Management This package contains Microsoft Azure Data Lake Analytics Management SDK. @@ -49,24 +50,24 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 - ${project.groupId} + com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 test - ${project.groupId} + com.microsoft.azure azure-mgmt-datalake-store - 1.0.0-SNAPSHOT + 1.0.0-beta1.1 test - ${project.groupId} + com.microsoft.azure azure-mgmt-storage - 1.0.0-SNAPSHOT + 1.0.0-beta2 test diff --git a/azure-mgmt-datalake-store-uploader/pom.xml b/azure-mgmt-datalake-store-uploader/pom.xml index 20c325851f63..0fb5797e7b74 100644 --- a/azure-mgmt-datalake-store-uploader/pom.xml +++ b/azure-mgmt-datalake-store-uploader/pom.xml @@ -8,12 +8,13 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml azure-mgmt-datalake-store-uploader jar + 1.0.0-beta1.1 Microsoft Azure SDK for Data Lake Store Data Uploading This package contains Microsoft Azure Data Lake Store Uploader SDK, which enables rapid ingress of data into Azure Data Lake Storage accounts @@ -49,17 +50,17 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 - ${project.groupId} + com.microsoft.azure azure-mgmt-datalake-store - ${project.version} + 1.0.0-beta1.1 - ${project.groupId} + com.microsoft.azure azure-mgmt-resources - ${project.version} + 1.0.0-beta2 test @@ -70,7 +71,7 @@ com.microsoft.azure azure-client-authentication - 1.0.0-SNAPSHOT + 1.0.0-beta2 test diff --git a/azure-mgmt-datalake-store/pom.xml b/azure-mgmt-datalake-store/pom.xml index 81c37c6da92f..ab2c9df69757 100644 --- a/azure-mgmt-datalake-store/pom.xml +++ b/azure-mgmt-datalake-store/pom.xml @@ -8,12 +8,13 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml azure-mgmt-datalake-store jar + 1.0.0-beta1.1 Microsoft Azure SDK for Data Lake Store Management This package contains Microsoft Azure Data Lake Store Management SDK. @@ -49,12 +50,12 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 test diff --git a/azure-mgmt-network/pom.xml b/azure-mgmt-network/pom.xml index c18033a48316..0ad2b4225fdf 100644 --- a/azure-mgmt-network/pom.xml +++ b/azure-mgmt-network/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,12 +49,12 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 junit diff --git a/azure-mgmt-resources/pom.xml b/azure-mgmt-resources/pom.xml index c224c53acc8e..0f6a60b4f6cc 100644 --- a/azure-mgmt-resources/pom.xml +++ b/azure-mgmt-resources/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 junit diff --git a/azure-mgmt-storage/pom.xml b/azure-mgmt-storage/pom.xml index 10f7d0f4e229..8b2eed1b15c8 100644 --- a/azure-mgmt-storage/pom.xml +++ b/azure-mgmt-storage/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,12 +49,12 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 junit diff --git a/azure-mgmt-website/pom.xml b/azure-mgmt-website/pom.xml index 2f164369f09c..7f5d4e8f1430 100644 --- a/azure-mgmt-website/pom.xml +++ b/azure-mgmt-website/pom.xml @@ -8,12 +8,13 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml azure-mgmt-website jar + 1.0.0-beta1.1 Microsoft Azure SDK for Website Management This package contains Microsoft Azure Website Management SDK. @@ -49,12 +50,12 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 - ${project.groupId} + com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 test diff --git a/azure-samples/pom.xml b/azure-samples/pom.xml index 600911023d7c..b80c8d4d5498 100644 --- a/azure-samples/pom.xml +++ b/azure-samples/pom.xml @@ -11,7 +11,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -52,27 +52,27 @@ com.microsoft.azure azure - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-storage - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-network - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-compute - 1.0.0-SNAPSHOT + 1.0.0-beta2 \ No newline at end of file diff --git a/azure/pom.xml b/azure/pom.xml index 3695262170a5..17a43e9d2cab 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure azure-parent - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,32 +49,32 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-client-authentication - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-resources - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-storage - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-network - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure azure-mgmt-compute - 1.0.0-SNAPSHOT + 1.0.0-beta2 junit diff --git a/pom.xml b/pom.xml index 32f6770ed5f5..114c605ec683 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.microsoft.azure - 1.0.0-SNAPSHOT + 1.0.0-beta2 azure-parent pom @@ -106,7 +106,7 @@ com.microsoft.azure autorest-build-tools - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.puppycrawl.tools diff --git a/runtimes/azure-android-client-authentication/build.gradle b/runtimes/azure-android-client-authentication/build.gradle index 2651d8389383..c557f363b009 100644 --- a/runtimes/azure-android-client-authentication/build.gradle +++ b/runtimes/azure-android-client-authentication/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 15 targetSdkVersion 23 versionCode 1 - versionName "1.0.0-SNAPSHOT" + versionName "1.0.0-beta2" } buildTypes { @@ -51,7 +51,7 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.0.1' compile 'com.microsoft.aad:adal:1.1.11' - compile 'com.microsoft.azure:azure-client-runtime:1.0.0-SNAPSHOT' + compile 'com.microsoft.azure:azure-client-runtime:1.0.0-beta2' testCompile 'junit:junit:4.12' testCompile 'junit:junit-dep:4.11' deployerJars "org.apache.maven.wagon:wagon-ftp:2.10" diff --git a/runtimes/azure-client-authentication/build.gradle b/runtimes/azure-client-authentication/build.gradle index 2b40ada004e0..f22be08ed8d0 100644 --- a/runtimes/azure-client-authentication/build.gradle +++ b/runtimes/azure-client-authentication/build.gradle @@ -10,7 +10,7 @@ buildscript { apply plugin: 'java' apply plugin: 'checkstyle' -version = '1.0.0-SNAPSHOT' +version = '1.0.0-beta2' checkstyle { toolVersion = "6.18" @@ -21,7 +21,7 @@ checkstyle { dependencies { compile 'com.microsoft.azure:adal4j:1.1.2' - compile 'com.microsoft.azure:azure-client-runtime:1.0.0-SNAPSHOT' + compile 'com.microsoft.azure:azure-client-runtime:1.0.0-beta2' testCompile 'junit:junit:4.12' testCompile 'junit:junit-dep:4.11' deployerJars "org.apache.maven.wagon:wagon-ftp:2.10" diff --git a/runtimes/azure-client-authentication/pom.xml b/runtimes/azure-client-authentication/pom.xml index 47582ca1eaa8..ecc305c3eced 100644 --- a/runtimes/azure-client-authentication/pom.xml +++ b/runtimes/azure-client-authentication/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.microsoft.azure diff --git a/runtimes/azure-client-runtime/build.gradle b/runtimes/azure-client-runtime/build.gradle index 5c29359536ab..a65f3dc196df 100644 --- a/runtimes/azure-client-runtime/build.gradle +++ b/runtimes/azure-client-runtime/build.gradle @@ -10,7 +10,7 @@ buildscript { apply plugin: 'java' apply plugin: 'checkstyle' -version = '1.0.0-SNAPSHOT' +version = '1.0.0-beta2' checkstyle { toolVersion = "6.18" @@ -20,7 +20,7 @@ checkstyle { } dependencies { - compile 'com.microsoft.rest:client-runtime:1.0.0-SNAPSHOT' + compile 'com.microsoft.rest:client-runtime:1.0.0-beta2' testCompile 'junit:junit:4.12' testCompile 'junit:junit-dep:4.11' deployerJars "org.apache.maven.wagon:wagon-ftp:2.10" diff --git a/runtimes/azure-client-runtime/pom.xml b/runtimes/azure-client-runtime/pom.xml index 98d91b43e802..9bc18f1f83d9 100644 --- a/runtimes/azure-client-runtime/pom.xml +++ b/runtimes/azure-client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml diff --git a/runtimes/build-tools/pom.xml b/runtimes/build-tools/pom.xml index d540f8f5e698..e94e7bf4f6ce 100644 --- a/runtimes/build-tools/pom.xml +++ b/runtimes/build-tools/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml diff --git a/runtimes/client-runtime/build.gradle b/runtimes/client-runtime/build.gradle index 73750c0d3d93..a633beff14bc 100644 --- a/runtimes/client-runtime/build.gradle +++ b/runtimes/client-runtime/build.gradle @@ -12,7 +12,7 @@ apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'checkstyle' group = 'com.microsoft.rest' -version = '1.0.0-SNAPSHOT' +version = '1.0.0-beta2' checkstyle { toolVersion = "6.18" diff --git a/runtimes/client-runtime/pom.xml b/runtimes/client-runtime/pom.xml index e63a421434b3..b8d26493b263 100644 --- a/runtimes/client-runtime/pom.xml +++ b/runtimes/client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-SNAPSHOT + 1.0.0-beta2 ../pom.xml diff --git a/runtimes/pom.xml b/runtimes/pom.xml index aa77260c5893..35c9c37b662c 100644 --- a/runtimes/pom.xml +++ b/runtimes/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-SNAPSHOT + 1.0.0-beta2 pom AutoRest Client Runtimes for Java @@ -140,7 +140,7 @@ com.microsoft.azure autorest-build-tools - 1.0.0-SNAPSHOT + 1.0.0-beta2 com.puppycrawl.tools