Skip to content

Commit 24c69fa

Browse files
author
AWS
committed
AWS SDK for Java 1.10.54
1 parent 18182af commit 24c69fa

File tree

321 files changed

+51624
-29758
lines changed

Some content is hidden

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

321 files changed

+51624
-29758
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies.
3939
<dependency>
4040
<groupId>com.amazonaws</groupId>
4141
<artifactId>aws-java-sdk-bom</artifactId>
42-
<version>1.10.53</version>
42+
<version>1.10.54</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

aws-java-sdk-acm/pom.xml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,40 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.10.54-SNAPSHOT</version>
8+
<version>1.10.54</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>
1212
<name>AWS Java SDK for AWS Certificate Manager</name>
1313
<description>The AWS Java SDK for AWS Certificate Manager module holds the client classes that are used for communicating with AWS Certificate Manager service.</description>
1414
<url>https://aws.amazon.com/sdkforjava</url>
15+
16+
<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
1517
<dependencies>
1618
<dependency>
17-
<groupId>com.amazonaws</groupId>
18-
<artifactId>aws-java-sdk-core</artifactId>
19-
<version>1.10.53</version>
20-
<optional>false</optional>
19+
<artifactId>aws-java-sdk-core</artifactId>
20+
<groupId>com.amazonaws</groupId>
21+
<optional>false</optional>
22+
<version>1.10.54</version>
2123
</dependency>
22-
</dependencies>
24+
</dependencies>
25+
2326
<build>
2427
<plugins>
2528
<plugin>
29+
<groupId>org.apache.maven.plugins</groupId>
2630
<artifactId>maven-compiler-plugin</artifactId>
2731
</plugin>
32+
2833
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
2935
<artifactId>maven-javadoc-plugin</artifactId>
3036
</plugin>
3137
</plugins>
3238
</build>
39+
40+
<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
41+
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
3342
<profiles>
3443
<profile>
3544
<id>versiondiff</id>

aws-java-sdk-acm/src/main/resources/models/acm-2015-12-08-intermediate.json

Lines changed: 520 additions & 520 deletions
Large diffs are not rendered by default.

aws-java-sdk-api-gateway/pom.xml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,40 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.10.54-SNAPSHOT</version>
8+
<version>1.10.54</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-api-gateway</artifactId>
1212
<name>AWS Java SDK for Amazon API Gateway</name>
1313
<description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description>
1414
<url>https://aws.amazon.com/sdkforjava</url>
15+
16+
<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
1517
<dependencies>
1618
<dependency>
17-
<groupId>com.amazonaws</groupId>
18-
<artifactId>aws-java-sdk-core</artifactId>
19-
<version>1.10.53</version>
20-
<optional>false</optional>
19+
<artifactId>aws-java-sdk-core</artifactId>
20+
<groupId>com.amazonaws</groupId>
21+
<optional>false</optional>
22+
<version>1.10.54</version>
2123
</dependency>
22-
</dependencies>
24+
</dependencies>
25+
2326
<build>
2427
<plugins>
2528
<plugin>
29+
<groupId>org.apache.maven.plugins</groupId>
2630
<artifactId>maven-compiler-plugin</artifactId>
2731
</plugin>
32+
2833
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
2935
<artifactId>maven-javadoc-plugin</artifactId>
3036
</plugin>
3137
</plugins>
3238
</build>
39+
40+
<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
41+
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
3342
<profiles>
3443
<profile>
3544
<id>versiondiff</id>

0 commit comments

Comments
 (0)