Bump versions to 5.0.6-SNAPSHOT
[netconf.git] / transport / pom.xml
index 924b3992edbde77e20128b0e102e078a11384db0..751ff11c89ae97a4e0c074766f35bbbe7af27417 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>11.0.2</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
@@ -30,6 +30,8 @@
 
     <modules>
         <module>transport-api</module>
+        <module>transport-ssh</module>
         <module>transport-tcp</module>
+        <module>transport-tls</module>
     </modules>
 </project>