Add <scm> section to all pom.xml files
[lispflowmapping.git] / commons / build_tools / pom.xml
index d4044a9fe192f7f4e90d350c01c586dc0a25e874..d497ecfb81e4477a2deafa8d5a5923ae541f3c09 100644 (file)
@@ -3,8 +3,19 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
        xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <modelVersion>4.0.0</modelVersion>
-        <groupId>org.opendaylight.lispflowmapping</groupId>
+       <parent>
+                <groupId>org.opendaylight.lispflowmapping</groupId>
+                <artifactId>lispflowmapping-commons</artifactId>
+                <version>1.1.0-SNAPSHOT</version>
+                <relativePath>../parent</relativePath>
+       </parent>
        <artifactId>common.build.tools</artifactId>
-       <version>0.1.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>