Merge "Synchronize close methods in RIB and topology provider to avoid closing confli...
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d5668e7a1c25e33a6280e1be4b1b77f6d32a82bc..fa466ff128f6edf07a454968ca5a1117d8fa42b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <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>
 
         <module>programming</module>
         <module>rsvp</module>
         <module>topology</module>
-        <module>tcp-md5</module>
 
         <!-- 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>
 
-        <!-- Distributions -->
-        <module>commons/distributions/bgpcep-controller</module>
     </modules>
 
     <build>