Bump versions to 2.0.19-SNAPSHOT
[yangtools.git] / yang / pom.xml
index f08202aeefef80cc1853b9382098d3d6df6aa536..ec713598603a1808e11a473fa7fb77575798bdcc 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.6</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.19-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>yang-model-immutable</module>
         <module>yang-model-util</module>
 
+        <!-- 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>