This is an automated email from the ASF dual-hosted git repository.

kabhwan pushed a commit to branch 1.x-branch
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/1.x-branch by this push:
     new 79cceae  [MINOR] Update maven repository URL to https
     new 2ade130  Merge branch '1.x-minor-update-maven-repository-to-https' 
into 1.x-branch
79cceae is described below

commit 79cceae3d70643d48bb4b28d31d743ed9794f856
Author: Jungtaek Lim (HeartSaVioR) <[email protected]>
AuthorDate: Mon Mar 11 23:00:02 2019 +0900

    [MINOR] Update maven repository URL to https
---
 .../src/main/java/org/apache/storm/submit/dependency/Booter.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java
 
b/external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java
index 31a6c50..bce9ba9 100644
--- 
a/external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java
+++ 
b/external/storm-submit-tools/src/main/java/org/apache/storm/submit/dependency/Booter.java
@@ -47,7 +47,7 @@ public class Booter {
     }
 
     public static RemoteRepository newCentralRepository() {
-        return new RemoteRepository.Builder("central", "default", 
"http://repo1.maven.org/maven2/";).build();
+        return new RemoteRepository.Builder("central", "default", 
"https://repo1.maven.org/maven2/";).build();
     }
 
     public static RemoteRepository newLocalRepository() {

Reply via email to