Skip to content

Commit 1d95974

Browse files
sunchunqiangminbi
authored andcommitted
[bump version 2.12.6]
1 parent 45adb53 commit 1d95974

File tree

44 files changed

+182
-264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+182
-264
lines changed

aws-android-sdk-apigateway-core/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-apigateway-core</artifactId>
@@ -12,15 +10,15 @@
1210
<parent>
1311
<groupId>com.amazonaws</groupId>
1412
<artifactId>aws-android-sdk-pom</artifactId>
15-
<version>2.12.5</version>
13+
<version>2.12.6</version>
1614
</parent>
1715

1816
<dependencies>
1917
<dependency>
2018
<groupId>com.amazonaws</groupId>
2119
<artifactId>aws-android-sdk-core</artifactId>
2220
<optional>false</optional>
23-
<version>2.12.5</version>
21+
<version>2.12.6</version>
2422
</dependency>
2523
</dependencies>
2624

@@ -36,4 +34,4 @@
3634
</plugin>
3735
</plugins>
3836
</build>
39-
</project>
37+
</project>

aws-android-sdk-auth-core/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-auth-core</artifactId>
@@ -21,15 +19,15 @@
2119
<parent>
2220
<groupId>com.amazonaws</groupId>
2321
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.12.5</version>
22+
<version>2.12.6</version>
2523
</parent>
2624

2725
<dependencies>
2826
<dependency>
2927
<groupId>com.amazonaws</groupId>
3028
<artifactId>aws-android-sdk-core</artifactId>
3129
<optional>false</optional>
32-
<version>2.12.5</version>
30+
<version>2.12.6</version>
3331
</dependency>
3432

3533
<dependency>
@@ -66,4 +64,4 @@
6664
</plugin>
6765
</plugins>
6866
</build>
69-
</project>
67+
</project>

aws-android-sdk-auth-facebook/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-auth-facebook</artifactId>
@@ -21,7 +19,7 @@
2119
<parent>
2220
<groupId>com.amazonaws</groupId>
2321
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.12.5</version>
22+
<version>2.12.6</version>
2523
</parent>
2624

2725
<repositories>
@@ -36,7 +34,7 @@
3634
<groupId>com.amazonaws</groupId>
3735
<artifactId>aws-android-sdk-auth-core</artifactId>
3836
<optional>false</optional>
39-
<version>2.12.5</version>
37+
<version>2.12.6</version>
4038
<type>aar</type>
4139
</dependency>
4240
<dependency>
@@ -96,4 +94,4 @@
9694
</plugin>
9795
</plugins>
9896
</build>
99-
</project>
97+
</project>

aws-android-sdk-auth-google/pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-auth-google</artifactId>
@@ -21,7 +19,7 @@
2119
<parent>
2220
<groupId>com.amazonaws</groupId>
2321
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.12.5</version>
22+
<version>2.12.6</version>
2523
</parent>
2624

2725
<repositories>
@@ -36,7 +34,7 @@
3634
<groupId>com.amazonaws</groupId>
3735
<artifactId>aws-android-sdk-auth-core</artifactId>
3836
<optional>false</optional>
39-
<version>2.12.5</version>
37+
<version>2.12.6</version>
4038
<type>aar</type>
4139
</dependency>
4240

@@ -89,5 +87,4 @@
8987
</plugin>
9088
</plugins>
9189
</build>
92-
</project>
93-
90+
</project>

aws-android-sdk-auth-ui/pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-auth-ui</artifactId>
@@ -21,7 +19,7 @@
2119
<parent>
2220
<groupId>com.amazonaws</groupId>
2321
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.12.5</version>
22+
<version>2.12.6</version>
2523
</parent>
2624

2725
<repositories>
@@ -36,28 +34,28 @@
3634
<groupId>com.amazonaws</groupId>
3735
<artifactId>aws-android-sdk-auth-core</artifactId>
3836
<optional>false</optional>
39-
<version>2.12.5</version>
37+
<version>2.12.6</version>
4038
<type>aar</type>
4139
</dependency>
4240
<dependency>
4341
<groupId>com.amazonaws</groupId>
4442
<artifactId>aws-android-sdk-auth-google</artifactId>
4543
<optional>true</optional>
46-
<version>2.12.5</version>
44+
<version>2.12.6</version>
4745
<type>aar</type>
4846
</dependency>
4947
<dependency>
5048
<groupId>com.amazonaws</groupId>
5149
<artifactId>aws-android-sdk-auth-facebook</artifactId>
5250
<optional>true</optional>
53-
<version>2.12.5</version>
51+
<version>2.12.6</version>
5452
<type>aar</type>
5553
</dependency>
5654
<dependency>
5755
<groupId>com.amazonaws</groupId>
5856
<artifactId>aws-android-sdk-auth-userpools</artifactId>
5957
<optional>true</optional>
60-
<version>2.12.5</version>
58+
<version>2.12.6</version>
6159
<type>aar</type>
6260
</dependency>
6361
<dependency>
@@ -100,4 +98,4 @@
10098
</plugin>
10199
</plugins>
102100
</build>
103-
</project>
101+
</project>

