Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Update AWS SDK to 1.11.631 and add 'eu-north-1' as newly supported re…
Browse files Browse the repository at this point in the history
…gion.
  • Loading branch information
ShriramSuryaAws committed Sep 13, 2019
1 parent b929f72 commit 35d3f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-codepipeline</artifactId>
<version>1.11.511</version>
<version>1.11.631</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.11.511</version>
<version>1.11.631</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class AWSCodePipelineSCM extends hudson.scm.SCM {
Regions.US_WEST_1,
Regions.US_WEST_2,
Regions.EU_CENTRAL_1,
Regions.EU_NORTH_1,
Regions.EU_WEST_1,
Regions.EU_WEST_2,
Regions.EU_WEST_3,
Expand Down

0 comments on commit 35d3f17

Please sign in to comment.