Clarify NetconfSessionPreferences usage
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index be38700b556264fdd061b15452f2bed86b311019..3d56b5f385248eb860221337374e8f450b92896e 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.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>4.0.3-SNAPSHOT</version>
+    <version>5.0.2-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>