Merge changes Ie600f25f,I99deeb57,I63bddcfe
[yangtools.git] / common / pom.xml
index d35521b691b539065310cfea031cabd7a776cdb7..8c0bf84b1bcfeb4183fc1474e8ef45feff2b9d0d 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.7.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>