BUG-731 : removed more warnings
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5904b5540c596365f09fbeb8581eb8390b5eb3e9..fa466ff128f6edf07a454968ca5a1117d8fa42b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
-        <tag>releasepom-0.3.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.0</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>