aws-android-sdk-auth-userpools/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-auth-userpools</artifactId>
@@ -21,7 +19,7 @@
2119
<parent>
2220
<groupId>com.amazonaws</groupId>
2321
<artifactId>aws-android-sdk-pom</artifactId>
24-
<version>2.12.5</version>
22+
<version>2.12.6</version>
2523
</parent>
2624

2725
<repositories>
@@ -36,14 +34,14 @@
3634
<groupId>com.amazonaws</groupId>
3735
<artifactId>aws-android-sdk-cognitoidentityprovider</artifactId>
3836
<optional>false</optional>
39-
<version>2.12.5</version>
37+
<version>2.12.6</version>
4038
</dependency>
4139

4240
<dependency>
4341
<groupId>com.amazonaws</groupId>
4442
<artifactId>aws-android-sdk-auth-core</artifactId>
4543
<optional>false</optional>
46-
<version>2.12.5</version>
44+
<version>2.12.6</version>
4745
<type>aar</type>
4846
</dependency>
4947

@@ -88,4 +86,4 @@
8886
</plugin>
8987
</plugins>
9088
</build>
91-
</project>
89+
</project>

aws-android-sdk-autoscaling/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-autoscaling</artifactId>
@@ -12,15 +10,15 @@
1210
<parent>
1311
<groupId>com.amazonaws</groupId>
1412
<artifactId>aws-android-sdk-pom</artifactId>
15-
<version>2.12.5</version>
13+
<version>2.12.6</version>
1614
</parent>
1715

1816
<dependencies>
1917
<dependency>
2018
<groupId>com.amazonaws</groupId>
2119
<artifactId>aws-android-sdk-core</artifactId>
2220
<optional>false</optional>
23-
<version>2.12.5</version>
21+
<version>2.12.6</version>
2422
</dependency>
2523
</dependencies>
2624

@@ -36,4 +34,4 @@
3634
</plugin>
3735
</plugins>
3836
</build>
39-
</project>
37+
</project>

aws-android-sdk-cloudwatch/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-cloudwatch</artifactId>
@@ -12,15 +10,15 @@
1210
<parent>
1311
<groupId>com.amazonaws</groupId>
1412
<artifactId>aws-android-sdk-pom</artifactId>
15-
<version>2.12.5</version>
13+
<version>2.12.6</version>
1614
</parent>
1715

1816
<dependencies>
1917
<dependency>
2018
<groupId>com.amazonaws</groupId>
2119
<artifactId>aws-android-sdk-core</artifactId>
2220
<optional>false</optional>
23-
<version>2.12.5</version>
21+
<version>2.12.6</version>
2422
</dependency>
2523
</dependencies>
2624

@@ -36,4 +34,4 @@
3634
</plugin>
3735
</plugins>
3836
</build>
39-
</project>
37+
</project>

aws-android-sdk-cognito/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53
<groupId>com.amazonaws</groupId>
64
<artifactId>aws-android-sdk-cognito</artifactId>
75
<packaging>jar</packaging>
86
<name>AWS SDK for Android - Amazon Cognito Sync</name>
9-
<version>2.12.5</version>
7+
<version>2.12.6</version>
108
<description>The AWS Android SDK for Amazon Cognito Sync module holds the client classes that are used for communicating with Amazon Cognito Sync Service</description>
119
<url>http://aws.amazon.com/sdkforandroid</url>
1210

1311
<parent>
1412
<groupId>com.amazonaws</groupId>
1513
<artifactId>aws-android-sdk-pom</artifactId>
16-
<version>2.12.5</version>
14+
<version>2.12.6</version>
1715
</parent>
1816

1917
<licenses>
@@ -29,7 +27,7 @@
2927
<groupId>com.amazonaws</groupId>
3028
<artifactId>aws-android-sdk-core</artifactId>
3129
<optional>false</optional>
32-
<version>2.12.5</version>
30+
<version>2.12.6</version>
3331
</dependency>
3432
<dependency>
3533
<groupId>com.google.android</groupId>
@@ -51,4 +49,4 @@
5149
</plugin>
5250
</plugins>
5351
</build>
54-
</project>
52+
</project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fabric-identifier=com.amazonaws.aws-android-sdk-cognito
2-
fabric-version=2.12.5
2+
fabric-version=2.12.6
33
fabric-build-type=binary

0 commit comments

Comments
 (0)