You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2019/03/06 07:09:43 UTC

[storm] branch 1.1.x-branch updated: [MINOR] Update repository URLs from http to https

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

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


The following commit(s) were added to refs/heads/1.1.x-branch by this push:
     new 1981c9b  [MINOR] Update repository URLs from http to https
     new 2d3ba4c  Merge branch '1.1.x-branch-MINOR-http-repo-to-https' into 1.1.x-branch
1981c9b is described below

commit 1981c9b7565f00768e6447966f0fa911107c2638
Author: Jungtaek Lim (HeartSaVioR) <ka...@gmail.com>
AuthorDate: Mon Feb 25 22:43:52 2019 +0900

    [MINOR] Update repository URLs from http to https
    
    * confirmed modified URLs also exist
---
 external/storm-hdfs/pom.xml | 2 +-
 external/storm-mqtt/pom.xml | 2 +-
 pom.xml                     | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/external/storm-hdfs/pom.xml b/external/storm-hdfs/pom.xml
index a3633ac..cf52e62 100644
--- a/external/storm-hdfs/pom.xml
+++ b/external/storm-hdfs/pom.xml
@@ -38,7 +38,7 @@
     <repositories>
         <repository>
             <id>confluent</id>
-            <url>http://packages.confluent.io/maven</url>
+            <url>https://packages.confluent.io/maven</url>
         </repository>
     </repositories>
 
diff --git a/external/storm-mqtt/pom.xml b/external/storm-mqtt/pom.xml
index ed55157..7087621 100644
--- a/external/storm-mqtt/pom.xml
+++ b/external/storm-mqtt/pom.xml
@@ -35,7 +35,7 @@
     <repositories>
         <repository>
             <id>bintray</id>
-            <url>http://dl.bintray.com/andsel/maven/</url>
+            <url>https://dl.bintray.com/andsel/maven/</url>
             <releases>
                 <enabled>true</enabled>
             </releases>
diff --git a/pom.xml b/pom.xml
index 7e08c64..1267461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,11 +31,11 @@
     <packaging>pom</packaging>
     <name>Storm</name>
     <description>Distributed and fault-tolerant realtime computation</description>
-    <url>http://storm.apache.org</url>
+    <url>https://storm.apache.org</url>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
         </license>
     </licenses>
 
@@ -1016,7 +1016,7 @@
                 <enabled>false</enabled>
             </snapshots>
             <id>central</id>
-            <url>http://repo1.maven.org/maven2/</url>
+            <url>https://repo1.maven.org/maven2/</url>
         </repository>
         <repository>
             <releases>