Fix onDataTreeChanged() references
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f97bf80d40b292dd65c06727189287a23c287347..936504f5dded100090ebd94c8826ec98cf168ce5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.9</version>
+        <version>5.0.3</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
-    <artifactId>mdsal-aggregator</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <artifactId>mdsal-agreggator</artifactId>
+    <version>4.0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
 
@@ -34,6 +34,9 @@
         <module>entityownership</module>
         <module>singleton-service</module>
         <module>trace</module>
+
+        <!-- IETF YANG (Module) Library -->
+        <module>yanglib</module>
     </modules>
 
     <properties>