BGPCEP-710: Config loader feature
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 273cdcf7a7e802b2ce370673523b73bd7493a8da..44680ca592d5554a9a60987c08615dd352123bbe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
-        <relativePath>parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>2.0.5</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-aggregator</artifactId>
+    <version>0.9.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>dependency-version-management</module>
         <module>util</module>
 
         <!-- Subsystems -->
         <module>programming</module>
         <module>rsvp</module>
         <module>topology</module>
+        <module>config-loader</module>
 
         <!-- Integration tests -->
         <module>integration-tests</module>
 
         <!--Test tools -->
         <module>data-change-counter</module>
-        <module>data-change-counter-controller-config</module>
+        <module>testtool-util</module>
 
+        <!-- Minimal complete distribution -->
         <module>distribution-karaf</module>
-
     </modules>
 
     <build>
@@ -86,7 +95,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>${maven.info.reports.version}</version>
                 <reportSets>
                     <reportSet>
                         <reports>