Update unit testing - Renderer
[transportpce.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1fe836077ac44f7123be9e2cb131f58173ba22a4..9ed4041e52f42022b5ffbf001e4bb4940f4b2393 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.2</version>
     <relativePath/>
   </parent>
 
@@ -30,17 +30,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <modules>
     <module>artifacts</module>
-    <module>api</module>
     <module>ordmodels</module>
-    <module>impl</module>
+    <module>api</module>
+    <module>common</module>
     <module>renderer</module>
+    <module>inventory</module>
+    <module>networkmodel</module>
     <module>olm</module>
-    <module>servicehandler</module>
     <module>tests</module>
-    <module>cli</module>
+    <module>pce</module>
+    <module>servicehandler</module>
     <module>features</module>
     <module>karaf</module>
-    <module>it</module>
+    <module>test-common</module>
   </modules>
 
   <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->