Skip to content

Commit

Permalink
Merge pull request Azure#139 from anuchandy/release-1.0.0-beta5
Browse files Browse the repository at this point in the history
Release 1.0.0 beta5
  • Loading branch information
jianghaolu authored Feb 8, 2017
2 parents 4b7e418 + 0662d26 commit 14ad949
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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-beta6-SNAPSHOT"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions azure-client-authentication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'checkstyle'

version = '1.0.0-beta5-SNAPSHOT'
version = '1.0.0-beta6-SNAPSHOT'

checkstyle {
toolVersion = "6.18"
Expand All @@ -21,7 +21,7 @@ checkstyle {

dependencies {
compile 'com.microsoft.azure:adal4j:1.1.2'
compile 'com.microsoft.azure:azure-client-runtime:1.0.0-beta5-SNAPSHOT'
compile 'com.microsoft.azure:azure-client-runtime:1.0.0-beta6-SNAPSHOT'
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-beta6-SNAPSHOT</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-beta6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions azure-client-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
apply plugin: 'java'
apply plugin: 'checkstyle'

version = '1.0.0-beta5-SNAPSHOT'
version = '1.0.0-beta6-SNAPSHOT'

checkstyle {
toolVersion = "6.18"
Expand All @@ -20,7 +20,7 @@ checkstyle {
}

dependencies {
compile 'com.microsoft.rest:client-runtime:1.0.0-beta5-SNAPSHOT'
compile 'com.microsoft.rest:client-runtime:1.0.0-beta6-SNAPSHOT'
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-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-beta6-SNAPSHOT</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-beta6-SNAPSHOT</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-beta6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'checkstyle'

group = 'com.microsoft.rest'
version = '1.0.0-beta5-SNAPSHOT'
version = '1.0.0-beta6-SNAPSHOT'

checkstyle {
toolVersion = "6.18"
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-beta6-SNAPSHOT</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-beta6-SNAPSHOT</version>
<packaging>pom</packaging>

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

0 comments on commit 14ad949

Please sign in to comment.