Lower log level for non errors
[netvirt.git] / vpnservice / pom.xml
index 94b7c504b2676294025b7a4c263d77fe9c809730..af8261e161e8156cc5a9c14234151671941fc545 100644 (file)
@@ -4,20 +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.8.0-SNAPSHOT</version>
+    <version>2.0.4</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>vpnservice</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <name>ODL :: netvirt :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
   <modules>
+    <module>coe</module>
     <module>commons</module>
     <module>model-bgp</module>
     <module>vpnmanager</module>
@@ -30,11 +33,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <module>natservice</module>
     <module>aclservice</module>
     <module>ipv6service</module>
+    <module>qosservice</module>
+    <module>policyservice</module>
     <module>distribution/karaf</module>
     <module>features</module>
     <module>vpnservice-artifacts</module>
     <module>statemanager</module>
-    <module>it</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 -->