Fixing findbugs
[yangtools.git] / integration-test / pom.xml
index 2b9a20c90874456f7ca3e49190bdf48111e8dde7..0871e056e70544e2a207d4fd5daa8a73f3a7bb8d 100644 (file)
@@ -7,18 +7,23 @@
 <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">
 
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
+    <parent>
+        <groupId>org.opendaylight.yangtools</groupId>
+        <artifactId>yangtools-parent</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <relativePath>../common/parent</relativePath>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <artifactId>integration-tests-aggregator</artifactId>
     <packaging>pom</packaging>
 
     <modules>
         <module>bug527-test-model</module>
+        <module>bug1196-test-model</module>
         <module>bundle-test</module>
         <module>test-models</module>
         <module>regression-test-model</module>
         <module>yang-runtime-tests</module>
     </modules>
-
 </project>