[maven-release-plugin] prepare release lispflowmapping-all-1.1.0
[lispflowmapping.git] / distribution / pom.xml
index 0e0b1ed42002c2a5ade9ba28275be4157fa043ae..fbe7d1067304e9d9fc0a8778d7c1f0cba947f5fd 100644 (file)
@@ -1,37 +1,63 @@
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
     <relativePath>../commons/parent</relativePath>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>lispflowmapping-distribution</artifactId>
   <packaging>pom</packaging>
   <name>LISP Flow Mapping Distribution</name>
 
-  <modules>
-    <module>../commons/parent</module>
-    <module>../commons/build_tools</module>
-    <module>../commons/code-parent</module>
-    <module>../commons/unittest_tools</module>
-    <module>../mappingservice</module>
-  </modules>
-
+  <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.1.0</tag>
+  </scm>
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>distribution.opendaylight</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.1.1</version>
       <type>zip</type>
       <classifier>osgipackage</classifier>
       <!-- Make sure this isn't included on any classpath-->
       <scope>provided</scope>
     </dependency>
+
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.yangmodel</artifactId>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.api</artifactId>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.config</artifactId>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.implementation</artifactId>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.southbound</artifactId>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.opendaylight.lispflowmapping</groupId>
+                       <artifactId>mappingservice.northbound</artifactId>
+               </dependency>
+               
   </dependencies>
 
   <build>