[maven-release-plugin] prepare release lispflowmapping-all-1.0.0
[lispflowmapping.git] / mappingservice / pom.xml
index 28f11bc7a206888f72f7bc77af4772367eb659e4..566d857a9c34a65c0b9176f2df2c6e3391dd03d9 100644 (file)
@@ -1,27 +1,34 @@
 <?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.0.0</version>
                <relativePath>../commons/code-parent</relativePath>
        </parent>
        <artifactId>mappingservice-parent</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>1.0.0</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>lispflowmapping-all-1.0.0</tag>
+       </scm>
         <modules>
+               <module>yangmodel</module>
                 <module>api</module>
+                <module>config</module>
                 <module>implementation</module>
+                <module>southbound</module>
+                <module>northbound</module>
+                <module>integrationtest</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>