Added to VrfEntry a new attribute of parentVpnRdName
[netvirt.git] / vpnservice / pom.xml
index c0dc52793adef86855c98bbd446024df98750546..94b7c504b2676294025b7a4c263d77fe9c809730 100644 (file)
@@ -8,20 +8,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name>
+  <version>0.4.0-SNAPSHOT</version>
+  <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
   <modules>
-    <module>commons/binding-parent</module>
-    <module>commons/config-parent</module>
+    <module>commons</module>
     <module>model-bgp</module>
     <module>vpnmanager</module>
     <module>elanmanager</module>
@@ -36,6 +33,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>distribution/karaf</module>
     <module>features</module>
     <module>vpnservice-artifacts</module>
+    <module>statemanager</module>
+    <module>it</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->