This is an automated email from the ASF dual-hosted git repository.
vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 7b4a28e Move depedency repos to https urls
7b4a28e is described below
commit 7b4a28ecf8d6a51c30c989df6e3cad64c58bf985
Author: Vinoth Chandar <[email protected]>
AuthorDate: Fri May 31 19:21:41 2019 -0700
Move depedency repos to https urls
---
hoodie-cli/pom.xml | 6 +++---
hoodie-spark/pom.xml | 2 +-
hoodie-utilities/pom.xml | 2 +-
packaging/hoodie-utilities-bundle/pom.xml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/hoodie-cli/pom.xml b/hoodie-cli/pom.xml
index 6f77b9b..9b7e971 100644
--- a/hoodie-cli/pom.xml
+++ b/hoodie-cli/pom.xml
@@ -36,16 +36,16 @@
<repositories>
<repository>
<id>libs-milestone</id>
- <url>http://repo.spring.io/libs-milestone/</url>
+ <url>https://repo.spring.io/libs-milestone/</url>
</repository>
<repository>
<id>libs-release</id>
- <url>http://repo.spring.io/libs-release/</url>
+ <url>https://repo.spring.io/libs-release/</url>
</repository>
<repository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
- <url>http://scala-tools.org/repo-releases</url>
+ <url>https://scala-tools.org/repo-releases</url>
</repository>
</repositories>
diff --git a/hoodie-spark/pom.xml b/hoodie-spark/pom.xml
index bad31b0..67c2dd6 100644
--- a/hoodie-spark/pom.xml
+++ b/hoodie-spark/pom.xml
@@ -38,7 +38,7 @@
<repository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
- <url>http://scala-tools.org/repo-releases</url>
+ <url>https://scala-tools.org/repo-releases</url>
</repository>
</repositories>
diff --git a/hoodie-utilities/pom.xml b/hoodie-utilities/pom.xml
index 6fb720f..ac88d49 100644
--- a/hoodie-utilities/pom.xml
+++ b/hoodie-utilities/pom.xml
@@ -55,7 +55,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/packaging/hoodie-utilities-bundle/pom.xml
b/packaging/hoodie-utilities-bundle/pom.xml
index a1ac2c0..7bc92d0 100644
--- a/packaging/hoodie-utilities-bundle/pom.xml
+++ b/packaging/hoodie-utilities-bundle/pom.xml
@@ -188,7 +188,7 @@
<repositories>
<repository>
<id>confluent</id>
- <url>http://packages.confluent.io/maven/</url>
+ <url>https://packages.confluent.io/maven/</url>
</repository>
</repositories>