Replace printStackTrace with logger
[neutron.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 86effebcb4901ce98a1366b4a5bc3e6a436ad680..c41e9530e3efd2db8a8d183479a8af5e02a3b920 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,12 +9,12 @@
   <parent>
     <groupId>org.opendaylight.neutron</groupId>
     <artifactId>project-neutron-parent</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <relativePath>parent</relativePath>
   </parent>
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>neutron</name> <!-- Used by Sonar to set project name -->
   <description>OpenDaylight Neutron Northbound Service</description>
@@ -94,6 +94,7 @@
     <module>features/production</module>
     <module>features/test</module>
     <module>karaf</module>
+    <module>integration/test</module>
     <module>model</module>
   </modules>
   <scm>