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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 5260ba2  Download dependencies over HTTPS instead of HTTP (#1782)
5260ba2 is described below

commit 5260ba25f823a6fd3d5d5682196bc895e7fee044
Author: haphut <[email protected]>
AuthorDate: Wed May 16 00:13:35 2018 +0300

    Download dependencies over HTTPS instead of HTTP (#1782)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4875aba..db566d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1154,7 +1154,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <repository>
       <id>central</id>
       <layout>default</layout>
-      <url>http://repo1.maven.org/maven2</url>
+      <url>https://repo1.maven.org/maven2</url>
     </repository>
     <repository>
       <snapshots>
@@ -1162,7 +1162,7 @@ flexible messaging model and an intuitive client 
API.</description>
       </snapshots>
       <id>bintray-yahoo-maven</id>
       <name>bintray</name>
-      <url>http://yahoo.bintray.com/maven</url>
+      <url>https://yahoo.bintray.com/maven</url>
     </repository>
   </repositories>
 </project>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to