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 <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-04-16 17:09:13 +05:30
parent 24435dd6bc
commit c9fd57fff3

View File

@ -28,7 +28,7 @@
</repository>
<repository>
<id>ceph-com</id>
<url>http://ceph.com/maven</url>
<url>http://eu.ceph.com/maven</url>
<snapshots>
<enabled>false</enabled>
</snapshots>