Merge "BUG-576: fixed possible null pointer dereference in BindingGeneratorImpl"
[yangtools.git] / benchmarks / pom.xml
index 2f05f2e414354dad59bad8d48eeb062f2b4aa0a3..e80bfee9f9e19757899026c7319b8d0b70dd55b6 100644 (file)
@@ -3,9 +3,10 @@
          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">
   <parent>
-    <artifactId>yangtools-aggregator</artifactId>
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
+        <groupId>org.opendaylight.yangtools</groupId>
+        <artifactId>yangtools-parent</artifactId>
+        <version>0.6.2-SNAPSHOT</version>
+        <relativePath>../common/parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -55,4 +56,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>