Derive aggregators from odlparent-lite
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 024caa2257d52ef2136e1d79fde811d8f77b589f..d461b8589ae08c19fac419ad8e109c8e35a4929b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <relativePath>parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-aggregator</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>bgpcep</name> <!-- Used by Sonar to set project name -->
     <description>BGPCEP top-level aggregator</description>
         <module>features</module>
         <module>parent</module>
 
+        <!-- Utility parents -->
+        <module>binding-parent</module>
+        <module>bundle-parent</module>
+        <module>config-parent</module>
+
         <!-- Common infra -->
         <module>concepts</module>
         <module>util</module>