Skip to content

Commit b1783fb

Browse files
authored
travis: use https based maven repo mirror (apache#3845)
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 <[email protected]>
1 parent 8792070 commit b1783fb

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)