Update testtool documentation
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e3fd47e560d4cba5482455be4736cc9b627d52c9..a316adeb65997a0ad53b22f3fdeed18116cc661b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>9.0.8</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>5.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
         <module>features</module>
         <module>karaf</module>
         <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>
         <module>restconf</module>
+
+        <module>keystore</module>
+        <module>truststore</module>
     </modules>
 
     <profiles>