[maven-release-plugin] prepare for next development iteration
[lispflowmapping.git] / mappingservice / pom.xml
index 5082ea6a61b128b6ab06d95b5f77b74b84036bd7..9400f4a064836796e0eb0f8a58203340f40b9ba9 100644 (file)
@@ -1,16 +1,13 @@
 <?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>1.1.0-SNAPSHOT</version>
+               <version>1.1.8-SNAPSHOT</version>
                <relativePath>../commons/code-parent</relativePath>
        </parent>
        <artifactId>mappingservice-parent</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <scm>
                <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
@@ -22,6 +19,7 @@
                <module>yangmodel</module>
                 <module>api</module>
                 <module>config</module>
+                <module>clusterdao</module>
                 <module>implementation</module>
                 <module>southbound</module>
                 <module>northbound</module>
@@ -32,8 +30,6 @@
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>common.unittest.tools</artifactId>
-                       <version>${lispflowmapping.version}</version>
-                       <scope>test</scope>
                </dependency>
                        <dependency>
                                <groupId>junit</groupId>