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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new f719fb0  Use https for Twitter maven repo
f719fb0 is described below

commit f719fb002b6f4f1d73c944e7d3a39d39f79b581c
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jun 13 02:22:09 2019 -0700

    Use https for Twitter maven repo
    
    ### Motivation
    
    Fetch the maven dependencies through HTTPs
    
    Reviewers: Ivan Kelly <[email protected]>, Enrico Olivelli 
<[email protected]>, Sijie Guo <[email protected]>
    
    This closes #2100 from merlimat/merlimat-patch-1
---
 bookkeeper-stats-providers/twitter-science-provider/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bookkeeper-stats-providers/twitter-science-provider/pom.xml 
b/bookkeeper-stats-providers/twitter-science-provider/pom.xml
index e766fe0..33b31de 100644
--- a/bookkeeper-stats-providers/twitter-science-provider/pom.xml
+++ b/bookkeeper-stats-providers/twitter-science-provider/pom.xml
@@ -78,7 +78,7 @@
       <id>twitter</id>
       <name>Twitter repo</name>
       <layout>default</layout>
-      <url>http://maven.twttr.com</url>
+      <url>https://maven.twttr.com</url>
     </repository>
   </repositories>
 </project> 

Reply via email to