Skip to content

Commit

Permalink
AWS SDK for Java 1.10.32
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Nov 3, 2015
1 parent 7786f40 commit 25d290e
Show file tree
Hide file tree
Showing 192 changed files with 47,706 additions and 37,547 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The recommended way to use the AWS SDK for Java in your project is to consume it
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bom</artifactId> <artifactId>aws-java-sdk-bom</artifactId>
<version>1.10.31</version> <version>1.10.32</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
Expand Down
21 changes: 15 additions & 6 deletions aws-java-sdk-api-gateway/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent> <parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId> <artifactId>aws-java-sdk-pom</artifactId>
<version>1.10.32-SNAPSHOT</version> <version>1.10.32</version>
</parent> </parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-api-gateway</artifactId> <artifactId>aws-java-sdk-api-gateway</artifactId>
<name>AWS Java SDK for Amazon API Gateway</name> <name>AWS Java SDK for Amazon API Gateway</name>
<description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description> <description>The AWS Java SDK for Amazon API Gateway module holds the client classes that are used for communicating with Amazon API Gateway</description>
<url>https://aws.amazon.com/sdkforjava</url> <url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-core</artifactId>
<artifactId>aws-java-sdk-core</artifactId> <groupId>com.amazonaws</groupId>
<version>1.10.31</version> <optional>false</optional>
<optional>false</optional> <version>1.10.32</version>
</dependency> </dependency>
</dependencies> </dependencies>

<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
</plugin> </plugin>

<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles> <profiles>
<profile> <profile>
<id>versiondiff</id> <id>versiondiff</id>
Expand Down

Large diffs are not rendered by default.

21 changes: 15 additions & 6 deletions aws-java-sdk-autoscaling/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,31 +5,40 @@
<parent> <parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-pom</artifactId> <artifactId>aws-java-sdk-pom</artifactId>
<version>1.10.32-SNAPSHOT</version> <version>1.10.32</version>
</parent> </parent>
<groupId>com.amazonaws</groupId> <groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-autoscaling</artifactId> <artifactId>aws-java-sdk-autoscaling</artifactId>
<name>AWS Java SDK for Auto Scaling</name> <name>AWS Java SDK for Auto Scaling</name>
<description>The AWS Java SDK for Auto Scaling module holds the client classes that are used for communicating with Auto Scaling Service</description> <description>The AWS Java SDK for Auto Scaling module holds the client classes that are used for communicating with Auto Scaling Service</description>
<url>https://aws.amazon.com/sdkforjava</url> <url>https://aws.amazon.com/sdkforjava</url>

<!-- The dependencies section in pom.xml is auto generated. No manual changes are allowed -->
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-core</artifactId>
<artifactId>aws-java-sdk-core</artifactId> <groupId>com.amazonaws</groupId>
<version>1.10.31</version> <optional>false</optional>
<optional>false</optional> <version>1.10.32</version>
</dependency> </dependency>
</dependencies> </dependencies>

<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
</plugin> </plugin>

<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>

<!-- This profile uses the JAPICMP plugin to generate a report of changes between the release version and the latest version -->
<!-- For more information on the plugin, see https://github.com/siom79/japicmp -->
<profiles> <profiles>
<profile> <profile>
<id>versiondiff</id> <id>versiondiff</id>
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 25d290e

Please sign in to comment.