Remove target schema node
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 53238d571c7ad9b484e75dccb0fe10aa475c18e9..5dd9bc44cab2a4fa299c4b550f05f7666dcba60d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>11.0.2</version>
+        <version>12.0.1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>5.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
         <module>karaf-static</module>
         <module>model</module>
         <module>transport</module>
+        <module>protocol</module>
+        <module>plugins</module>
+        <module>apps</module>
+        <module>third-party</module>
 
         <!-- Legacy layout -->
         <module>netconf</module>