Add <scm> section to all pom.xml files
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index e0317cc82c5c305bc56b1d751be39bc6bc3d4b1f..a46a754beb7ca93107841f6cffcabc8aaafb8cb4 100644 (file)
        <artifactId>mappingservice.implementation</artifactId>
        <version>1.0.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>