YangNamespaceContext should not have a default namespace
[yangtools.git] / yang / pom.xml
index 3694fffd4c0602eb7b43594f6e1059919a167ab6..b6561145def0a37e428da54e680ad3bcd4e68ded 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.9</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.9-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <!-- RFC8040 (yang-data) metamodel support -->
         <module>rfc8040-model-api</module>
         <module>rfc8040-parser-support</module>
+
+        <!-- RFC8528 (mount-point) metamodel support -->
+        <module>rfc8528-model-api</module>
+        <module>rfc8528-parser-support</module>
     </modules>
 
 </project>