[maven-release-plugin] prepare for next development iteration
[lispflowmapping.git] / mappingservice / pom.xml
index afa8f0ab9f6b2aa3deabb84b3de57fce89d8764d..9400f4a064836796e0eb0f8a58203340f40b9ba9 100644 (file)
@@ -1,31 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-       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">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.opendaylight.lispflowmapping</groupId>
                <artifactId>lispflowmapping-code-commons</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>1.1.8-SNAPSHOT</version>
                <relativePath>../commons/code-parent</relativePath>
        </parent>
        <artifactId>mappingservice-parent</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
        <packaging>pom</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>
         <modules>
+               <module>yangmodel</module>
                 <module>api</module>
+                <module>config</module>
+                <module>clusterdao</module>
                 <module>implementation</module>
                 <module>southbound</module>
                 <module>northbound</module>
+                <module>neutron</module>
                 <module>integrationtest</module>
-                <module>lispyangmodule</module>
         </modules>
        <dependencies>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>common.unittest.tools</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
-                       <scope>test</scope>
                </dependency>
                        <dependency>
                                <groupId>junit</groupId>