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 b735ea0 [MINOR] Update repository URLs from http to https
new bc729eb Merge branch '1.x-branch-MINOR-http-repo-to-https' into
1.x-branch
b735ea0 is described below
commit b735ea0c31b42f78130a90c1dec4e818d85ad124
Author: Jungtaek Lim (HeartSaVioR) <[email protected]>
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 3604929..8aae2b7 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 02aabfc..fce5482 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 cff8bc7..dfbc002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,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>
@@ -1029,7 +1029,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>