pom and features version upgrade (odlparent 1.9.0)
[transportpce.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 49011243d1cb936ee065cd23a682be3ecc620130..bb6765655b3c5f8cd4d1ecb2f4e73292f866e373 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>1.8.0-SNAPSHOT</version>
+    <version>1.9.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-aggregator</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>transportpce</name>
   <packaging>pom</packaging>
 
@@ -30,7 +30,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <modules>
     <module>api</module>
+    <module>ordmodels</module>
     <module>impl</module>
+    <module>renderer</module>
+    <module>olm</module>
+    <module>stubrenderer</module>
+    <module>stubpce</module>
+    <module>servicehandler</module>
     <module>karaf</module>
     <module>features</module>
     <module>artifacts</module>