Add <scm> section to all pom.xml files
[lispflowmapping.git] / mappingservice / southbound / pom.xml
index beb8f00a5893149930c03747c312902d7fb8c1c4..1a502fe7fda69cf062231ef6ea5e902183eaac5e 100644 (file)
        </parent>
        <artifactId>mappingservice.southbound</artifactId>
        <packaging>bundle</packaging>
+       <scm>
+               <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
+               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
+               <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
+               <tag>HEAD</tag>
+       </scm>
        <properties>
                <!-- Sonar properties using jacoco to retrieve integration test results -->
                <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>