Bump versions to 2.1.13-SNAPSHOT
[yangtools.git] / yang / pom.xml
index f5ec8146d05525bc9a17e61f1f71bef610e087c7..3f58a9b989a3e9538fdfdeb54dac1fec6cfd2d90 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>4.0.12</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.13-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>