Bump odlparent to 13.1.1
[yangtools.git] / parser / pom.xml
index 49987243358f03f57469bcda05077711b6c1c4bf..50833e97581167e51ea65e01740bcfe161851759 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>11.0.1</version>
+        <version>13.1.1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>9.0.1-SNAPSHOT</version>
+    <version>13.0.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -35,6 +35,9 @@
         <!-- YANG parser reference implementation -->
         <module>yang-parser-impl</module>
 
+        <!-- YANG file intermediate representation -->
+        <module>yang-ir</module>
+
         <!-- Metamodel statement reactor -->
         <module>yang-parser-spi</module>
         <module>yang-parser-reactor</module>