From 682974ff47e9eb1b0968396a3b67a8cbea748493 Mon Sep 17 00:00:00 2001 From: Jianghao Lu Date: Fri, 6 Jan 2017 17:56:29 -0800 Subject: [PATCH] [release] Bump up versions to beta4.1 --- azure-android-client-authentication/build.gradle | 4 ++-- azure-client-authentication/pom.xml | 4 ++-- azure-client-runtime/pom.xml | 4 ++-- build-tools/pom.xml | 2 +- client-runtime/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-android-client-authentication/build.gradle b/azure-android-client-authentication/build.gradle index f7826a06e5..cad119d8ca 100644 --- a/azure-android-client-authentication/build.gradle +++ b/azure-android-client-authentication/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 15 targetSdkVersion 23 versionCode 1 - versionName "1.0.0-beta5-SNAPSHOT" + versionName "1.0.0-beta4.1" } 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-beta2' + compile 'com.microsoft.azure:azure-client-runtime:1.0.0-beta4.1' testCompile 'junit:junit:4.12' testCompile 'junit:junit-dep:4.11' deployerJars "org.apache.maven.wagon:wagon-ftp:2.10" diff --git a/azure-client-authentication/pom.xml b/azure-client-authentication/pom.xml index 0a471f3115..ed17e021f6 100644 --- a/azure-client-authentication/pom.xml +++ b/azure-client-authentication/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.azure azure-client-runtime - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 com.microsoft.azure diff --git a/azure-client-runtime/pom.xml b/azure-client-runtime/pom.xml index 501cdb9959..1da450c41d 100644 --- a/azure-client-runtime/pom.xml +++ b/azure-client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.rest client-runtime - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 junit diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 4c49b7dc57..59885a260d 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 ../pom.xml diff --git a/client-runtime/pom.xml b/client-runtime/pom.xml index 10f8a5f252..1b377fb36d 100644 --- a/client-runtime/pom.xml +++ b/client-runtime/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 ../pom.xml diff --git a/pom.xml b/pom.xml index c8bd4469ae..417daf0b2a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 pom AutoRest Client Runtimes for Java @@ -132,7 +132,7 @@ com.microsoft.azure autorest-build-tools - 1.0.0-beta5-SNAPSHOT + 1.0.0-beta4.1 com.puppycrawl.tools