Add <scm> section to all pom.xml files
[lispflowmapping.git] / mappingservice / implementation / pom.xml
index 3a7474c446474c0fec23a1df830664ec4b75e9e3..a46a754beb7ca93107841f6cffcabc8aaafb8cb4 100644 (file)
@@ -6,12 +6,18 @@
        <parent>
                <groupId>org.opendaylight.lispflowmapping</groupId>
                <artifactId>mappingservice-parent</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>mappingservice.implementation</artifactId>
-       <version>1.0.0</version>
+       <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>