[RFC][Fix] Fix for connection in pom.xml.
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 3 Jun 2015 13:41:22 +0000 (15:41 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 16 Jun 2015 16:23:34 +0000 (16:23 +0000)
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 <jsmoeller@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index c56de0c8a48f3e2388d3eefd2416dd9a8bae203c..a39791710d17e0395b66d5929d9ebd52accf214c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </plugins>
   </build>
   <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
+    <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
     <tag>HEAD</tag>
     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>