Bump odlparent to 3.1.7
[yangtools.git] / yang / pom.xml
index 71485611b754f709b0955f9a6112cafe84d18882..fef0e7ef81be9f2137de4e173f7e41b4d5b87d66 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.2</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>2.0.1-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>