Skip to content

Commit 9243e07

Browse files
author
AWS
committedMay 13, 2016
Update GitHub version number to 1.11.1-SNAPSHOT
1 parent b26560b commit 9243e07

File tree

73 files changed

+3285
-2430
lines changed

Some content is hidden

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

73 files changed

+3285
-2430
lines changed
 

‎aws-java-sdk-acm/pom.xml

+6-15
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,31 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.0</version>
8+
<version>1.11.1-SNAPSHOT</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 -->
1715
<dependencies>
1816
<dependency>
19-
<artifactId>aws-java-sdk-core</artifactId>
20-
<groupId>com.amazonaws</groupId>
21-
<optional>false</optional>
22-
<version>1.11.0</version>
17+
<groupId>com.amazonaws</groupId>
18+
<artifactId>aws-java-sdk-core</artifactId>
19+
<version>1.11.0</version>
20+
<optional>false</optional>
2321
</dependency>
24-
</dependencies>
25-
22+
</dependencies>
2623
<build>
2724
<plugins>
2825
<plugin>
29-
<groupId>org.apache.maven.plugins</groupId>
3026
<artifactId>maven-compiler-plugin</artifactId>
3127
</plugin>
32-
3328
<plugin>
34-
<groupId>org.apache.maven.plugins</groupId>
3529
<artifactId>maven-javadoc-plugin</artifactId>
3630
</plugin>
3731
</plugins>
3832
</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 -->
4233
<profiles>
4334
<profile>
4435
<id>versiondiff</id>

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

+6-15
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,31 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.0</version>
8+
<version>1.11.1-SNAPSHOT</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 -->
1715
<dependencies>
1816
<dependency>
19-
<artifactId>aws-java-sdk-core</artifactId>
20-
<groupId>com.amazonaws</groupId>
21-
<optional>false</optional>
22-
<version>1.11.0</version>
17+
<groupId>com.amazonaws</groupId>
18+
<artifactId>aws-java-sdk-core</artifactId>
19+
<version>1.11.0</version>
20+
<optional>false</optional>
2321
</dependency>
24-
</dependencies>
25-
22+
</dependencies>
2623
<build>
2724
<plugins>
2825
<plugin>
29-
<groupId>org.apache.maven.plugins</groupId>
3026
<artifactId>maven-compiler-plugin</artifactId>
3127
</plugin>
32-
3328
<plugin>
34-
<groupId>org.apache.maven.plugins</groupId>
3529
<artifactId>maven-javadoc-plugin</artifactId>
3630
</plugin>
3731
</plugins>
3832
</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 -->
4233
<profiles>
4334
<profile>
4435
<id>versiondiff</id>

0 commit comments

Comments
 (0)