Switch from NPE to ISE
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9c863d02763306360e02d87966a662faf3dfaedb..5c1723c5a82a433a7b2f05f6742264bc4b63555b 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.5</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>4.0.12-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>