Bug: 5011
[vpnservice.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4e9b4dd3a4c8176a8151156f499e087569a061c1..591652c614cb313d9f3b8aa5a043e71584839235 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
+Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
 This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
@@ -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>0.2.0-SNAPSHOT</version>
+  <version>0.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
@@ -25,9 +25,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>arputil</module>
     <module>vpnmanager</module>
     <module>interfacemgr</module>
-    <module>nexthopmgr</module>
+    <module>alivenessmonitor</module>
+    <module>elanmanager</module>
     <module>fibmanager</module>
     <module>bgpmanager</module>
+    <module>neutronvpn</module>
+    <module>dhcpservice</module>
     <module>itm</module>
     <module>distribution/karaf</module>
     <module>features</module>