Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / yang / pom.xml
index de96a0006243b24c42ceae86317ed3a2ee159713..d9df8089cd293a85fb308b08b5a1c5ee2431f480 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.2</version>
+        <version>3.1.9</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.24-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>