Bump versions to 2.1.13-SNAPSHOT
[yangtools.git] / yang / pom.xml
index f94618d137d3fda27ae4e84b08dab62ca5f95995..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.0.10-SNAPSHOT</version>
+    <version>2.1.13-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -41,6 +41,7 @@
 
         <!-- YANG XPath API and implementation -->
         <module>yang-xpath-api</module>
+        <module>yang-xpath-impl</module>
 
         <!-- End-user utility for validating YANG models -->
         <module>yang-model-validator</module>
         <!-- 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>