Skip to content

Commit c33689a

Browse files
author
AWS
committed
AWS SDK for Java 1.11.27
1 parent 784c5c0 commit c33689a

File tree

419 files changed

+181632
-145515
lines changed

Some content is hidden

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

419 files changed

+181632
-145515
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ matrix:
1919
env: MODULES_TO_SKIP=\!aws-java-sdk-osgi,\!aws-java-sdk-code-generator,\!aws-java-sdk-codegen-maven-plugin
2020

2121
install: /bin/true
22-
sudo: false
22+
sudo: required
23+
dist: precise
2324
script: mvn install -pl ${MODULES_TO_SKIP}

README.md

+1-1
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.11.26</version>
42+
<version>1.11.27</version>
4343
<type>pom</type>
4444
<scope>import</scope>
4545
</dependency>

aws-java-sdk-acm/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.amazonaws</groupId>
77
<artifactId>aws-java-sdk-pom</artifactId>
8-
<version>1.11.27-SNAPSHOT</version>
8+
<version>1.11.27</version>
99
</parent>
1010
<groupId>com.amazonaws</groupId>
1111
<artifactId>aws-java-sdk-acm</artifactId>
@@ -19,14 +19,14 @@
1919
<artifactId>aws-java-sdk-core</artifactId>
2020
<groupId>com.amazonaws</groupId>
2121
<optional>false</optional>
22-
<version>1.11.27-SNAPSHOT</version>
22+
<version>1.11.27</version>
2323
</dependency>
2424
<dependency>
2525
<artifactId>aws-java-sdk-test-utils</artifactId>
2626
<groupId>com.amazonaws</groupId>
2727
<optional>false</optional>
2828
<scope>test</scope>
29-
<version>1.11.27-SNAPSHOT</version>
29+
<version>1.11.27</version>
3030
</dependency>
3131
<dependency>
3232
<artifactId>jmespath-java</artifactId>

0 commit comments

Comments
 (0)