Bump versions to 5.0.6-SNAPSHOT
[netconf.git] / transport / pom.xml
index c7c86f85bbac55b7f8d6a8d7bf78a424de2031ee..751ff11c89ae97a4e0c074766f35bbbe7af27417 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>12.0.1</version>
+        <version>12.0.3</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>transport-aggregator</artifactId>
-    <version>5.0.1-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>