Merge "Add functional tests for regenerator type"
[transportpce.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d579b004d41970d02bcb7c929ae001646b40474d..f768d891ce4bd6beba09bd820d975916e3696f6a 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>11.0.1</version>
+    <artifactId>odlparent-lite</artifactId>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>transportpce-aggregator</artifactId>
-  <version>6.0.0-SNAPSHOT</version>
+  <version>8.0.0-SNAPSHOT</version>
   <name>transportpce</name>
   <packaging>pom</packaging>
 
@@ -30,6 +30,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   </scm>
 
   <modules>
+    <module>artifacts</module>
     <module>api</module>
     <module>common</module>
     <module>test-common</module>