Bug 5101: Status deprecated must not be propagated via uses statement
[yangtools.git] / common / pom.xml
index 540e43a0578f141229974d73bc1014661fe200bf..3fa5674f24f5d16409e378142927f0d8832bcfaa 100644 (file)
@@ -9,14 +9,19 @@
 -->
 <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">
 
+    <parent>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yangtools-parent</artifactId>
+      <version>0.8.0-SNAPSHOT</version>
+      <relativePath>parent</relativePath>
+    </parent>
 
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>common-aggregator</artifactId>
     <packaging>pom</packaging>
 
     <modules>
+        <module>artifacts</module>
         <module>checkstyle-logging</module>
         <module>concepts</module>
         <module>features</module>