Release netconf
[netconf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 46a4dca337cf65549f2fad65c0a211149b352c62..d1161adf1f486d19a6b8cc8a622a0bf93c6851d7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>9.0.7</version>
+        <version>11.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-aggregator</artifactId>
-    <version>2.0.6-SNAPSHOT</version>
+    <version>4.0.3</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
         <module>features</module>
         <module>karaf</module>
         <module>karaf-static</module>
+        <module>model</module>
+        <module>transport</module>
+
+        <!-- Legacy layout -->
         <module>netconf</module>
         <module>restconf</module>
+
+        <module>keystore</module>
+        <module>truststore</module>
     </modules>
 
     <profiles>