BUG-2448 : added more defensive lookup to node & link attributes
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e09161efce2e1472ca28a5731227d4bbc12c204b..fa466ff128f6edf07a454968ca5a1117d8fa42b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,9 +8,7 @@
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
     <scm>
@@ -22,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
         <relativePath>commons/parent</relativePath>
     </parent>
 
         <!-- 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>