Bug 1485: Invoke lengthCheck only on non-null object.
[yangtools.git] / yang / pom.xml
index b2c26631842b09e088070f835bb95462813d8109..546339a2abe179af3806e7b963d98d2edd3ce5d4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <relativePath>../common/parent</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
         <module>yang-model-util</module>
         <module>yang-parser-api</module>
         <module>yang-parser-impl</module>
-        <module>yang-data-composite-node</module>
+        <module>yang-model-export</module>
     </modules>
     <build>
         <plugins>