[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>
opendaylight/md-sal/sal-rest-connector/pom.xml
opendaylight/md-sal/sal-restconf-broker/pom.xml

index 4f8be6feea894d7d6cd261f417608bf3dc900f71..7fb4cd443b737b771834eba70c7fcf4910889155 100644 (file)
     </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:MD-SAL</url>
index b2fcc57447ba7f41cdaaa1a6211f26fa5d56a4dd..85805b6ef050fd30c74d35fdfae835282cc58c37 100644 (file)
@@ -62,7 +62,7 @@
     </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:MD-SAL</url>