Updated Branches: refs/heads/master b7c506832 -> 610ebaa08
Update Maven repo location for MidoNet dependencies The existing Maven repo in the POM will be unavailable soon, so I have changed it to cs-maven.midokura.com. Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/610ebaa0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/610ebaa0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/610ebaa0 Branch: refs/heads/master Commit: 610ebaa08f9a32574469a64533dab03558606cb3 Parents: b7c5068 Author: Dave Cahill <dcah...@midokura.com> Authored: Thu Aug 8 15:19:59 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Thu Aug 8 16:55:41 2013 +0530 ---------------------------------------------------------------------- plugins/network-elements/midonet/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/610ebaa0/plugins/network-elements/midonet/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/network-elements/midonet/pom.xml b/plugins/network-elements/midonet/pom.xml index 060e8a4..9d6588b 100644 --- a/plugins/network-elements/midonet/pom.xml +++ b/plugins/network-elements/midonet/pom.xml @@ -30,7 +30,7 @@ <repository> <id>mido-maven-public-releases</id> <name>mido-maven-public-releases</name> - <url>https://googledrive.com/host/0B7iVfAZ_5GmJTk9PUDFNLTl5MVk/releases</url> + <url>http://cs-maven.midokura.com/releases</url> </repository> </repositories> <dependencies>