From 0da235a918a3d5c2d4b987d2be7745dcf3056cd6 Mon Sep 17 00:00:00 2001 From: tarishah Date: Tue, 13 Mar 2018 14:33:10 -0700 Subject: [PATCH] Amazon Pay Java SDK 3.3.4 --- CHANGES.txt | 3 +++ pom.xml | 2 +- src/com/amazon/pay/types/ServiceConstants.java | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f3c2ffc..21f377c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +Version 3.3.4 - March 2018 +- Maven central release changes + Version 3.3.3 - March 2018 - Maven central release changes diff --git a/pom.xml b/pom.xml index f82db27..8c8f53f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.amazon.pay amazon-pay-java-sdk jar - 3.3.3 + 3.3.4 commons-codec diff --git a/src/com/amazon/pay/types/ServiceConstants.java b/src/com/amazon/pay/types/ServiceConstants.java index 9734e9d..3d0c63d 100644 --- a/src/com/amazon/pay/types/ServiceConstants.java +++ b/src/com/amazon/pay/types/ServiceConstants.java @@ -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