Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 4ece1e095 -> ed1b080c3


[ZEPPELIN-754]Cannot use S3 seoul region (ap-northeast-2)

### What is this PR for?
Update AWS SDK version.

### What type of PR is it?
Bug Fix

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-754

Author: Minwoo Kang <[email protected]>

Closes #791 from mwkang/ZEPPELIN-754 and squashes the following commits:

ab972c7 [Minwoo Kang] [ZEPPELIN-754]Update license
4b44e53 [Minwoo Kang] [ZEPPELIN-754]AWS SDK version update. Because support 
seoul region.


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/ed1b080c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/ed1b080c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/ed1b080c

Branch: refs/heads/master
Commit: ed1b080c3a577097c72e7b9b821518b61f239bd4
Parents: 4ece1e0
Author: Minwoo Kang <[email protected]>
Authored: Thu Mar 24 12:53:55 2016 +0900
Committer: Lee moon soo <[email protected]>
Committed: Fri Mar 25 21:25:03 2016 -0700

----------------------------------------------------------------------
 zeppelin-distribution/src/bin_license/LICENSE | 2 +-
 zeppelin-zengine/pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ed1b080c/zeppelin-distribution/src/bin_license/LICENSE
----------------------------------------------------------------------
diff --git a/zeppelin-distribution/src/bin_license/LICENSE 
b/zeppelin-distribution/src/bin_license/LICENSE
index 84289c0..90796a1 100644
--- a/zeppelin-distribution/src/bin_license/LICENSE
+++ b/zeppelin-distribution/src/bin_license/LICENSE
@@ -1,6 +1,6 @@
     (Apache 2.0) nvd3.js v1.7.1 (http://nvd3.org/) - 
https://github.com/novus/nvd3/blob/v1.7.1/LICENSE.md
     (Apache 2.0) gson v2.2 (com.google.code.gson:gson:jar:2.2 - 
https://github.com/google/gson) - 
https://github.com/google/gson/blob/gson-2.2/LICENSE
-    (Apache 2.0) Amazon Web Services SDK for Java v1.10.1 
(https://aws.amazon.com/sdk-for-java/) - 
https://raw.githubusercontent.com/aws/aws-sdk-java/1.10.1/LICENSE.txt
+    (Apache 2.0) Amazon Web Services SDK for Java v1.10.62 
(https://aws.amazon.com/sdk-for-java/) - 
https://raw.githubusercontent.com/aws/aws-sdk-java/1.10.62/LICENSE.txt
     (Apache 2.0) JavaEWAH v0.7.9 (https://github.com/lemire/javaewah) - 
https://github.com/lemire/javaewah/blob/master/LICENSE-2.0.txt
 
 

http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ed1b080c/zeppelin-zengine/pom.xml
----------------------------------------------------------------------
diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml
index f179267..33fee21 100644
--- a/zeppelin-zengine/pom.xml
+++ b/zeppelin-zengine/pom.xml
@@ -55,7 +55,7 @@
        <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-s3</artifactId>
-      <version>1.10.1</version>
+      <version>1.10.62</version>
        </dependency>
 
     <dependency>

Reply via email to