Bug-2208: Mocked PCC can connect to multiple PCEs.
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index aa952acadaebeebbe7ea62e2b45f09048f2efd3e..d904784e65e4b011db4fa704c6f75606d0ac7144 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.1-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
         <relativePath>commons/parent</relativePath>
     </parent>
 
     <artifactId>releasepom</artifactId>
     <packaging>pom</packaging>
-    <name>BGPCEP release</name>
+    <name>bgpcep</name> <!-- Used by Sonar to set project name -->
     <description>BGPCEP top-level pom</description>
 
     <modules>
         <!-- Integration tests -->
         <module>integration-tests</module>
 
+        <!--Test tools -->
+        <module>data-change-counter</module>
+        <module>data-change-counter-controller-config</module>
+
         <!-- Parents -->
         <module>commons/parent</module>
+
     </modules>
 
     <build>