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