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