Add <scm> section to all pom.xml files
[lispflowmapping.git] / commons / build_tools / pom.xml
index bb72409e4bb1b911ee033140833629148575f708..d497ecfb81e4477a2deafa8d5a5923ae541f3c09 100644 (file)
@@ -6,10 +6,16 @@
        <parent>
                 <groupId>org.opendaylight.lispflowmapping</groupId>
                 <artifactId>lispflowmapping-commons</artifactId>
-                <version>1.0.0-SNAPSHOT</version>
+                <version>1.1.0-SNAPSHOT</version>
                 <relativePath>../parent</relativePath>
        </parent>
        <artifactId>common.build.tools</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <packaging>jar</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>
 </project>