diff --git a/azure-android-client-authentication/build.gradle b/azure-android-client-authentication/build.gradle index 2651d83893..64fe54be63 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-SNAPSHOT" + versionName "1.0.0-beta3" } 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-beta3' 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/build.gradle b/azure-client-authentication/build.gradle index 65c1c86a20..c4d14c9b04 100644 --- a/azure-client-authentication/build.gradle +++ b/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-beta3' 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-beta3' 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 47582ca1ea..8dde9f4e3f 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-SNAPSHOT + 1.0.0-beta3 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.azure azure-client-runtime - 1.0.0-SNAPSHOT + 1.0.0-beta3 com.microsoft.azure diff --git a/azure-client-runtime/build.gradle b/azure-client-runtime/build.gradle index db64fd0b46..1c9effa559 100644 --- a/azure-client-runtime/build.gradle +++ b/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-beta3' 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-beta3' 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-runtime/pom.xml b/azure-client-runtime/pom.xml index 98d91b43e8..1d3e31fd48 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-SNAPSHOT + 1.0.0-beta3 ../pom.xml @@ -49,7 +49,7 @@ com.microsoft.rest client-runtime - ${parent.version} + 1.0.0-beta3 junit diff --git a/build-tools/pom.xml b/build-tools/pom.xml index d540f8f5e6..87cb437748 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-SNAPSHOT + 1.0.0-beta3 ../pom.xml diff --git a/client-runtime/build.gradle b/client-runtime/build.gradle index d64308d3b3..0935baec32 100644 --- a/client-runtime/build.gradle +++ b/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-beta3' checkstyle { toolVersion = "6.18" diff --git a/client-runtime/pom.xml b/client-runtime/pom.xml index 042de93fc9..bef1f3346f 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-SNAPSHOT + 1.0.0-beta3 ../pom.xml diff --git a/pom.xml b/pom.xml index 5255bc70f9..6fb79891e0 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.microsoft.azure autorest-clientruntime-for-java - 1.0.0-SNAPSHOT + 1.0.0-beta3 pom AutoRest Client Runtimes for Java @@ -41,34 +41,6 @@ - - - ossrh - Sonatype Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - default - - true - always - - - - - - - ossrh - Maven Central Snapshots - https://oss.sonatype.org/content/repositories/snapshots - true - default - - - ossrh - Maven Central - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - @@ -150,7 +122,7 @@ com.microsoft.azure autorest-build-tools - 1.0.0-SNAPSHOT + 1.0.0-beta3 com.puppycrawl.tools