Supporting new paths computed by GNPy
[transportpce.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8a63fae250dc7a06566be149c0cc860841805c46..908c921287b20165ab7f3a63002abe86ad35a9d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,13 +11,13 @@ 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.4</version>
+    <version>5.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-aggregator</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <name>transportpce</name>
   <packaging>pom</packaging>
 
@@ -31,14 +31,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modules>
     <module>artifacts</module>
     <module>ordmodels</module>
+    <module>tapimodels</module>
     <module>api</module>
     <module>common</module>
     <module>renderer</module>
     <module>networkmodel</module>
+    <module>inventory</module>
     <module>olm</module>
     <!--module>tests</module-->
     <module>pce</module>
     <module>servicehandler</module>
+    <module>tapi</module>
     <module>features</module>
     <module>karaf</module>
     <module>test-common</module>