Add karaf distribution build
[lispflowmapping.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d5b04f9001d1deb10f6b51cae96d3e81ff2269e7..df8a970058498e41cb41a9fc03d794066c430d6e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <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>1.1.1-SNAPSHOT</version>
+    <version>1.1.11-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
@@ -25,6 +26,8 @@
     <module>commons/unittest_tools</module>
     <module>mappingservice</module>
     <module>distribution</module>
+    <module>features</module>
+    <module>distribution-karaf</module>
   </modules>
 
   <build>