MD SAL Util API exposed as a Service
[vpnservice.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4227d1e1495aad3b1ac8273c9427c99e3e57be49..22e07fb4e52314b65cc1cf030ecd5fd71ab0392e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 <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">
   <groupId>org.opendaylight.vpnservice</groupId>
   <artifactId>vpnservice</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>0.0.1-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
@@ -16,9 +16,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <maven>3.1.1</maven>
   </prerequisites>
   <modules>
-    <module>model-bgp</module>
-    <module>vpnmanager-api</module>
-    <module>vpnmanager-impl</module>
+       <module>model-bgp</module>
+       <module>mdsalutil</module>
+    <module>vpnmanager</module>
+    <module>interfacemgr</module>
+    <module>nexthopmgr</module>
+    <module>idmanager</module>
+    <module>fibmanager</module>
+    <module>bgpmanager</module>
     <module>distribution/karaf</module>
     <module>features</module>
     <module>vpnservice-artifacts</module>