Bug 2431: YangTools grammar misses unknown statement in some statements
[yangtools.git] / common / pom.xml
index 10db456f550fc8863b5a6684b0067be6aa00ec6b..a355d21407792b6cc087b3ce21939ddfae7cb98f 100644 (file)
 <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</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+      <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.7.0-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>common-parent</artifactId>
+    <artifactId>common-aggregator</artifactId>
     <packaging>pom</packaging>
 
     <modules>
+        <module>artifacts</module>
+        <module>checkstyle-logging</module>
         <module>concepts</module>
+        <module>features</module>
+        <module>features-builder</module>
+        <module>features-test</module>
         <module>mockito-configuration</module>
+        <module>object-cache-api</module>
+        <module>object-cache-guava</module>
+        <module>object-cache-noop</module>
+        <module>parent</module>
+        <module>util</module>
     </modules>
-
 </project>