mirror of https://github.com/apache/cloudstack.git
travis: use https based maven repo mirror (#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 <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8792070f84
commit
b1783fbcf1
|
|
@ -89,7 +89,7 @@ echo "<settings>
|
|||
<mirrors>
|
||||
<mirror>
|
||||
<id>Central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
<url>https://repo1.maven.org/maven2</url>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
<!-- United States, St. Louis-->
|
||||
</mirror>
|
||||
|
|
|
|||
Loading…
Reference in New Issue