From 91c3c5fd9d1578aef7456ad2b33daa71eaa6ffb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Wed, 3 Jun 2015 15:41:22 +0200 Subject: [PATCH] [RFC][Fix] Fix for connection in pom.xml. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The connection value was wrong. Apply values proposed by zxiiro. Also fix sal-dom-xsql (wrong developerConnection). This allows me to run mvn site w/o failing due to the wrong entry. Change-Id: I15d953647a40dde4b37246a78bae120552efb15b Signed-off-by: Jan-Simon Möller --- opendaylight/md-sal/sal-rest-connector/pom.xml | 2 +- opendaylight/md-sal/sal-restconf-broker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index 4f8be6feea..7fb4cd443b 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -185,7 +185,7 @@ - scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL diff --git a/opendaylight/md-sal/sal-restconf-broker/pom.xml b/opendaylight/md-sal/sal-restconf-broker/pom.xml index b2fcc57447..85805b6ef0 100644 --- a/opendaylight/md-sal/sal-restconf-broker/pom.xml +++ b/opendaylight/md-sal/sal-restconf-broker/pom.xml @@ -62,7 +62,7 @@ - scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL -- 2.36.6