Skip to content

Commit 05e4ba7

Browse files
committed
kvm: fallback to eu.ceph.com mvn repo as ceph.com is down
As suggested by Wido on the dev ML changing the repo to eu.ceph.com to avoid build failures. Will revert if ceph.com is up again. Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit c9fd57f) Signed-off-by: Rohit Yadav <[email protected]>
1 parent ca99603 commit 05e4ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</repository>
2929
<repository>
3030
<id>ceph-com</id>
31-
<url>http://ceph.com/maven</url>
31+
<url>http://eu.ceph.com/maven</url>
3232
<snapshots>
3333
<enabled>false</enabled>
3434
</snapshots>

0 commit comments

Comments
 (0)