Add <scm> section to all pom.xml files
[lispflowmapping.git] / mappingservice / northbound / pom.xml
index ea74bade10179db21e78209a90206c970cc7a436..464e3a6af563c53bc9a2aa3deef5a19d2013dc99 100644 (file)
        <artifactId>mappingservice.northbound</artifactId>
        <version>1.1.0-SNAPSHOT</version>
        <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>