Skip to content

Commit 08ef2d5

Browse files
awsmobilesdkraphkim
authored andcommitted
[bump version 2.16.7] (#1451)
1 parent a6d03a4 commit 08ef2d5

File tree

49 files changed

+110
-110
lines changed

Some content is hidden

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

49 files changed

+110
-110
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>com.amazonaws</groupId>
1212
<artifactId>aws-android-sdk-pom</artifactId>
13-
<version>2.16.6</version>
13+
<version>2.16.7</version>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>aws-android-sdk-core</artifactId>
2020
<optional>false</optional>
21-
<version>2.16.6</version>
21+
<version>2.16.7</version>
2222
</dependency>
2323
</dependencies>
2424

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
<parent>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-pom</artifactId>
22-
<version>2.16.6</version>
22+
<version>2.16.7</version>
2323
</parent>
2424

2525
<dependencies>
2626
<dependency>
2727
<groupId>com.amazonaws</groupId>
2828
<artifactId>aws-android-sdk-core</artifactId>
2929
<optional>false</optional>
30-
<version>2.16.6</version>
30+
<version>2.16.7</version>
3131
</dependency>
3232

3333
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-pom</artifactId>
22-
<version>2.16.6</version>
22+
<version>2.16.7</version>
2323
</parent>
2424

2525
<repositories>
@@ -34,7 +34,7 @@
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-android-sdk-auth-core</artifactId>
3636
<optional>false</optional>
37-
<version>2.16.6</version>
37+
<version>2.16.7</version>
3838
<type>aar</type>
3939
</dependency>
4040
<dependency>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-pom</artifactId>
22-
<version>2.16.6</version>
22+
<version>2.16.7</version>
2323
</parent>
2424

2525
<repositories>
@@ -34,7 +34,7 @@
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-android-sdk-auth-core</artifactId>
3636
<optional>false</optional>
37-
<version>2.16.6</version>
37+
<version>2.16.7</version>
3838
<type>aar</type>
3939
</dependency>
4040

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-pom</artifactId>
22-
<version>2.16.6</version>
22+
<version>2.16.7</version>
2323
</parent>
2424

2525
<repositories>
@@ -34,28 +34,28 @@
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-android-sdk-auth-core</artifactId>
3636
<optional>false</optional>
37-
<version>2.16.6</version>
37+
<version>2.16.7</version>
3838
<type>aar</type>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.amazonaws</groupId>
4242
<artifactId>aws-android-sdk-auth-google</artifactId>
4343
<optional>true</optional>
44-
<version>2.16.6</version>
44+
<version>2.16.7</version>
4545
<type>aar</type>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.amazonaws</groupId>
4949
<artifactId>aws-android-sdk-auth-facebook</artifactId>
5050
<optional>true</optional>
51-
<version>2.16.6</version>
51+
<version>2.16.7</version>
5252
<type>aar</type>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.amazonaws</groupId>
5656
<artifactId>aws-android-sdk-auth-userpools</artifactId>
5757
<optional>true</optional>
58-
<version>2.16.6</version>
58+
<version>2.16.7</version>
5959
<type>aar</type>
6060
</dependency>
6161
<dependency>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.amazonaws</groupId>
2121
<artifactId>aws-android-sdk-pom</artifactId>
22-
<version>2.16.6</version>
22+
<version>2.16.7</version>
2323
</parent>
2424

2525
<repositories>
@@ -34,14 +34,14 @@
3434
<groupId>com.amazonaws</groupId>
3535
<artifactId>aws-android-sdk-cognitoidentityprovider</artifactId>
3636
<optional>false</optional>
37-
<version>2.16.6</version>
37+
<version>2.16.7</version>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>com.amazonaws</groupId>
4242
<artifactId>aws-android-sdk-auth-core</artifactId>
4343
<optional>false</optional>
44-
<version>2.16.6</version>
44+
<version>2.16.7</version>
4545
<type>aar</type>
4646
</dependency>
4747

aws-android-sdk-autoscaling/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>com.amazonaws</groupId>
1212
<artifactId>aws-android-sdk-pom</artifactId>
13-
<version>2.16.6</version>
13+
<version>2.16.7</version>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>aws-android-sdk-core</artifactId>
2020
<optional>false</optional>
21-
<version>2.16.6</version>
21+
<version>2.16.7</version>
2222
</dependency>
2323
</dependencies>
2424

aws-android-sdk-cloudwatch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<parent>
1111
<groupId>com.amazonaws</groupId>
1212
<artifactId>aws-android-sdk-pom</artifactId>
13-
<version>2.16.6</version>
13+
<version>2.16.7</version>
1414
</parent>
1515

1616
<dependencies>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>aws-android-sdk-core</artifactId>
2020
<optional>false</optional>
21-
<version>2.16.6</version>
21+
<version>2.16.7</version>
2222
</dependency>
2323
</dependencies>
2424

aws-android-sdk-cognito/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<artifactId>aws-android-sdk-cognito</artifactId>
55
<packaging>jar</packaging>
66
<name>AWS SDK for Android - Amazon Cognito Sync</name>
7-
<version>2.16.6</version>
7+
<version>2.16.7</version>
88
<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>
99
<url>http://aws.amazon.com/sdkforandroid</url>
1010

1111
<parent>
1212
<groupId>com.amazonaws</groupId>
1313
<artifactId>aws-android-sdk-pom</artifactId>
14-
<version>2.16.6</version>
14+
<version>2.16.7</version>
1515
</parent>
1616

1717
<licenses>
@@ -27,7 +27,7 @@
2727
<groupId>com.amazonaws</groupId>
2828
<artifactId>aws-android-sdk-core</artifactId>
2929
<optional>false</optional>
30-
<version>2.16.6</version>
30+
<version>2.16.7</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.google.android</groupId>
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.16.6
2+
fabric-version=2.16.7
33
fabric-build-type=binary

0 commit comments

Comments
 (0)