Fixes Bug 4643
[ovsdb.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d86f738dd6e736aceb86cee5f25cb86cf842fd78..fe0b4f565660045fc7270e6aa3f1ddb8c2c95d17 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>ovsdb</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
@@ -65,6 +65,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <module>utils</module>
     <module>ovsdb-ui</module>
     <module>hwvtepsouthbound</module>
+    <module>netvirt</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
@@ -86,4 +87,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file