remove unnecesary boxing / unboxing
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a58ac8d90690438f5e6430610f013eca24a1d227..a9278c555cb398e855f533443281239790eceaba 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.0-Carbon</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-aggregator</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <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>
@@ -44,6 +44,7 @@
 
         <!-- Common infra -->
         <module>concepts</module>
+        <module>dependency-version-management</module>
         <module>util</module>
 
         <!-- Subsystems -->
         <!--Test tools -->
         <module>data-change-counter</module>
         <module>testtool-util</module>
-        <module>data-change-counter-controller-config</module>
 
+        <!-- Minimal complete distribution -->
         <module>distribution-karaf</module>
-        <module>dependency-version-management</module>
-
     </modules>
 
     <build>