revision format correction in api yang models
[transportpce.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ccd94945b5377fe00416a2cc91411707106fa28c..cc4bc42a5f247bcf6bdbf7e3eac20a0741e85c55 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>2.0.2</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>
 
@@ -29,14 +29,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </scm>
 
   <modules>
+    <module>artifacts</module>
     <module>api</module>
     <module>ordmodels</module>
     <module>impl</module>
     <module>renderer</module>
-    <module>karaf</module>
-    <module>features</module>
-    <module>artifacts</module>
+    <module>olm</module>
+    <module>stubrenderer</module>
+    <module>stubpce</module>
+    <module>servicehandler</module>
     <module>cli</module>
+    <module>features</module>
+    <module>karaf</module>
     <module>it</module>
   </modules>