Add <scm> section to all pom.xml files
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index 33e53ffd39bd5b27ee41782ceaf39bc2b026248b..73ad4e97cb62126a7f415ea6f1ae2303ebfe8ee6 100644 (file)
        <artifactId>mappingservice.implementation</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>