File tree Expand file tree Collapse file tree 9 files changed +15
-43
lines changed
azure-android-client-authentication
azure-client-authentication Expand file tree Collapse file tree 9 files changed +15
-43
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
minSdkVersion 15
19
19
targetSdkVersion 23
20
20
versionCode 1
21
- versionName " 1.0.0-SNAPSHOT "
21
+ versionName " 1.0.0-beta3 "
22
22
}
23
23
24
24
buildTypes {
@@ -51,7 +51,7 @@ dependencies {
51
51
compile fileTree(dir : ' libs' , include : [' *.jar' ])
52
52
compile ' com.android.support:appcompat-v7:23.0.1'
53
53
compile ' com.microsoft.aad:adal:1.1.11'
54
- compile ' com.microsoft.azure:azure-client-runtime:1.0.0-SNAPSHOT '
54
+ compile ' com.microsoft.azure:azure-client-runtime:1.0.0-beta3 '
55
55
testCompile ' junit:junit:4.12'
56
56
testCompile ' junit:junit-dep:4.11'
57
57
deployerJars " org.apache.maven.wagon:wagon-ftp:2.10"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
apply plugin : ' java'
11
11
apply plugin : ' checkstyle'
12
12
13
- version = ' 1.0.0-SNAPSHOT '
13
+ version = ' 1.0.0-beta3 '
14
14
15
15
checkstyle {
16
16
toolVersion = " 6.18"
@@ -21,7 +21,7 @@ checkstyle {
21
21
22
22
dependencies {
23
23
compile ' com.microsoft.azure:adal4j:1.1.2'
24
- compile ' com.microsoft.azure:azure-client-runtime:1.0.0-SNAPSHOT '
24
+ compile ' com.microsoft.azure:azure-client-runtime:1.0.0-beta3 '
25
25
testCompile ' junit:junit:4.12'
26
26
testCompile ' junit:junit-dep:4.11'
27
27
deployerJars " org.apache.maven.wagon:wagon-ftp:2.10"
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.microsoft.azure</groupId >
10
10
<artifactId >autorest-clientruntime-for-java</artifactId >
11
- <version >1.0.0-SNAPSHOT </version >
11
+ <version >1.0.0-beta3 </version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
49
49
<dependency >
50
50
<groupId >com.microsoft.azure</groupId >
51
51
<artifactId >azure-client-runtime</artifactId >
52
- <version >1.0.0-SNAPSHOT </version >
52
+ <version >1.0.0-beta3 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >com.microsoft.azure</groupId >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
apply plugin : ' java'
11
11
apply plugin : ' checkstyle'
12
12
13
- version = ' 1.0.0-SNAPSHOT '
13
+ version = ' 1.0.0-beta3 '
14
14
15
15
checkstyle {
16
16
toolVersion = " 6.18"
@@ -20,7 +20,7 @@ checkstyle {
20
20
}
21
21
22
22
dependencies {
23
- compile ' com.microsoft.rest:client-runtime:1.0.0-SNAPSHOT '
23
+ compile ' com.microsoft.rest:client-runtime:1.0.0-beta3 '
24
24
testCompile ' junit:junit:4.12'
25
25
testCompile ' junit:junit-dep:4.11'
26
26
deployerJars " org.apache.maven.wagon:wagon-ftp:2.10"
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.microsoft.azure</groupId >
10
10
<artifactId >autorest-clientruntime-for-java</artifactId >
11
- <version >1.0.0-SNAPSHOT </version >
11
+ <version >1.0.0-beta3 </version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
49
49
<dependency >
50
50
<groupId >com.microsoft.rest</groupId >
51
51
<artifactId >client-runtime</artifactId >
52
- <version >${parent.version} </version >
52
+ <version >1.0.0-beta3 </version >
53
53
</dependency >
54
54
<dependency >
55
55
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.microsoft.azure</groupId >
10
10
<artifactId >autorest-clientruntime-for-java</artifactId >
11
- <version >1.0.0-SNAPSHOT </version >
11
+ <version >1.0.0-beta3 </version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
12
12
apply plugin : ' checkstyle'
13
13
14
14
group = ' com.microsoft.rest'
15
- version = ' 1.0.0-SNAPSHOT '
15
+ version = ' 1.0.0-beta3 '
16
16
17
17
checkstyle {
18
18
toolVersion = " 6.18"
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.microsoft.azure</groupId >
10
10
<artifactId >autorest-clientruntime-for-java</artifactId >
11
- <version >1.0.0-SNAPSHOT </version >
11
+ <version >1.0.0-beta3 </version >
12
12
<relativePath >../pom.xml</relativePath >
13
13
</parent >
14
14
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.microsoft.azure</groupId >
10
10
<artifactId >autorest-clientruntime-for-java</artifactId >
11
- <version >1.0.0-SNAPSHOT </version >
11
+ <version >1.0.0-beta3 </version >
12
12
<packaging >pom</packaging >
13
13
14
14
<name >AutoRest Client Runtimes for Java</name >
41
41
</developer >
42
42
</developers >
43
43
44
- <repositories >
45
- <repository >
46
- <id >ossrh</id >
47
- <name >Sonatype Snapshots</name >
48
- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
49
- <layout >default</layout >
50
- <snapshots >
51
- <enabled >true</enabled >
52
- <updatePolicy >always</updatePolicy >
53
- </snapshots >
54
- </repository >
55
- </repositories >
56
-
57
- <distributionManagement >
58
- <snapshotRepository >
59
- <id >ossrh</id >
60
- <name >Maven Central Snapshots</name >
61
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
62
- <uniqueVersion >true</uniqueVersion >
63
- <layout >default</layout >
64
- </snapshotRepository >
65
- <repository >
66
- <id >ossrh</id >
67
- <name >Maven Central</name >
68
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
69
- </repository >
70
- </distributionManagement >
71
-
72
44
<dependencyManagement >
73
45
<dependencies >
74
46
<dependency >
150
122
<dependency >
151
123
<groupId >com.microsoft.azure</groupId >
152
124
<artifactId >autorest-build-tools</artifactId >
153
- <version >1.0.0-SNAPSHOT </version >
125
+ <version >1.0.0-beta3 </version >
154
126
</dependency >
155
127
<dependency >
156
128
<groupId >com.puppycrawl.tools</groupId >
You can’t perform that action at this time.
0 commit comments