Skip to content

Commit

Permalink
Amazon Pay Java SDK 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarishah committed Mar 13, 2018
1 parent 53aac11 commit 0da235a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 3.3.4 - March 2018
- Maven central release changes

Version 3.3.3 - March 2018
- Maven central release changes

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.amazon.pay</groupId>
<artifactId>amazon-pay-java-sdk</artifactId>
<packaging>jar</packaging>
<version>3.3.3</version>
<version>3.3.4</version>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/com/amazon/pay/types/ServiceConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public class ServiceConstants {
public static final String SET_ORDER_ATTRIBUTES = "SetOrderAttributes";

// SDK version
public static final String APPLICATION_LIBRARY_VERSION = "3.3.3";
public static final String APPLICATION_LIBRARY_VERSION = "3.3.4";
public static final String GITHUB_SDK_NAME = "amazon-pay-sdk-java";

// Exponential backoff wait times (milliseconds) for retry operations
Expand Down

0 comments on commit 0da235a

Please sign in to comment.