Convert TapiNetworkModelServiceImpl to a Component
[transportpce.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index abe25ea58935b02032c2554823fb0eedc01f2f0f..f25c4a15b6f4702cbb06e1bd9b37dbf38f1359a9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent</artifactId>
-    <version>9.0.15</version>
+    <artifactId>odlparent-lite</artifactId>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-aggregator</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>7.0.1-SNAPSHOT</version>
   <name>transportpce</name>
   <packaging>pom</packaging>
 
@@ -30,8 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </scm>
 
   <modules>
-    <module>ordmodels</module>
-    <module>tapimodels</module>
+    <module>artifacts</module>
     <module>api</module>
     <module>common</module>
     <module>test-common</module>
@@ -74,7 +73,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       </plugin>
     </plugins>
   </build>
-
 </project>