Bump odlparent 2.0.2 to 2.0.4
[netvirt.git] / vpnservice / pom.xml
index 46f00fcb03022a90392fbaa2849c46e8946b1b25..9dd3df40c9debf384f030f98a258e1756266e24d 100644 (file)
@@ -4,24 +4,23 @@ Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  A
 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
---><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">
+-->
+<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">
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>2.0.4</version>
+    <relativePath/>
   </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name>
+  <version>0.5.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>
@@ -29,11 +28,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>bgpmanager</module>
     <module>neutronvpn</module>
     <module>dhcpservice</module>
+    <module>cloud-servicechain</module>
     <module>natservice</module>
     <module>aclservice</module>
+    <module>ipv6service</module>
+    <module>qosservice</module>
+    <!-- Federation isn’t part of Nitrogen
+    <module>federation-plugin</module>
+    -->
+    <module>policyservice</module>
     <module>distribution/karaf</module>
     <module>features</module>
     <module>vpnservice-artifacts</module>
+    <module>statemanager</module>
+    <module>statistics</module>
+    <module>sfc</module>
+    <module>ovsdb-ui</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
@@ -77,4 +87,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>