8000 AWS SDK for Java 1.10.14 · cloudability/aws-sdk-java@05f60d2 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 18, 2018. It is now read-only.

Commit 05f60d2

Browse files
author
AWS
committed
AWS SDK for Java 1.10.14
1 parent 935184a commit 05f60d2

File tree

84 files changed

+8885
-6586
lines changed

Some content is hidden

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

84 files changed

+8885
-6586
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The recommended way to use the AWS SDK for Java in your project is to consume it
2626
<dependency>
2727
<groupId>com.amazonaws</groupId>
2828
<artifactId>aws-java-sdk-bom</artifactId>
29-
<version>1.10.13</version>
29+
<version>1.10.14</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>

aws-java-sdk-autoscaling/pom.xml

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,46 @@
1-
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
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 https://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<parent>
6-
<groupId>com.amazonaws</groupId>
7-
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.10.14-SNAPSHOT</version>
9-
</parent>
105
<groupId>com.amazonaws</groupId>
116
<artifactId>aws-java-sdk-autoscaling</artifactId>
7+
<packaging>jar</packaging>
128
<name>AWS Java SDK for Auto Scaling</name>
139
<description>The AWS Java SDK for Auto Scaling module holds the client classes that are used for communicating with Auto Scaling Service</description>
1410
<url>https://aws.amazon.com/sdkforjava</url>
11+
12+
<parent>
13+
<groupId>com.amazonaws</groupId>
14+
<artifactId>aws-java-sdk-pom</artifactId>
15+
<version>1.10.14</version>
16+
</parent>
17+
18+
<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
1519
<dependencies>
1620
<dependency>
17-
<groupId>com.amazonaws</groupId>
18-
<artifactId>aws-java-sdk-core</artifactId>
19-
<version>1.10.13</version>
20-
<optional>false</optional>
21+
<artifactId>aws-java-sdk-core</artifactId>
22+
<groupId>com.amazonaws</groupId>
23+
<optional>false</optional>
24+
<version>1.10.14</version>
2125
</dependency>
22-
</dependencies>
26+
</dependencies>
27+
2328
<build>
2429
<plugins>
2530
<plugin>
31+
<groupId>org.apache.maven.plugins</groupId>
2632
<artifactId>maven-compiler-plugin</artifactId>
2733
</plugin>
34+
2835
<plugin>
36+
<groupId>org.apache.maven.plugins</groupId>
2937
<artifactId>maven-javadoc-plugin</artifactId>
3038
</plugin>
3139
</plugins>
3240
</build>
41+
42+
<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
43+
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
3344
<profiles>
3445
<profile>
3546
<id>versiondiff</id>
@@ -39,14 +50,6 @@
3950
<groupId>com.github.siom79.japicmp</groupId>
4051
<artifactId>japicmp-maven-plugin</artifactId>
4152
<version>0.5.0</version>
42-
<executions>
43-
<execution>
44-
<phase>verify</phase>
45-
<goals>
46-
<goal>cmp</goal>
47-
</goals>
48-
</execution>
49-
</executions>
5053
<configuration>
5154
<oldVersion>
5255
<dependency>
@@ -68,6 +71,14 @@
6871
<onlyBinaryIncompatible>false</onlyBinaryIncompatible>
6972
</parameter>
7073
</configuration>
74+
<executions>
75+
<execution>
76+
<phase>verify</phase>
77+
<goals>
78+
<goal>cmp</goal>
79+
</goals>
80+
</execution>
81+
</executions>
7182
</plugin>
7283
</plugins>
7384
</build>

0 commit comments

Comments
 (0)
0