Fix unsubscribe checks in DOMNotificationRouterEvent
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 161aff756fc9d449bd70784241efde773a96506d..3f4d6f7b577f17a06e775ae99960d7ba1dca8b36 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>5.0.0</version>
+        <version>5.0.6</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
-    <version>4.0.2-SNAPSHOT</version>
+    <version>4.0.14-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>