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>
(cherry picked from commit c9fd57fff3aa1c7428ab15d0aea3067601b16fba)
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 ca99603321
commit 05e4ba7350

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>