Skip to content

Commit

Permalink
[release] Bump up versions to beta4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Jan 7, 2017
1 parent 86f1d6f commit 682974f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions azure-android-client-authentication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0.0-beta5-SNAPSHOT"
versionName "1.0.0-beta4.1"
}

buildTypes {
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions azure-client-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions azure-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-clientruntime-for-java</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
<packaging>pom</packaging>

<name>AutoRest Client Runtimes for Java</name>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>1.0.0-beta5-SNAPSHOT</version>
<version>1.0.0-beta4.1</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 682974f

Please sign in to comment.