Skip to content

Commit 700a5fa

Browse files
committed
travis: use https based maven repo mirror
Travis has been failing lately as it requires that repositories use https:// URLs. Reference: https://blog.sonatype.com/central-repository-moving-to-https Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 35b9145 commit 700a5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/travis/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ echo "<settings>
8989
<mirrors>
9090
<mirror>
9191
<id>Central</id>
92-
<url>http://repo1.maven.org/maven2</url>
92+
<url>https://repo1.maven.org/maven2</url>
9393
<mirrorOf>central</mirrorOf>
9494
<!-- United States, St. Louis-->
9595
</mirror>

0 commit comments

Comments
 (0)